Michael wrote: > Hi, > I'm using a span tag that appears on hover for a website I created as I > wanted an easy way to show more detail about the different format and > quality versions of the short film I have been working on. > However the text in the span is being underlined in Firefox (v2). The > span isn't underlined in IE, however the span gets hidden under the > other divs. > Page with underline : http://www.syjmovie.com/v2/movie.php > Page without : http://www.syjmovie.com/testing/movie.php > CSS : http://www.syjmovie.com/testing/etc/syj.css > If I change the line > a.format_chooser { display: inline; position: relative; > border-width:0px; padding: 0px;} > to include "text-decoration: none" as I have done in the testing page, > then the underline disappears off both the link text and the span. I > only want it to disappear off the span. > Is there anything I'm missing, or is this a bug in FFox? > Also, can anyone point me to some information that might be able to help > with the display issues in IE? I'm not sure where to start. > Thank you. > Michael Kubler
Hi Michael, The first thing you want to do before trying to pin down browser bugs or CSS bugs is to make sure your code validates. Once you know there are no bugs in your code, then you can start to troubleshoot individual browsers and find fixes if a bug does exist. Validation errors in your source code will almost always produce erratic and unpredictable results in different browsers. Since they each use different rendering engines, they each handle buggy code in their own special way. Here are the results from the W3C Validator for your page (41 errors): http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.syjmovie.com%2Fv2%2Fmovie.php Hope that helps. --Bill -- /** * Bill Brown * TheHolierGrail.com & MacNimble.com * From dot concept...to dot com...since 1999. ***********************************************/ ______________________________________________________________________ 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/