Mozilla stuff

Uhm...

2005-01-16

Another overflow:hidden focus bug seen on the right column on http://weblogs.mozillazine.org/roc/


<html><head><title>Well, I'm Back</title>
<style>
#right {float: right; overflow: hidden; }
</style>
<body>
<div id="right">
<div style="width:300px;height:253px;border:1px solid green;"></div>
<table style="height:200px;"><tbody>
<tr><td><a href="#">Focusing this should not change anything</a></td></tr>
</tbody></table>
</div>
</body></html>

0 Comments:

Post a Comment

<< Home