well here is the code I have just added for Stylish for my header (which I had to recreate from scratch after losing the source image
).
code:
#container{ background-image:url('http://leejeffery.net/tiled_bg.png'); }
#header h1{ background-image:url('http://leejeffery.net/logo.png'); }
#header #mainnav li a{ color:#666; }
#header #mainnav li a:hover{ color:#F90; }
with these images:
But seeing as it is a transparent png for the logo, you will need to add some transparent png hacks for IE6 (does anyone still use IE6?
).
Either that or... you can use this alternative modification so it is guaranteed to appear correctly without a transparent background:
code:
#header h1{ background-image:url('http://leejeffery.net/logo_absolute.png'); position:absolute; top:0; left:0; }
If there are any changes you want me to make WDZ, just ask