Topic: what would cause this?

what would cause the wide gap from the top?

http://nalan.org/issue.png

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: what would cause this?

The clearers for the page link. VERY annoying. I managed to work them out once, but it takes alot of effort.

Re: what would cause this?

http://bunpai.com u can see it.

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: what would cause this?

Didn't I just answer you? hmm

Re: what would cause this?

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 */
My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

6

Re: what would cause this?

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

Re: what would cause this?

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

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: what would cause this?

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

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!