Originally posted by vcoderzdotcom
View Post
Announcement
Collapse
No announcement yet.
VBulletin default style
Collapse
X
-
-
on the other hand,
check this too
http://img19.imageshack.us/img19/2844/11242184.jpg
why the page doesnt stretch ? it keeps the "recent visitors" on top
Comment
-
From memory, I think there's some css missing from the "additional css" box in the style editor...I seem to recall that caused this problem. Can't remember off hand what the actual CSS is that needs to go there though....
Edit...*might* be this....not 100% sure:
Code:/* 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 */
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment