Susanne Jäger wrote:
> Hi,
> 
> I run into a very annoying problem with the pagezoom in IE7. A very
> simplistic testcase (ignore the German text, its just a placeholder -
> styles inline): <http://sujag.de/test/hover_problem.html>
> 
> It's just simple text with some inline links, that are inverted on
> :hover, :focus, :active. When the page is zoomed those links get shifted
> to the right on :hover. The shift is larger for links that are placed at
> the end of a line than for those at the beginning.

Hallo Susanne,

What about giving zoom to the link against this zoom-bug?

   a { zoom:1;}

No. Now the link itself is shifted to the right (but on hover, it keeps 
it's position).

position:relative?

   a { position:relative;}

No. The link leaves a white hole in the line, strolling around.


   a { zoom:1; position:relative;}

No, no. The link is moving out of the line, upwards, and the text wraps 
as if the link would not exist.


If only they had tried their zoom feature before launching.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to