--- In [email protected], "longsonr" <[EMAIL PROTECTED]> wrote: > In firefox things that are display:none don't have bounding boxes. > visibility:hidden might work for you depending on what you want to > achieve.
visibility:hidden does indeed work for me. I still don't know why the display:none didn't though. Unfortunately in my document I can have of the order of 1000 of these elements that I need to hide/display based on mouse clicks. The solution using visibility:hidden seems much slower on firefox and ASV6 than the display:none method was on ASV6. The example I posted was just for test, in my real document each of the elements contains several other complicated elements. It appears they really slow the implementation down. Any other ideas for how I can get it to work with display:none? Thanks, John. ----- 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/

