[SOLVED] hovering make images displacement in IE

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
chris..
Forum Members
Forum Members
Posts: 62
Joined: Thu Jun 01, 2006 8:03 pm

[SOLVED] hovering make images displacement in IE

Post by chris.. »

Hi, I've some problems in IE 6 (Could someone kill Bill ?) for this 1.0.2 CMS site : http://test.thuyphap.be.

case 1 : images are not in their right place and when I'm hovering some links they do (http://test.thuyphap.be/acceuil/)
case 2 : images are in their right place and when I'm hovering some links they displace (http://test.thuyphap.be/infos)

Some idea(s) ? I've almost leave css by default.
Last edited by chris.. on Wed Nov 15, 2006 7:11 pm, edited 1 time in total.
chris..
Forum Members
Forum Members
Posts: 62
Joined: Thu Jun 01, 2006 8:03 pm

Re: hovering make images displacement in IE

Post by chris.. »

I had time to make some tests :

Same problems with absolute default layout, only when images are align="left" or style="float:left;" and displacement is proportionnal to pagewarper margins (when I resize and reload page, displacement is smaller).

And the problem exists with tables too : in fact not the same problems. Layout is OK when page is loaded but when I hover a link, the table move downside.

A clue anyone ?
Der Rudi
Forum Members
Forum Members
Posts: 56
Joined: Wed May 17, 2006 7:42 pm

Re: hovering make images displacement in IE

Post by Der Rudi »

sounds like the 3px IE jog bug. If you google you should find a solution to test.
Hope this helped.
chris..
Forum Members
Forum Members
Posts: 62
Joined: Thu Jun 01, 2006 8:03 pm

Re: hovering make images displacement in IE

Post by chris.. »

Great thanx !!!!
It was absolutely not the good answer, but you made me dive deep inside the CSS and I found a solution :

div#main{
  margin-left:29%;
  margin-right:2%;
}
The 29% was applied to the image after the left menu (29% for the main block plus 29% for the image)
And I think the 2% right margin was applied to the 100% table which was then pushed after the left menu.

So my solution : pixelize #sidebar and margins in #main.

P.S: Let me kill Bill by myself..
Post Reply

Return to “Layout and Design (CSS & HTML)”