[thelist] IE 6 css q

Mark Groen evolt at markgroen.com
Wed May 23 18:45:06 CDT 2007


On Wednesday 23 May 2007 16:05, Max Schwanekamp wrote:
> >........
> Thanks, but nope.  The order doesn't matter AFAIK, though I tried it just
> in case.

It shouldn't matter, just a thought I had though...

> It appears that the #pagehead element itself is getting repeated 
> -- I added a conditional comment to pull in ie6.css, which puts a border on
> the top of the div, and the border is printed twice.  Any other
> suggestions?

It doesn't repeat in IE6 when moved to the body element, and looking at it 
with Firebug it is indeed inheriting the repeat-y you've declared there for 
the other background image.

A start:
body {

	font-family: "trebuchet ms", helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 85%;
background-image: url(../img/layout/masthead.jpg);
background-repeat: no-repeat; background-position: center top;
}

then find another place to include the middle.png image - could that 
middle.png image just be done with a solid colour instead?

-- 
cheers,

        mark



More information about the thelist mailing list