[thelist] inline css

michael ensor edc at wnc.quik.co.nz
Thu Mar 15 17:52:56 CDT 2007


----- Original Message ----- 
From: "Casey Crookston" 
Sent: Friday, March 16, 2007 10:52 AM
Subject: [thelist] inline css

: <a href="page.html" style="{font-size: 12px; text-decoration:none;
: color: #006633;} :hover {color: black;}">link</a>
: 
: 
: The first part works: {font-size: 12px; text-decoration:none; color:
: #006633} but the hover doesn't.  Not sure why.  Again, I don't like
: doing this inline either, but it has to be this way this time.
: 
:  
: 
: Any ideas? Thanks,

what about: 

style="{font-size: 12px; text-decoration:none;
: color: #006633;} ; a hover {color: black;}"


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.10/720 - Release Date: 12/03/07 19:19



More information about the thelist mailing list