Hi,
Please try the textarea in this page with Firefox:
http://azer.kodfabrik.com/textarea_ffbug.html
Firefox cant display text cursor.How can i solve this problem, here are the codes:
p.s.: i know, if textarea used in a div, firefox shows cursor. but it's not a solution.Code:<html> <style> .a { position:absolute; z-index:1; width:400px; height:400px; background:red; overflow:scroll; } textarea { position:absolute; z-index:2; top:20px; left:20px; width:300px; height:300px; } </style> <body> <textarea></textarea> <div class="a"></div> </body></html>








Bookmarks