Joelle, On Feb 6, 2006, at 10:12 AM, Joelle Tegwen wrote:
> I'm working on this demo http://ici1.umn.edu/beta/nceo/ If you click on > either "Participation Policy Variables" or "Response" and view the page > in IE it's a total mess. (Mozilla and Firefox are lovely) Well, actually the hover rules on your a elements will make most any browser spastic. Try putting your mouse just above the top of one or those #menu a elements and watch what happens :-) The short version is that you are changing font-weight and font-size on hover which is causing the menu to re-flow. This is bad. You can use firefox's DOM Inspector to see which css rules are being applied. > I used John and Holly's tool tips > http://www.communitymx.com/content/article.cfm?cid=4E2C0 I didn't see any tooltips in ff 1.5 and I didn't see any spans that inside a elements that could be tooltips as the article suggests. Did you remove them, or am I totally missing it? -- Roger Roelofs "Remember, if you’re headed in the wrong direction, God allows U-turns!" ~Allison Gappa Bottke ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
