jmasterx
jmasterx

Reputation: 54103

Image based CSS Dropdown menus

I'm building a website, and would like to make aa navigation bar with submenus. My menu items are entirely image based. I have an image for each item, and each item hover. I'm just not sure how to go about doing it this way, I only know how to make one without use of images. Thanks

Upvotes: 1

Views: 790

Answers (1)

antpaw
antpaw

Reputation: 15985

do the same thing like you would do with textbased navigation. after you've finished set your li a {text-indent:-9999px} this will hide the text description (this is anyway nice to have for mobile and seo), now create an image-sprite with your images and position them nicely with in css with the background-position property.

Upvotes: 1

Related Questions