Re: [css-d] Navagation list issue

2011-07-23 Thread Chetan Crasta
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/


Re: [css-d] Navagation list issue

2011-07-23 Thread Ville Viklund
Your :hover image is too short. It is only 100px and some of the navigation
links are much longer. You should also change the :hover from li to a if you
want to support older versions of IE.

Ville.

2011/7/23 Christopher Wicklander 

>
> http://www.intuidiv.com/raw/index.html
>
> I was wondering if someone could help? Why does the ;hover image cut out
> the background image when in the hover state? Any help would be greatly
> appreciated, thanks.
>
>
>
>
> "All motion is perpetual, he moved away by standing still."
>
> "In the Land of the Blind, the One Eyed Man is King."
> __
> 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/
>
__
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/