--- On Wed, 7/1/09, Tri-State AdVantage <[email protected]> wrote:
> The main problem is that the text is flashing. You have 'text-decoration: blink' on your .region and your .h3 > Also, the paragraph headings are suppose to have colored > bars across the page and it does not work either. Those 'headings' are actually 'span' elements, which are behaving as you describe, in your context. You /could/ add 'display: block' to those elements, but that's only really delaying the problem. To be honest, the whole page is quite a mess in terms of markup validity and structure. I'd suggest you either start again with clean markup, by hand, or use a tool that's much more standards compliant. - Bobby ______________________________________________________________________ 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/
