Topic: what would cause this?
what would cause the wide gap from the top?
Don't be stupid and help ! We are the stupid one's !!!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → what would cause this?
what would cause the wide gap from the top?
The clearers for the page link. VERY annoying. I managed to work them out once, but it takes alot of effort.
http://bunpai.com u can see it.
Didn't I just answer you?
with IE6 i fixed the issue by adding this to the oxygen.css
.clearer:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearer {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearer {height: 1%;}
.clearer {display: block;}
/* End hide from IE-mac */
Much easier just to float the forums wrapping div which will trap the clearing behaviour within it.
http://punbb.org/forums/viewtopic.php?id=7781
thanks paul i will try that in a fw mins after i convert a movie to dvd..haha
looks very good. since the template is a liquid css template...
Q
paul this is what i used in the base.css
#punwrap {margin: 2em auto 0 auto; padding: 0; overflow: hidden; width: 72%}
.pun {float:left; width: 880px; height: 100%}
* html .pun {width: auto}
the 100% kick the forum way to the right in width. so i backed it off a bite.
in IE6 FF and safari it looks ok.. still got some centering issue but it is a great start thanks...
Q
PunBB Forums → PunBB 1.2 troubleshooting → what would cause this?
Powered by PunBB, supported by Informer Technologies, Inc.