Header Bar (Fixed)

Feb 02, 2007 23:50

I was wondering could you help with my header? There is a partially transparent bar between it & the nav links that I'd like to get rid of, or at least minimise. I've looked through the tags & couldn't find anything on the subject. Thanks!

header:image

Leave a comment

av8rmike February 3 2007, 01:59:46 UTC
#header-inner has different background properties from its parent. Try this:
#header-inner {
background: none;
}

Reply

shadowkitty February 3 2007, 02:07:13 UTC
That's done the trick, thanks!

Reply


Leave a comment

Up