Comment out the following declarations like this:

.nav ul li
{
/* background-image: url("images/header_bg.jpg");
background-repeat: repeat-x; */
...

and add this

.nav ul
{
 background:  url("images/header_bg.jpg") repeat-x;
 overflow:hidden;
}

Regards,
Chetan Crasta
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to