JR Heard wrote: > On Wed, Dec 24, 2008 at 11:44 AM, Dan Gayle <[email protected]> > wrote: >> The full example can be found here: http://dangayle.com/test.html > > Firebug isn't picking up any of the div.extra-info styles you've > defined in the head section. Solve that, and I'd bet you'll solve your > problem. > (I'd start by validating the CSS.)
Alternatively, you could download and install the Web Developer Extension to Firefox, notice its error indicator (a white exclamation mark in red circle), click on it, read the error message about unterminated string at line 21, select CSS/Edit CSS, remove the spurius quotation mark that caused the problem (or add a closing quote), and immediately see that this fixes the problem. -- Yucca, http://www.cs.tut.fi/~jkorpela/ ______________________________________________________________________ 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/
