cj wrote:

> the menu i'm working with was working great with my different css
> files until i started putting <span> tags in the <li>s, at which point
> IE threw a hissy fit and no longer showed the borders at all.  while
> trying to figure out what was going on, i discovered that if i put any
> text at all in front of the link, IE would work again.  
> 
> http://sltclan.com/images/cj/menu-problem-with-ie.html

   ul span {position:relative;}


> if someone could also tell me why IE moves
> my menu to the right when you hover for the first time on a fresh page
> load, i'd love to fix that too.  

   ul { position:relative;}

alternatively, removing all of these hotfixes

   onmouseover="this.className='current iefix'"
   onmouseout="this.className='current'"

will stop the jumping, too.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to