Exactly what Jochem said. IE is the only browser that supports HTCs so all other browsers will simply ignore this in the style. However IE is the only browser that does not support the :hover pseudo class on anything other than on links, this makes IE support it. IE 7 which has been talked about on here before, a javascript hack for IE to make it more CSS2 compatible, will also work but from our tests it takes way to long to parse/"fix" our pages which are reports with 1000 and upto maybe 10 columns sometimes IE7 makes our pages useless for about 15-20 seconds which is completely unacceptable.
Adam H On Tue, 01 Feb 2005 13:09:48 +0100, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > Calvin Ward wrote: > > I'm missing something here. > > > > On this site: http://www.jaxfusion.org/ there is the following in the CSS: > > > > #mainMenu a:hover { > > color: #FCD031; > > text-decoration: underline; > > } > > > > And it seems to work in both IE 6.x and FireFox. > > Correct, in IE the :hover pseudo class works with anchors. In > other browsers (and the standard) it works with any element, > including the tr element we need to give an entire table row a > different color. > > Jochem > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192535 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

