On Sat, 6 Sep 2008 13:41:20 -0500, Rich Wendrock Forums wrote: > I am having a terrible time trying to determine how to get this page to > display > correctly in Firefox. > > The page displays and dehaves the way it should when viewed with Internet > Explorer. > > The background color and text color changes during hover when using IE. The > background > color and font color do not change in Firefox. > > http://www.adv-res.com/Index.asp > > > Can you tell me why? > > div.#p7TMnav a:hover { > color: black !Important; > background-color:#2A9FFF !Important!; > text-decoration: none; > display: block; > } >
Yes. "div.#p7TMnav" is not a valid selector. Cleaning up several other markup and CSS errors might help as well. Cordially, David -- ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
