I have vertical submenu as under:
<div id="dropdown_menu" class="menu">
<ul>
<li> <a>First Link</a></li>
<li> <a>Second Link</a></li>
</ul>
</div>
I am putting bottom piece of background in css class ‘menu’., top slice of background in .menu ul. Now, I have one vertical gradient that changes color from top to down (in whole vertical menu) and therefore I cannot put it in .menu ul li. Is it possible to add the vertical gradient without making any change to html?
See actual implementation here: http://www.salonbelledesoir.com (The gradients around the edge are CSS gradients.)
This will not work in Opera (though there may be a
-o-gradientproperty that I just don’t know about.Or, you can use regular background images, repeated accordingly.