SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Works in Mozilla but not IE ...

  1. #1
    Unauthorized Web Theologian emmzee's Avatar
    Join Date
    Jan 2004
    Location
    Mississauga, Ontario, Canada
    Posts
    738
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Works in Mozilla but not IE ...

    Okay, so I've started the process of learning to use real CSS ... as in like, an eventual replacement for tables. I was playing around with doing a simple menu-mouseover thing today and theres some kinda weird little bug in IE I think:

    http://www.play.vg/menu_css.html

    It works fine in Mozilla but when I try it in IE6.0, for the last link "Contact" the bar doesn't go all the way accross the words when you mouseover ... anyone know what the problem is or how it can be fixed for IE?

  2. #2
    The CSS Clinic is open silver trophybronze trophy
    SitePoint Award Recipient Paul O'B's Avatar
    Join Date
    Jan 2003
    Location
    Hampshire UK
    Posts
    37,749
    Mentioned
    99 Post(s)
    Tagged
    3 Thread(s)
    Hi,

    Just leave an extra space after the closing anchor for the contact text and before the end of the div .
    Code:
    <a href="">Contact</a> </div>
    Paul

  3. #3
    Unauthorized Web Theologian emmzee's Avatar
    Join Date
    Jan 2004
    Location
    Mississauga, Ontario, Canada
    Posts
    738
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your reply ... I guess I'll have to try stuff like that from now on Darn IE *rolls eyes*

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •