Michael Simla wrote: >Hi All, > >Up against the wall on this one: > >I have a nice standard "son-of-suckerfish" drop down menu working well >in ie/ff on the following page: >http://tms.siborg.com/index2.html > >my problem is that instead of a fixed width & colour, i need to have >different colours and widths for each drop down. > >I tried making new classes for these new parameters: e.g.; >#nav2 li { > width:200px; > background-color:yellow; >} >#nav2 li { > width:260px; > background-color:green; >} >but i can't seem to apply them to the appropriate <ul> list elements >and override the styles specified in "#nav. > >if someone could prod me in the right direction that would be much appreciated! >thanks, >Michael > > Hi Michael, It's the difference between classes and ID's. In the css you use the ID #nav2 and no class .nav2, in the html you call a class .nav2. With this typo the class doesn't answer! ;-)
Greetings, francky ______________________________________________________________________ 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/