Log in

View Full Version : Resolved Individual Styling Menu Item



GHOwner
03-30-2009, 02:56 PM
http://www.derekmarler.com/subpage.html

For the "Order Now" link on the page, I'm trying to use tab_red_left_over.jpg and tab_red_right_over.jpg when the mouse is hovered over the item, but instead it gives the default that is done with the rest of the menu items.

The CSS for the menu is not in the css file, but within the <head> tags separately. This is just to test and will be added to the css file when finished. The class name is .infopage-order while the whole list uses .infopage-sections

Any help is appreciated and thank you! :)

GHOwner
03-30-2009, 03:02 PM
Seems I fixed the problem. Just needed the '.infopage-sections li' before the regular class name. As in, the fix was '.infopage-sections li.infopage-order:hover' (no space too).

This has been resolved.

Ryan Fitton
03-30-2009, 03:05 PM
hi, nice website by the way.

On my browser (Firefox 3.0.8.) It looks as it should

Ryan Fitton
03-30-2009, 03:07 PM
LOL. you posted 3 mins before I dint see your last post. Soz

;)

GHOwner
04-01-2009, 09:07 AM
Ah, not a problem :D I personally liked how it came out as well. Though not new to coding, I design better than I code :P I just noticed that one way got it to work. Have a new problem, but that's for another thread ;)