移転しました。

2006-11-27から1日間の記事一覧

Firefoxでz-indexを使うとフォームのカーソルが描画されなくなる問題

<html> <head> <style type="text/css"> #back { position: absolute; top: 20; left: 20; width: 500px; height: 500px; overflow: auto; z-index: 50; } #front { position: absolute; top: 20; left: 20; z-index: 100; } </style> </head> <body> <div id="back"></div> <div id="front"> </div></body></html>