this rule:
#calendar .navbar  .calendar li {
    background:url(../graphix/round_corners/tab_right_yellow.gif) no-repeat
top right;
}
should be
#calendar .navbar  li.calendar {
    background:url(../graphix/round_corners/tab_right_yellow.gif) no-repeat
top right;
}
Since li is not some list element under another element that has a class of
calendar. li itself has a class of calendar.
Not sure of other problem maybe take a look later.

good luck,
Arian


The page in question is
> http://depts.washington.edu/hortlib/test/news_eventsTabs.shtml
> Thanks for any ideas!
> ~Tracy
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to