|
Posted by kchayka on 10/14/05 03:28
guttyguppy@gmail.com wrote:
> Check out http://fieldii.com/pain.html in firefox, and then in IE6.
> Notice the callouts getting covered up in IE6? Is there a hack?
I believe this is a variation of the peek-a-boo bug. All you need to do
is add to the floated callout classes:
position: relative;
Whenever IE shows squirrelly rendering like this, the first thing I do
is add position:relative. Very often, this clears the problem right up.
If that doesn't work, try
zoom: 1.0;
That's a proprietary property other browsers will happily ignore, but
can cure a host of IE weirdness.
--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Navigation:
[Reply to this message]
|