| ||||
A blog about Ruby, Rails and other Tech. Mostly.Back to blog
Firefox has a problem with dropdown lists inside a span that is relatively positioned. They won't display the option list when you click on them. Oddly, FF for MAC works ok, this is only a PC problem. See here (there are 4 options):
Now try the dropdown in firefox Odd, isn't it? To fix, just use a div instead, like this:
Back to blog |