paragraph breaks bust loose
-
help! for some reason, if i have more than one paragraph in a post, the next paragraph winds up above the post itself! look:
http://sk6.messageboard.chime.com/topic/welcome-to-sk6fanscom
any idea why this is happening?
link to .css:
http://sk6.messageboard.chime.com/bb-templates/superbold/style.css
Update:
it’s to do with this min-height IE hack:
/* for Mozilla/Safari */
*>.box {
padding-top: 100px;
}
*>.box p {
margin-top: -100px;
}
/* for IE */
* html .box {
height: 100px;
}
/* for Mozilla/Safari */
*>.box {
padding-top: 100px;
}
*>.box p {
margin-top: -100px;
}
/* for IE, with IE5/Mac backslash filter */
* html .box {
height: 100px;
}
/* end filter */
any thoughts on how to fix it?
- You must be logged in to reply to this topic.