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.

Need someone to help me with css

Discussion in 'CSS' started by proxywhereabouts, Aug 16, 2008.

  1. #1
    Guys, Girls,

    Just a few hours ago I finished customizing my new wallpaper site to suit my main site. However, when viewed from IE, the site breaks lose.

    Is there someone who are free enough to get the site fixed in IE?
    I will need all the guide from you experience folks.

    I am looking for someone who can guide me on what should I look into to fix this or kind enough to fix it for me.
    This is not a paid request.

    Thank you.

    The site url is wallpapers.animeheist.com but due to some problem with DNS, it did not resolved to my site properly.
    So, please use http://66.90.92.146/ to go to the site.
     
    proxywhereabouts, Aug 16, 2008 IP
  2. psychotronic

    psychotronic Peon

    Messages:
    133
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    on your style.css try to change these lines :

    .ContentMiddle {
    	width: 590px;
    	margin-right: 5px;
    }
    .ContentRight {
    	width: 200px;
    }
    Code (markup):

    into


    .ContentMiddle {
    	width: 590px;
    	margin-right: 5px;
    overflow:hidden;
    }
    .ContentRight {
    	width: 200px;
    overflow:hidden;
    }
    }
    Code (markup):
     
    psychotronic, Aug 17, 2008 IP
  3. proxywhereabouts

    proxywhereabouts Notable Member

    Messages:
    4,027
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    200
    #3
    Does it need to have 2 of this } ?
     
    proxywhereabouts, Aug 18, 2008 IP
  4. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ^^ I'm guessing that's a typo. I don't have time to look at the site so I can't say weather his/her code will fix your problem.
     
    nicangeli, Aug 18, 2008 IP
    proxywhereabouts likes this.
  5. psychotronic

    psychotronic Peon

    Messages:
    133
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    sorry yes that was a typo.
    simple remove the second }
     
    psychotronic, Aug 18, 2008 IP
    proxywhereabouts likes this.
  6. proxywhereabouts

    proxywhereabouts Notable Member

    Messages:
    4,027
    Likes Received:
    110
    Best Answers:
    0
    Trophy Points:
    200
    #6
    Thank you.
    I was pointed out by a member in dp, that I have an extra </div> and style on the column.
    So, I remove it and its all fine now.

    Just wondering what does "overflow:hidden;" does though.
     
    proxywhereabouts, Aug 18, 2008 IP