What is the best way to set up a navigation bar that will perform simple mouseover over each link. there will be 5 links - just text images. one large image or separate ?thanks
You could either create a whole image and create an image map (where you define the coordinates for each area to be rolled over (here's one from my site that's actually showing and hiding layers rather than roll overs, but you get the idea):<br><br><A href="#" onmouseout="stopImages();MM_showHideLayers('Layer2','','hide')" onmouseover="initiate('BBC');MM_showHideLayers('Layer2','','show')"><br><br><area COORDS="0,0,60,79" HREF="<A HREF="
target="mainFrame" <br> shape=RECT></a><br><br>Alternatively, and I'd opt for this option, create seperate images for each roll-over. For a real simple navigation bar just create a table with five cells and insert your roll overs in each cell.<br><br>Creating one large image would be asking too much for a roll-over. Roll-overs should be very quick to load and a big image is more likely to do the opposite.<br><br>Hope this helps.<br><br><A HREF="
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.