Rainer & Domenico, Please spend a little more effort to investigate CSS, see file attached
http://www.peepo.co.uk might help you a little more.... regards Jonathan Chetwynd <?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE svg [ <!ENTITY guis "http://www.peepo.co.uk/temp/gui-schema#"> ]> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" > <defs> <style type="text/css" id="css"><![CDATA[ text {font-family: comic-sans; fill: #666; font-size: 5.0em; visibility: hidden} .border {visibility: hidden; fill: #fff} a:focus .border {visibility: visible} a:focus .icon {fill: #0f0} a:hover .border { visibility: visible} a:hover .icon {fill: #0f0} ]]></style> <symbol id="splat" viewBox="0 0 150 150"> <path d="M 30 20 Q 70 50 70 15 S 150 35 105 55 S 160 80 115 110 S 110 80 90 70 S 70 80 80 110 S 50 150 30 140 S 80 75 40 80 S 0 5 30 20" /> </symbol> </defs> <g> <rect x="0" y="0" width="100%" height="100%" fill="#cca" stroke="none" id="menuBG" /> <g ><title>splat</title> <a xlink:href="http://www.peepo.co.uk/launch/splat.svg"> <use xlink:href="#splat" x="-1.5%" y="23.5%" width="23%" height="33%" class="border" fill="#fff"/> <use xlink:href="#splat" x="0%" y="25%" width="20%" height="30%" fill="red" class="icon" /> </a> </g> </g> </svg> ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

