Thomas Francis wrote:
> ... after I
> upgraded my IE to IE7 I noticed a strange, but quite subtle thing, happening
> on the website homepage. If I moved my cursor (usually in the top right-hand
> corner, but I think this happens on most of the page) I noticed an odd
> 'jumping effect'. It's quite hard to explain, but if you have IE7 and view
> http://www.bristol.ac.uk/ you'll see what I mean.

Applying haslayout [1] on

#uobcms-wrapper {zoom:1}

seems to fix it.

A too much simplified variant shows this jump in IE6 and IE7, but I have 
no idea what is the cause.

Ingo

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
<head>
        <title></title>
<style type="text/css">
/*<![CDATA[*/
   ul { margin-bottom:100px;}
   ul li {   float: left; }

   div{ clear:left; zoom:1; }
   a:hover {background:red;}

/*]]>*/
</style>
</head>

<body>
        <ul>
                <li><a href="#">link 1</a></li>
        </ul>

        <div>
                <a href="#">link 2</a>
        </div>
</body>
</html>


[1] http://www.satzansatz.de/cssd/onhavinglayout.html

-- 
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