Re: [css-d] Jumping DIV in IE

2006-06-09 Thread Rainer Wagener
Hi Peter, I'm having a strange problem with a jumping, floated/positioned div in IE 6 (and possibly lower). ... I thought it might be a hasLayout issue so I added zoom: 1; to everything I could think of, but that didn't seem to do anything. Did you think of div#siteinfo? Aplying

Re: [css-d] Jumping DIV in IE

2006-06-09 Thread petichok
On Jun 9, 2006, at 7:09 AM, Rainer Wagener wrote: I thought it might be a hasLayout issue so I added zoom: 1; to everything I could think of, but that didn't seem to do anything. Did you think of div#siteinfo? Aplying zoom:1 to that div solved it for me. Strange enough, but it's IE.

Re: [css-d] Jumping DIV in IE

2006-06-09 Thread Ingo Chao
[EMAIL PROTECTED] wrote: I'm having a strange problem with a jumping, floated/positioned div in IE 6 (and possibly lower). On the page: http://clarkson.edu/projects/nanobird/3.4.php (CSS: http://clarkson.edu/projects/nanobird/style.css and

Re: [css-d] Jumping DIV in IE

2006-06-09 Thread Rainer Wagener
Hi Peter, I'm having a strange problem with a jumping, floated/positioned div in IE 6 (and possibly lower). ... I thought it might be a hasLayout issue so I added zoom: 1; to everything I could think of, but that didn't seem to do anything. Did you think of div#siteinfo? Aplying

Re: [css-d] Jumping DIV in IE

2006-06-09 Thread Rainer Wagener
Sorry for posting the same stuff twice. Here's the right one: Hi Peter, it seemed to work on the first refresh, but not on subsequent refreshes. Any other ideas? Because I applied the 'layout' via Javascript I could not test refreshing this way. After downloading the side I was unable to

Re: [css-d] Jumping DIV in IE

2006-06-09 Thread petichok
I think in the ie55.css fix css, #nav-progress-container-a { /*position: absolute;*/ /*right: 0;*/ /*margin-right: -1px;*/ clear: none; } I don't know if this clear is needed at all. clear and float on the same element gives sometimes unexpected results. Ingo

[css-d] Jumping DIV in IE

2006-06-08 Thread petichok
Hi list! I'm having a strange problem with a jumping, floated/positioned div in IE 6 (and possibly lower). On the page: http://clarkson.edu/projects/nanobird/3.4.php (CSS: http://clarkson.edu/projects/nanobird/style.css and http://clarkson.edu/projects/nanobird/style_ie55.css) the Section