Forty Media wrote:
Flash widgets come into common use; full-site Flash still regarded as “sucks.”

If there's one thing I cannot stand... its use of Inline flash replacement to use fancy fonts for headings


Of course, I'm more affected than most because I've got the FlashBlock Firefox extension installed, so I have to click the "play" button for every heading

Still... can't they just stick to CSS implementations? This solution provides the exact same effect:

[code]
h1 span {
 visibility: none;
}
#h-intro {
 background: url("assets\headings\introduction.png") no-repeat left top;
}
<h1 id="h-intro"><span>Introduction</span></h1>
[/code]

Or change "visiblity: none;" to some indent and set the h1 element to hide overflow content

Simple and effective, and it doens't annoy me in the process :)

-David R

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to