Mozilla stuff

Uhm...

2004-09-25

Focus bug testcase, should be fixed by bug 261153:

<html><head>
<style>
#side { float: left; width: 200px; height:400px;border:1px solid black;}
#mainContent { margin-left: 210px;border:1px solid black; }
#mainContent:hover{-moz-outline:1px solid red;}
</style>
</head>

<body class="sectionStore">
<div style="clear: both;"> </div>
<div id="side"> </div>
<div id="mainContent">
Hovering this text causes it to shift down
</div>
</body></html>

0 Comments:

Post a Comment

<< Home