diff --git a/core/module/mod.css b/core/module/mod.css index 620e105f..07011253 100644 --- a/core/module/mod.css +++ b/core/module/mod.css @@ -27,7 +27,7 @@ b.top, b.top b, b.bottom, b.bottom b{display:block;background-repeat:no-repeat;f .complex .bottom{height:5px;/*margin-top:-10px;*/} /* pop */ .pop{overflow:visible;margin: 10px 20px 20px 10px; background-position:left top;} -.pop .inner{right:-10px; bottom:-10px; background-position:right bottom;padding:0 10px 10px 0;} +.pop .inner{position:relative;right:-10px; bottom:-10px;background-position:right bottom;padding:0 10px 10px 0;} .pop .tl, .pop .br{display:none;} .pop .bl{bottom:-10px;} .pop .tr{float:right;margin-right:-10px;_display:inline; /*fix double margin bug*/ } diff --git a/core/module/mod_doc.html b/core/module/mod_doc.html index 64f6063c..25111d99 100644 --- a/core/module/mod_doc.html +++ b/core/module/mod_doc.html @@ -74,7 +74,8 @@

pop

  • Choose when you require outside transparency which cannot be simulated. (do i need to make this work with clip rather than bkg position?)
  • Inspired by Leslie Sommer’s Mojo blocks.

    - +

    Warning: This module uses position:relative on its inner div.

    +