Re: [css-d] Control clicks in Firefox and borders on elements

2008-06-13 Thread Wellington Fan
Thanks, all. I did hack a workaround so that 'default' border did not interfere with my custom border. I did this by explicitly *deselecting*, or rather, *collapsing* the Selection object: line 29:window.getSelection().collapse($$('body')[0],0); -- Wellington

[css-d] Control clicks in Firefox and borders on elements

2008-06-12 Thread Wellington Fan
Hello List, I have some Javascript that uses a control-click to add/subtract some elements to a selection -- similar the the Windows Explorer paradigm. I can assign a class to my selected items, but it seems that Firefox or the OS (XP Pro) is adding an *additional* thick bluish border. Please

Re: [css-d] Control clicks in Firefox and borders on elements

2008-06-12 Thread Wellington Fan
Wellington Fan wrote: Please see this page and try control-clicking some of the table's cells. The Whoops. http://www.illuminoid.com/tables/ -- Wellington __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Control clicks in Firefox and borders on elements

2008-06-12 Thread David Laakso
Wellington Fan wrote: Wellington Fan wrote: Please see this page and try control-clicking some of the table's cells. The Whoops. http://www.illuminoid.com/tables/ -- Wellington Mac OS 10.4.11 Firefox3/Safari/Camino/Opera show red dashed borders as I believe you intend.