-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tri-State AdVantage Sent: Wednesday, July 01, 2009 12:46 PM To: [email protected] Subject: [css-d] flashing text
> I am working on a page that the CSS reads correctly in Explorer but not in > Firefox. The main problem is that the text is flashing. > I am using GoLive 6 to build it. I clicked none for text decoration but that > didn't help > the page is > www.hcam.net/index2.html > Also, the paragraph headings are suppose to have colored bars across the > page and it does not work either. > Thank you for any help you can give me According to firebug, the .region class has a text-decoration:blink in it. So it's blinking all the text in that entire div. And for your paragraph headings, they're not going to go all the way across the page since they're in span tags. If you move the heading out of the paragraph, and put it in h1 tags instead of a span with an h1 class, it'll work better. ---Tim ______________________________________________________________________ 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/
