PDA

View Full Version : "Online Now" Icons enlarged and stretched out


TheStory
February 13th, 2007, 08:15 AM
http://www.myspace.com/cory_the_story

Hello, when anyone views my profile, the "Online Now" icon under any of my friends' names is very large and stretched out, thus causing things on my page to be pushed apart. Any idea why this is happening?

TheStory
February 14th, 2007, 07:25 AM
example:

http://img380.imageshack.us/img380/9357/image1ht8.th.jpg (http://img380.imageshack.us/my.php?image=image1ht8.jpg)

alltheRAGE
February 14th, 2007, 07:51 AM
Replace your layout code with this:


<style type="text/css">
body {background-color:; background-image:url(http://www.plebius.org/graphics/layouts/legacy.jpg); background-position:Top Center; background-attachment:fixed; background-repeat:repeat-y;}

table table table td.text table table div img {visibility:visible;}
table table table td.text table table div { background-image:none;}
div table t.r{}

div table tbody, div table tbody td {background-color: !important;}

div div table table tr td {background-color:transparent !important;}

div div table {postion: absolute; top: 1px; text-align: center;}

div table tbody tr td a.navbar, div table tbody tr td form input,
div table tbody tr td a img, div table tbody tr td div a {visibility: visible !important; display: inline !important;}

table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table
table tbody td.text {visibility: visible;}
table, td {padding: none !important;}
body {background-color:transparent}
body table {background-color:transparent}
body table td {background-color: transparent;}
body table table {background-color: !imporant}
table tbody table tbody td, table tbody table tbody table {border: none;}
table tbody table tbody table table {background-color: !important; border: none; padding: none;}
table tbody table tbody table table td {background-color:; padding: 2px;}
table tbody table tbody table table td.text {background-color: transparent !important;}
table tbody td table tbody tr td.text table td.text table {border: none;}
table tbody td table tbody tr td.text table td.text {background-color: !important; border: none;}
table tbody td table tbody tr td.text table table {border: none;}
table table table table table {background-color: transparent;}
body {text-align: center !important;} .blacktext12 {visibility: hidden}

.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{color:5A757C;font-size:16px;font-weight:bold;text-decoration:none;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;}
.redbtext.shadowed { filter: shadow( color=blue, direction=135 ); }
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{color:2C353A;font-size:8pt;font-weight:normal;text-decoration:none;font-weight:normal;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;}
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited{color:5A757C;font-size:8pt;font-weight:bold;text-decoration:none;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;}
a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active{color:2C353A;font-size:8pt;font-weight:bold;text-decoration:underline ;font-style:normal;font-family:trebuchet ms,Verdana,arial,verdana,sans-serif;}

td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td a img {width:90px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
html td.text td.text table table td img {width:80px;}
html td.text td.text table table td a img {width:90px;}
html td.text td.text table table td div img {width:80px;}

table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible !important;
background-color:transparent;
background-image:url("");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:435px; height:75px; display:block !important;
border:1px;
border-color:ffffff; }
span.blacktext12 img {display:none;
border-width:1;
border-color:ffffff;
}
.img {
border-width:1;
border-color:ffffff;
}
</style>
<a href="http://www.plebius.org/" target="_blank"><img src="http://www.plebius.org/support.gif" alt="Myspace Layouts" style="position:absolute; left:0px; top: 0px;" border="0"></a>
</a>


That should work, I tested it and it worked for me
:)

TheStory
February 14th, 2007, 09:28 AM
I love you! that worked perfect. What did you do?

alltheRAGE
February 14th, 2007, 11:59 PM
I love you too :winkiss:

Erm...I just changed the bit of the code which made the online now image re-size to 260px in width, when it should be only 80.