html5 - CSS: horizontal menu with two images on each entry side and rollover -


i'm beginner in css , can't google solution design challenge have. have css horizontal menu this

(entry1) (entry2) (entry3)

, "(" , ")" images. i'd change () images on mouse over.

i'd extremely grateful tip.

best regards, kuba

in css :

.menu li a{ background:transparent url("images/seperator.gif") right no-repeat; } 

change .menu , "images/seperator.gif" yours


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -