Reputation: 381
When the class "home" is added to an li the background image of the tab is supposed to be a different image than the black background. I'm at my wits end right now and would love any help you could offer.
You can see an example at http://www.wilwaldon.com/hornav/index.html
Thank you so much for your time, it's greatly appreciated!
Upvotes: 1
Views: 205
Reputation: 85794
The relevant CSS selectors seem to start with #home
, an element not present in the HTML. Try removing that.
Upvotes: 2