kla_bor
We've got a site in development that uses lists for navigation bars across the page, code very similar to this..
In IE7 beta2 and RC1 when using IE's new 'page zoom' feature - if ugly it at least still worked...
...tried it in IE7 Final...
...guess what - they've changed the way page zoom works, and now when zoomed, the 'hit area' of the links is not in the same place as the link...
~@!*%@!rs...
| Quote: |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en-gb" lang="en-gb" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>IE 7 Bug</title> <style type="text/css"> <!-- ul li {display: inline} a {background: #ccc; margin: 0 1em 0 1em; padding: 2px; } a:hover {background: #aaa} --> </style> </head> <body> <ul> <li><a href="#">Some Link Text</a></li> <li><a href="#">Another Link</a></li> <li><a href="#">Yet another Link</a></li> <li><a href="#">Guess what?</a></li> <li><a href="#">A box of frogs</a></li> <li><a href="#">Some Link Text</a></li> <li><a href="#">Another Link</a></li> <li><a href="#">Yet another Link</a></li> <li><a href="#">Guess what?</a></li> <li><a href="#">A box of frogs</a></li> </ul> </body> </html> |
In IE7 beta2 and RC1 when using IE's new 'page zoom' feature - if ugly it at least still worked...
...tried it in IE7 Final...
...guess what - they've changed the way page zoom works, and now when zoomed, the 'hit area' of the links is not in the same place as the link...
~@!*%@!rs...
