PDA

View Full Version : firefox/gecko bug? css select:focus causes triple-click problem



hotani
May 10th, 2006, 05:55 PM
When I use the css function select:focus for drop-downs to change the background of the current form element, I have to click 3 times to get the drop-down to display. Is this something on my system or are others experiencing it as well?

It works fine on windows/firefox, this is just on linux.

Any ideas? work-arounds?

This is an example of what I'm using:



select:focus
{ background-color: blue; }

elektr10
September 12th, 2007, 09:10 PM
I'm having the same problem.Isn't there any solution :(