diff options
-rw-r--r-- | demos/effects_showhide/explode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effects_showhide/explode.html b/demos/effects_showhide/explode.html index e8f689501..b21d55fe4 100644 --- a/demos/effects_showhide/explode.html +++ b/demos/effects_showhide/explode.html @@ -9,7 +9,7 @@ <link type="text/css" href="../demos.css" rel="stylesheet" /> <style type="text/css"> .toggler { width: 500px; height: 300px; } - #explode { width: 240px; height: 135px; padding: 0.4em; } + #explode { width: 240px; height: 135px; padding: 0.4em; position: absolute; } #explode h3 { margin: 0; padding: 0.4em; text-align: center; } </style> <script type="text/javascript"> |