Re: subnav jumping in IE -
08-08-2004
, 02:34 AM
Hello,
I'm still learning and have a lot to learn yet, but I found a couple of
different things that seem to stop the "jump" from happening.
The first thing that seems to work is removing the img { display:block;} style.
The other thing (with the img { display:block;} still in) that stopped the
navbar from jumping was putting in an IE hack. The hack was:
<!--[if gte IE 5]>
<style>
img {float: left;}
</style>
<![endif]-->
Like I said, I'm learning and I don't know if these cause other problems,
and I apologize if I'm off the wall. I just thought I'd share what I had found
in case it might help or ring a bell with someone.
I just read about some IE bugs that seem to be set off by hovering over a
link, and one involving duplicate html text in comments. Maybe there is
something in there, but if not, it sure is interesting.
http://www.positioniseverything.net/explorer/guillotine.html
http://www.positioniseverything.net/explorer/dup-characters.html
Good luck finding a solution.
Take care. |