I hate CSS - blog layout question

Status
Not open for further replies.

emp

New member
Jun 29, 2006
7,465
211
0
:anon.sml: <-- I am too stupid for CSS

Can anyone tell me why this

funcaptain

is fucked in IE6?

It works in Firefox and I have been screwing with the width of the elements for ages now, nothing seems to work.

HELP!

::emp::
 


I'm on Opera and IE7. What are you referring to? That the header/banner doesn't match up to the third column? I'm not an expert either but in this part

#header {
background-image: url('build/banner.jpg');
background-repeat: no-repeat;
margin: 0px;
text-align: left;
vertical-align: bottom;
padding-left: 15px;
height: 264px;
padding-top: 1px;
font-family: "Trebuchet MS", verdana, arial, helvetica

I would include a line that reads the same as what's in the footer command

width: 990px;

Not saying that will work but I'd either do that or else decrease the width of the center (red) section and the footer so that everything lines up.
 
Na, that's notn the error I am referring to. In IE6, the whole right sidebar slides under the rest of the page.

::emp::
 
Solved it.

Funky HTML by me. Forgot to close a h2 tag.

Great. Now I am even too dumb to code HTML.

::emp::
 
Status
Not open for further replies.