Can’t See Images In Horizontal Navigation Bar
-
Okay so I just tried posting my code for my problem and it automatically closed it.
Essentially I have a horizontal navigation bar underneath my header. It is 900 pixels wide and 22 pixels high. I have 9 images that total in length 900 pixels which I would like to use as navigation buttons in the navigation bar. They would be links to the various categories that I have for my page.
I currently have each image as the background image in its respective class (for example “.cse-fashion” is the class for the category “Fashion”) which is referenced in the list element of the unordered list.
So the order is essentialy
<div id="nav">
<ul><li class="cse-fashion"><a href="category/fashion/">Fashion</a></li>...other categories with their respective classes being called by the list elements...</li>
</ul></div>
Please let me know the easiest way to make a navigation bar below the header with clickable images. I’ve looked everywhere and can’t find anything remotely close.thx.
- The topic ‘Can’t See Images In Horizontal Navigation Bar’ is closed to new replies.