dropped down drop-down
dropped down drop-down
Out of context: Reply #9
- Started
- Last post
- 10 Responses
- spot130
in the rendered code that the js is putting out, you have a number of instances where it says:
top: 3.5px;
There is no such thing as half a pixel, so this could be causing a problem. If you're going to swap it out, you might consider this one:
http://htmldog.com/articles/suckā¦
(it's very simple and clean)