SunChase |
|
---|---|
When
<input class="login" type="text" name="rusername"....is used i get the next problem: after i login once - the input field marks ah "visited" with a yellow border,which i dont know how to get rid off.The css doesnt understand input:visited so i'm stuck.Help screenshot: ![]() [url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
|
|
This post was edited by SunChase (2009-10-10 23:18, 15 years ago) |
Stam |
|
---|---|
I think this comes from the "Wand". If you save your account's information into the Wand, Opera highlights it by adding a yellow border to the input fields.
Are you defining a border-style? Probably your best bet would be to simply set a style by default, then setting the border-color will override it. For example, try .login { border: 1px solid #666; } and see if that helps. It's not the hours you put in, but what you put in the hours.
|
SunChase |
|
---|---|
I've tried this - A border inside a border
[url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
|
Kort |
|
---|---|
Imo there's no way you can remove it. Its a different kind of border and does not depend on the style you define in css files. Btw, I saw some scripts removing similar stuff in IE, but not in the Opera.
SED.by - создание сайтов, разработка плагинов и тем для Котонти
|