Log in

View Full Version : Display Problem in IE6



yotamono
04-22-2008, 03:58 PM
Hello everyone. I’m a first time poster here and I was wondering if I could receive some help with something. I created a wordpress layout, and although it displays properly in Firefox, for some reason the top banner of the page shifts over a couple of pixels to the left in IE6, making things look off. Does anyone have a solution for this? The site and css file can be found at:

http://doink.mreh.net/
http://doink.mreh.net/wp-content/themes/mandybattle/style.css

Thanks in advance for any assistance you can give me.

Medyman
04-22-2008, 11:26 PM
Hey...

First thing I would try is taking the absolute positioning off of bannerpt1

#bannerpt1 { height:271px; width:766px; background:url(images/2banner1.jpg) top left no-repeat; position:absolute;}

If that doesn't work,
Add relative positioning to the wrapper div and actually absolutely position bannerpt1

Cool banner btw...

yotamono
04-23-2008, 12:31 PM
The 2nd solution worked the way I needed it to. Thanks a lot ^^