Soundclick custom CSS (VIP account) and margins...

Discussion in 'CSS' started by paul_gauguin87, Mar 20, 2011.

  1. #1
    Hello people
    First off I'm no coder
    my shitty 'ol boss only taught me how to use tables which is no good
    As you all know ie is loaded with bugs and the margin issue is one of them

    I got a VIP account on soundclick which allows you to fully customize CSS and add some HTML code but you don't have access to the head part of the script in HTML.

    When I try to view my page www.soundclick.com/gromano in firefox everything looks good, on ie 6 and below things get messed up because of margins while in ie 7 only the player is misplaced.
    The thing is I looked at other people's code on Soundclick and they too are using margins but for some reason the player and other stuff they put in with div tags displays properly.

    This is the code for my player

     .embeddedPlayer  {        
        font-size: 12px;
        margin-left: 57px;
        position: absolute;
        top: 505px;
        width: 620px;
        z-index: 3;
    }
    Code (markup):
    Does anybody have an idea on how to solve this problem?

    Thanks in advance
     
    paul_gauguin87, Mar 20, 2011 IP