2008/4/9 8:27:27
|
---|
|
Re: Addons: Errors and new features@Nachenko, the onclick border around both the searchform and submit button has plagued me since implementation.
I have tried element onclick="this.style.border = '0';" element onclick="this.style.border-style = 'none';" element onclick="this.style.border-style = 'hidden';" #searchform input { border: 0; border-style: hidden; } Thats only the tip of the iceberg on css, I have tried #searchform a:focus, #searchform a:active, #searchform a img, #searchform a, #searchform a:focus:hover, #searchform a:active span, #searchform a span, #searchform a:focus span { border: 0; border-style: hidden; } I simply can not get that damn border to go away. |