Probably a quick question: I'm having trouble using the <a> element in Firefox. Works just fine in IE. Is there some problem I'm unaware of? I know they haven't implemented the element completely, as it says on the Mozilla SVG developer's page, but the "xlink:href" attribute is supposed to be supported and that's all I'm doing.
Here's the code I'm using it for: <a xlink:href="http://home.messiah.edu/~chase/csc/494"> <rect x="170" y="130" width="80" height="80" fill="url(#squaregrad)" stroke="blue"/> </a> <a xlink:href="http://www.messiah.edu"> <rect x="260" y="130" width="80" height="80" fill="url(#squaregrad)" stroke="blue"/> </a> And so forth. I have a bunch of squares and clicking on a square links to a web site. I'm testing this out to do something that actually makes sense eventually. In IE, I click on a square and it takes me to a web site... no problem. Firefox gives the following error message: XML Parsing Error: prefix not bound to a namespace Location: file:///C:/Documents%20and%20Settings/Owner/My%20Documents/COSC494/proje\ ct/test.svg Line Number 124, Column 11: <a xlink:href="http://home.messiah.edu/~chase/csc/494"> ----------^ [Non-text portions of this message have been removed] ----- 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/

