Here is an example of what I'm trying accomplish: Instead of writing
<image xlink:href="imageA.png" width="100" height="100" />
for a background image, I would like to write
<image xlink:href="" width="100" height="100" />
and have the image's name externalized in a CSS-file:
image.Background { href:"imageA.png" }
This doesn't work obviously and CSS 3 namespace definitions are not supported yet, right?
http://www.w3.org/TR/css3-namespace/
Any hints?
ralf ...
------------------------------------------------------------- Ralf Siegel - Freelance Developer Recommended Listening: Blonde Redhead - Misery Is A Butterfly http://www.blonde-redhead.com -------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]