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.

Div's in IE and FF

Discussion in 'HTML & Website Design' started by lizzie87, Jun 12, 2006.

  1. #1
    Hello everybody!

    Hopefully someone here can help me with this problem.
    I'm busy on this website:

    http://www.lisettebast.nl/MarcovanZelst3/index.html

    As you can see there are some problems..
    Firstly, the menu.
    If you check it out in IE and you go over the word 'webalbum'
    the whole menu takes a step down.. ( i really have no idea why?)

    Then the second thing, the copyright bar. In IE it's on it's place, but in FF totally not.. What do i have to change in my CSS to fix this problem?

    Hopefully someone can me help me..
    Thanks!
     
    lizzie87, Jun 12, 2006 IP
  2. Djohn

    Djohn Peon

    Messages:
    75
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not sure about the menu part, but as far as the copyright bar, you've set
    margin-top: 495px;
    Code (markup):
    That's pushing it 495px down, relative to the table you've got.

    Try adding position:absolute; to the copyright div.

    If I where you I'd redo the site in CSS instead of using tables and JavaScript, and use some divs to control the menu, which would also help out as far as SEO goes.

    By the way, the menu is way of in IE mac - upper right corner...
     
    Djohn, Jun 12, 2006 IP