1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

FireFox IE Problems

Discussion in 'CSS' started by martian2k4, Jan 25, 2006.

  1. #1
    Hey, http://www.gfxdot.com I recently coded this site in CSS. If you look at the site in Firefox its fine but in IE there are a few problems. For instance when you rollover the menu it changes position and the main content moves down. Could any one have a quick look at the source and help me in sorting this? Thanks :)
     
    martian2k4, Jan 25, 2006 IP
  2. karmik

    karmik Peon

    Messages:
    329
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Go to your css file and find this:

    #menu A:hover {
    MARGIN-TOP: -5px; DISPLAY: inline; BACKGROUND: url(images/button2.gif) no-repeat; FLOAT: left; WIDTH: 82px; COLOR: #ffffff; PADDING-TOP: 6px; LIST-STYLE-TYPE: none; HEIGHT: 37px
    }

    From above just remove "HEIGHT: 37px" and your menu problem will be solved
     
    karmik, Jan 25, 2006 IP
  3. martian2k4

    martian2k4 Peon

    Messages:
    74
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Ok, ITs sorted now. Thanks :D
     
    martian2k4, Jan 27, 2006 IP