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.

mess in FF :)

Discussion in 'CSS' started by wood1e, Jan 23, 2006.

  1. #1
    Hi,

    i have been playing around with CSS and got an awlful mess in FF...everything is fine in IE can anyone help?

    http://www.ukea.biz/dev/
     
    wood1e, Jan 23, 2006 IP
  2. karmik

    karmik Peon

    Messages:
    329
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    1. Change this:

    .middlebox {
    margin-left:10px;
    margin-bottom:10px;
    border:1px solid black;
    height:150px;
    text-align:center;
    }

    to this (this in css file content.css)

    .middlebox {
    margin-left:10px;
    margin-bottom:10px;
    border:1px solid black;
    text-align:center;
    }

    (height:150px; will go)


    2. Add this in the content.css somewhere

    .clearboth {
    clear: both;
    }


    3. add <div class="clearboth">&nbsp;</div> Just above <div class="middlebox"> and <div class="boxbottom">

    Your job is done :)
     
    karmik, Jan 24, 2006 IP
  3. wood1e

    wood1e Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    HI,

    yep it worked many thanks...got another quick question.. In FF I get the text on this page atarting lower down than in IE do you know why?

    http://www.ukea.biz/dev/index.php?rollid=news.html
     
    wood1e, Jan 27, 2006 IP
  4. karmik

    karmik Peon

    Messages:
    329
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It is night time here at my place. If nobody replies and it is not solved today, I will let you know the solution by tomorrow morning.
     
    karmik, Jan 27, 2006 IP