Hi, Travsam- I don't know why you should be having any problems. This code (a variation on yours) works perfectly in IE+ASV3 and FF1.5b1.
<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <a xlink:href='http://www.yahoo.com' transform='rotate(315,160,300)'> <rect x='160' y='300' width='200' height='100' fill='green' stroke='black'/> <text x='260' y='360' fill='lime' text-anchor='middle' font-weight='bold' font-size='19pt'>E-mail</text> </a> </svg> Regards- Doug [EMAIL PROTECTED] www.vectoreal.com ...for scalable solutions. jucabapa79 wrote: | | Yep, i found the mistake sending the code... | | Then I want to know how then the code works on your viewer, i | am using the Adobe SVG Viewer using Internet Explorer. | | I mean, my idea using the rectangle and the text is to form | one button, the entire button must allow the player to click | to other page (the name of the urls are only examples) and | according to the books SVG Essentials it supposes that all | the objects embed inside <a xlink> must have this property. | | I made this kind of code with not-rotated objects and works | perfectly, but i can not make it work with rotated objects. | This is the trouble. How can I configure then those buttons | to be clickable then? | | Thanks anyway, also i will keep searching any clue. | | Travsam | ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/ <*> 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/

