tocomwebmaster / jquerytimepicker

Automatically exported from code.google.com/p/jquerytimepicker
0 stars 0 forks source link

z-index #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For plugin correct work z-index of "<select>" must be more then zero.

Line 19 must be next:
newHTML += ' <select style="position: absolute; left:0;top:' + height +
'px; width: ' + width + 'px; z-index: 1px;" size="7">'

Original issue reported on code.google.com by sergeym...@gmail.com on 5 Sep 2009 at 4:07

GoogleCodeExporter commented 9 years ago
Z-index is an index and not a size (hence the name) and should not be specified 
in
any unit (i.e. "px").

Original comment by jonaslau...@gmail.com on 29 Dec 2009 at 1:37