[thelist] Css and IE?

Mark Groen evolt at markgroen.com
Mon Feb 5 20:53:01 CST 2007


On Monday 05 February 2007 18:39, Jeremy Weiss wrote:
> <back-story>
> Client submitted a new design to me as a PowerPoint file. I've fought with
> it and finally managed to extract and screen capture the images and then
> massage the CSS to get a fair recreation of it in Firefox. However, in IE 6
> my header has twice the height as in Firefox and I've not been able to
> figure out why or how to fix it
> </back-story>
>
> <url>
> 	http://tinyurl.com/yrb9p7
> </url>
>
> Any and all suggestions would be appreciated. Thanks.
>
Looks like your background image is repeating, try this instead:

.header {  width:35.375em; float: left; padding-top:1.25em;
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;
}
-- 
cheers,

        mark



More information about the thelist mailing list