143 layers with associated css

Discussion in 'CSS' started by Sleeping Troll, Apr 20, 2008.

  1. #1
    The first 30 layers display as position absolute, rest display as flow. Had this part working fine, had to rewrite and now this! here is some of the code.


    the css:

    <style type='text/css'>
    #L1 {
    position:absolute;
    left:287;
    top:387;
    }
    </style>


    The layers:

    <div id=L1><img id=I1 src='/images/Intro/00120-1.png'></div>
     
    Sleeping Troll, Apr 20, 2008 IP
  2. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #2
    Are they all pointing to the same div ID? You can't do that. Can't really tell without seeing all the code though.
     
    itcn, Apr 21, 2008 IP