|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
HTML - button marquee - getting rid of
I am going for a nice clean look, nice buttons etc, what is iritating is the thin black line which shows itself after you click on a button until you move the cursor. NOT the border of an IMG, the marquee kinda thing when you click.
This ok for rect and circle but for a poly, when you have an odd shap which would gice you like 200 points if you recreated so you cut a little corner here and there. fine for the image map, still more or less shows up. BUT when the user click they get the marquee showing the click area in all it's cut off glory! any way to get rid of this? Thanks |
|
#2
|
|||
|
|||
|
RE: HTML - button marquee - getting rid of
i think this should do the trick
<a href="#" onfocus="this.blur()"> text </a> <input type="button" onfocus="this.blur()" value="text"> |
|
#3
|
|||
|
|||
|
RE: HTML - button marquee - getting rid of
Thanks a bunch
that worked perfectly! |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > HTML - button marquee - getting rid of |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|