Hi James

James Oppenheim wrote:
> I was wondering what the best way would be to achieve this sort of
> navigation?

If you're wanting to create the hover effect and implement the drop-down, where it's appropriate, you could wrap both the link and the drop-down list in a <div> and use the :hover pseudo-class to control the image roll-over. This would avoid having to use JavaScript to change the images on the <a>.

However, you would need to add something like Peter Nederlof's hover implementation for IE (http://www.xs4all.nl/~peterned/) to allow you to specify CSS rules for the <div> hover.

Cheers
Peter

--
Peter Asquith
http://www.wasabicube.com/
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to