On Fri, 2008-11-28 at 13:07 +0000, Stuart Foulstone wrote:
> Blinking text is against standards in itself, so how can you do it in a
> standards compliant way?
Using the sample I posted - see below. That validates.
Cheers
Dave
>
> On Fri, November 28, 2008 10:45 am, Dave Hall wrote:
> >> <!-- ... -->
> >> <head>
> >> <style type="text/css">
> >> /* ... */
> >> .blink{
> >> text-decoration: blink;
> >> }
> >> /* ... */
> >> </style>
> >> <!-- ... -->
> >> </head>
> >> <body>
> >> <!-- ... -->
> >> <span class="blink">my blinking test</span>
> >> <!-- ... -->
> >> </body>
> >>
> >> instead of
> >> <!-- ... -->
> >> <blink>my blinking test</blink>
> >> <!-- ... -->
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************