Addint layers to myspace.

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Addint layers to myspace.

    ok here's the deal. I wanna add a layer to my myspace page. This is what i have
    entered as the code (inserted into the "about me section" of the myspace edior)
    That code works perfectly when entered into dreamweaver and the layer appears
    exactly whjere I want it on the browser. HOWEVER, when that code is added to
    myspace, the layer appears, but is a different size and appears as a sort of
    image in the section I pasted the code! When am i doing wrong? I know this can
    be done... (Eventually i want to make a page like this through my myspace
    page.)
    [url]http://www.myspacescripts.com/profilelink/19.htm[/url] Thanx in advance! :)

    <style type="text/css">
    <!--
    #Layer1 {
    position:absolute;
    width:200px;
    height:115px;
    z-index:101;
    left: 124px;
    top: 206px;
    }
    .style1 {color: #FFFFFF}
    -->
    </style>

    <div id="Layer1">
    <table width="100%" height="100%" border="0">
    <tr>
    <td bgcolor="#000000"><div align="center"><span class="style1">"""NEW
    LAYER"""</span></div></td>
    </tr>
    </table>
    </div>

    noobnoobnoob Guest

  2. Similar Questions and Discussions

    1. flashplayer 9 and myspace
      I am extremely frustrated! For some reason I cannot watch any videos on myspace that people have uploaded to that site. However, I can watch...
    2. PLEASE HELP ME: Flash on MySpace.com
      Before Flash Version 9 I had a Flash contact table, along with flash movies, where people could click on a flash picture and it would direct them to...
    3. Need help for my myspace
      I want to place a player with songs I've selected on my Myspace. How would I do that?
    4. Contribute & Myspace
      I'm a dork I know and there's probably a very obvious answer of no, but can I use Contribute to edit my Myspace page and if so, how?
    5. Addint Email linnk
      :confused; Both I and my normal Contribute content provider, are unable to insert an email (or any other kind of) link in pages from Contribute. ...
  3. #2

    Default Re: Adding layers to myspace pages.

    btw, I have a feeling its something to do with the Z-indexing (although im not sure, obviously)
    noobnoobnoob Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139