> I thought maybe
> TD.nav:hover{..} might work.

I think in CSS2, in theory, you should be able to stick ":hover"
after any selector and get the style to apply to mouseovers
that element. But only IE4+ and NS6 (and Opera) support ":hover",
and only for anchor tags at that.

You'd have to use JavaScript to change styles with event
handlers, or put ":hover" on the link and make sure the padding
of the anchor element pushes out to the limits of the cell.

- Gyrus


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to