Need Help, Can't tell if this is a CSS, HTML or what problem.

Discussion in 'HTML & Website Design' started by GeorgeB., Jun 20, 2008.

  1. #1
    GeorgeB., Jun 20, 2008 IP
  2. gamezville

    gamezville Peon

    Messages:
    94
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I am guessing it has something to do with the fact that the video is bigger (in width) than the div area. Try placing an image there, that is smaller than the div space - and see if it still has the same problem.
     
    gamezville, Jun 20, 2008 IP
  3. iamben

    iamben Active Member

    Messages:
    116
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    73
    #3
    In your coolplayer.css you have:

    .coolplayer_wrapper {
    display:block;
    margin:12px 0pt 12px 24px;
    text-indent:0pt !important;
    }

    Change it to:

    .coolplayer_wrapper {
    display:block;
    margin:12px 0 12px 0;
    text-indent:0pt !important;
    }


    and see if that helps. You're adding a 24px left margin, for some reason.
     
    iamben, Jun 20, 2008 IP
    GeorgeB. likes this.
  4. GeorgeB.

    GeorgeB. Notable Member

    Messages:
    5,695
    Likes Received:
    288
    Best Answers:
    0
    Trophy Points:
    280
    #4
    Sweet! That did it. +rep for you!!
     
    GeorgeB., Jun 20, 2008 IP