Hi people. Trying to split this navbar into slices, one per link, so that onmouseover causes the shade to lighten, giving visual feedback to the visitor. Am I best to use an unordered list, in block mode, such as:
Thx
Code:
<ul id="navbar">
<li id="someLink"><a href="#"><img src="sliceID.png" /></a></li>
</ul>
Thx
Last edited by a moderator: