PDA

View Full Version : problem in memberinfo


aseer_al7ob
Mon 17th Dec '07, 8:39pm
There is a problem in memberinfo

Picture shows error

http://www.heartgaza.com/uploads/uploads/7cba9df038.bmp

The browser Firefox 2.0.0.11

Mark.B
Mon 17th Dec '07, 8:47pm
This can be fixed by making sure you have the right CSS info in your "additional CSS definitions" box in the style.

This, I think, is the bit you need to add if it's missing:


/* auto-clearing of floats */
.floatcontainer:after, .block_row:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.floatcontainer, .block_row { display:inline-block; }
/* IE-mac hide \*/
* html .floatcontainer, * html .block_row { height:1%; }
.floatcontainer, .block_row { display:block; }
/* end IE-mac hide */

aseer_al7ob
Mon 17th Dec '07, 8:56pm
problem fixed

Thank you