PDA

View Full Version : Need an IE Fix.. please help! :(


lizrob
03-17-2008, 07:39 PM
Hey All,

http://www.lizrob.com/casual/

that is the site...


http://www.lizrob.com/casual/css/style.css

that is the CSS...

It looks fine on FF safari and opera... but in IE6 ( I don't know about lower versions or IE7)... it gives extra length on the right side of the layout. ..

Any suggestions??

Much appreciated...

Best,
Liz :)

jcdevelopment
03-17-2008, 07:52 PM
replace this div


#main_content{
width:738px;
height:auto;
margin:23px auto;
background-color:#D6D0C4;
border:11px #FFFFFF solid;
}


then put this at the top of your css

*{
margin:0px;
padding:0px;
}

lizrob
03-17-2008, 08:05 PM
Tried it... Thank you for your response. It still adds the extra width in there, though...... hmmm... I'm stumped... been looking up ie fixes all morning... blah

Any other suggestions?

lizrob
03-17-2008, 08:20 PM
NEVERMIND! Whooo...

FIXED IT!

yay. it was the #page_bottom.... it was set to like 800px... ha ha... :P

Thanks for helping!!! :) :) :) :)