These are the two styles I have right now...

                .button {
                background-color: #EEF0F2;
                border: #666666;
                border-bottom-width: 1px;
                border-collapse: collapse;
                border-left-width: 1px;
                border-right-width: 1px;
                border-style: solid;
                border-top-width: 0px;
                color: Black;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                width: 120px;
                }
        
                .buttonover {
                background-color: #D8DCE0;
                border: #666666;
                border-bottom-width: 1px;
                border-collapse: collapse;
                border-left-width: 1px;
                border-right-width: 1px;
                border-style: solid;
                border-top-width: 0px;
                color: Black;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 12px;
                width: 120px;
                }

they are getting swapped using some js...but that border still appears
around the entire button on the mousedown event....

- Gary

-----Original Message-----
From: Adrian Lynch [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 30, 2003 10:01 AM
To: CF-Talk
Subject: RE: OT - form buttons and css...

You can remove it with css, so I guess you'd change the class attribute
with
javascripts onfucus/onblur/onsomething.

Ade

-----Original Message-----
From: Houk, Gary [mailto:[EMAIL PROTECTED]
Sent: 30 May 2003 14:54
To: CF-Talk
Subject: OT - form buttons and css...


Is there a way to disable the border that appears around an input button
after it is clicked using css?

Thanks,

- Gary



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to