This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

converting old <a> .css properties to a style attribute


Hello,
     I'm converting a html/css job to xml/xslt. Previously, the .css 
properties for the <a> tag where :

.au:link {color: #000099; text-decoration: none}
.au:visited {color: #000099; text-decoration: none}
.au:hover {color: #0099FF}

Previously these were referenced by <a href="bla" class="au">. I need to 
keep those properties in the new xslt generated <a> tags. I've tried a bunch 
of style attribute variations, but I can't get it to work. Does anybody know 
the answer to this ? It would be much appreciated.
Thankyou.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]