Results 1 to 3 of 3

Thread: I really need help with my myspace layout

  1. #1
    Join Date
    May 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default I really need help with my myspace layout

    I just made a really cool layout using a layout generator. The problem is that the opacity won't work in the code. I don't' know how to fix it...the code is below...the opacity is only for the tables.

    <div style="position:absolute;left:0px;top:0px;"><a href="http://www.towercodes.com/"><img src="http://www.towercodes.com/images/logo.gif" border="0" alt="MySpace Layouts" /></div><style type="text/css">
    body {
    background-color: rgb(255,255,255);
    background-image: url(http://www.towercodes.com/uploads/20.../20060513_Love and Hate_1147548811591115.gif);
    background-position: top left;
    background-repeat: repeat;
    background-attachment: fixed;
    }
    table, tr, td {
    background-color: transparent;
    border: 0px;
    }

    table table {
    border: 0px;
    }
    table table table table{
    border:0px;
    }
    table table table {
    border-width: 1px;
    border-color: rgb(122, 0, 0);
    border-style: solid;
    background-color: transparent;
    }
    table table table td {
    background-color: rgb(255, 255, 255);
    style="filter:alpha(opacity=40);-moz-opacity:0.40;opacity:0.40;"
    }
    table table table table td {
    filter:alpha(.45);

    }
    body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
    font-family: Trebuchet MS;
    font-size: 12px;
    color: rgb(0, 0, 180);
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    }
    .nametext {
    padding: 5px;
    display:block;
    font-family: Trebuchet MS;
    font-size: 15px;
    color: rgb(200, 0, 0);
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    }
    .whitetext12, .orangetext15 {
    font-family: Trebuchet MS;
    font-size: 15px;
    color: rgb(200, 0, 0);
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    }
    a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
    color: rgb(0, 180, 0);
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    }
    a.navbar:hover, a.man:hover, a:hover {
    color: rgb(200, 0, 0);
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    }
    </style><br />Create your own custom <a href="http://www.towercodes.com/">MySpace Layouts</a><br /><br />

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    This rule:

    Code:
    table table table td {
    background-color: rgb(255, 255, 255);
    style="filter:alpha(opacity=40);-moz-opacity:0.40;opacity:0.40;"
    }
    Will only apply to table cells (<td></td>) in a table that is inside a table that is inside a table.

    This rule:

    Code:
    table table table table td {
    filter:alpha(.45);
    
    }
    Is invalid and should do nothing but, it could cause problems, safest thing would be to remove it. There could be other errors.

    I don't see any other rules that mention opacity, do you have any table cells in tables that are nested in a table in a table? If not, nothing on your page should have anything other than standard opacity.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    May 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank you so much for the help, but it still doesn't work...i don't know what else to do...this is the code that i have in now, but the opacity on the tables still doesn't work.

    <div style="position:absolute;left:0px;top:0px;"><a href="http://www.towercodes.com/"><img src="http://www.towercodes.com/images/logo.gif" border="0" alt="MySpace Layouts" /></div><style type="text/css">
    body {
    background-color: rgb(255, 255, 255);
    background-image: url(http://www.towercodes.com/uploads/20.../20060514_Love and Hate_1147620091942848.gif);
    background-position: left top;
    background-repeat: repeat;
    background-attachment: fixed;
    }
    table, tr, td {
    background-color: transparent;
    border: 0px;
    }

    table table {
    border: 0px;
    }
    table table table table{
    border:0px;
    }
    table table table {
    border-width: 1px;
    border-color: rgb(118, 0, 0);
    border-style: solid;
    background-color: transparent;
    }
    table table table td {
    background-color: rgb(255, 255, 255);
    style="filter:alpha(opacity=40);-moz-opacity:0.40;opacity:0.40;"
    }
    body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .redtext, .redbtext, .btext, .text, .nametext, .blacktext10, .blacktext12 {
    font-family: Trebuchet MS;
    font-size: 12px;
    color: rgb(0, 147, 0);
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    }
    .nametext {
    padding: 5px;
    display:block;
    font-family: Trebuchet MS;
    font-size: 23px;
    color: rgb(200, 0, 0);
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    }
    .whitetext12, .orangetext15 {
    font-family: Trebuchet MS;
    font-size: 15px;
    color: rgb(200, 0, 0);
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    }
    a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.redlink:link, a.redlink:active, a.redlink:visited, a.redlink:hover {
    color: rgb(0, 0, 200);
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    }
    a.navbar:hover, a.man:hover, a:hover {
    color: rgb(200, 0, 0);
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
    }
    </style><br />Create your own custom <a href="http://www.towercodes.com/">MySpace Layouts</a><br /><br />

Bookmarks

Posting Permissions

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