Rainer,

thanks for your kind words. Please continue to consider what remains  
if javascript is disabled or unsupported.
One method is to hide or show two versions of the content, and this  
can be done with CSS alone.
again, it's vital to have a complete definition of the project  
specification.

regards

Jonathan Chetwynd

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG
1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>

<svg xmlns="http://www.w3.org/2000/svg";
      xmlns:xlink="http://www.w3.org/1999/xlink";
width="100%" height="100%"
viewBox="0 0 450 250"
 >
<defs>

<style type="text/css" id="css"><![CDATA[

.border {fill: green}
.icon {fill: blue}

.BG:focus .border {fill: #ff0}
.icon:focus {fill: #f00}

.BG:hover .border {fill: #ff0}
.icon:hover {fill: #f00}

]]></style>

</defs>

<g class="BG"><title>splat</title>
<rect x="50" y="50" width="50" height="50" class="border" />
<rect x="65" y="75" width="10" height="10" class="icon" />
</g>
<g class="BG"><title>games</title>
<rect x="100" y="50" width="50" height="50" class="border" />
<rect x="125" y="75" width="10" height="10" class="icon" />
</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/
 

Reply via email to