PDA

View Full Version : Nav problem


KevinL
01-27-2009, 01:32 PM
I've been working on a navbar for my site and I have it set up so it uses a fix width background image with CSS and text over it. I'm using a javascript nav with CSS text if that makes any difference. It's a 2 stage nav.

I want to know why the background image isn't continued the whole length (950px) of the board like the lower (green) nav. I would like to know how to make the image continue the length of the board like it should like it does with the lower green nav?

Any help would be great

Here is a picture

Lynne
01-27-2009, 02:19 PM
It's hard to tell without seeing the page. Maybe there is some padding in that table row? Maybe a space?

Princeton
01-27-2009, 02:49 PM
check for
$spacer_close
$spacer_open

Post the URL

KevinL
01-27-2009, 07:17 PM
Thanks guys...

I actually had the background url: in the wrong place. I had it under the ul and not just under the main. If that makes sense? Either way it's all fixed up.

Again thank you :)