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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -