On my website, www.funpunks.com, in the top left of the page you'll see the navigation. I made this using fixed-size div's with background images, and using javascript to redirect "window.location = 'http://www.funpunks.com/' " etc.
But what about for users who have thier javascript disabled etc? I think I need to use anchor tags.
I need these anchor tags to display as block, and I need them to have a background image. Also each different link needs to have its own height/width and hover image.
Could it be done with using anchor tags instead of divs?
Thanks