Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Add coments and friends in Myspace div layout (using css code)
Old 03-15-2007, 07:46 AM Add comments and friends in Myspace div layout (using css code)
Extreme Talker

Posts: 189
Trades: 0
here is my about me code:

Code:
<style type="text/css">
    table, tr, td {background:transparent;}
    table table table table, table table table table td.text, table.contactTable {display:none;}
    td.text table, .orangetext15 {visibility:hidden;}
    td.text table table {display:inline; visibility:visible;}
    td.text td.text table {display:none;}
    div b font font, div font font u {display:none;}
.whitetext12 { display: none; }
.nametext { display:none;}
</style>

<style type=text/css>

body {
background-color: 000000;
}

table, tr, td {background-color: transparent; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}

table table table {border: 1px solid; border-color: 000000; background-color: 000000; }

body,table, td, li, p, div, textarea  
{font-family:arial; font-size:16px;; color:c74570; font-weight:none; border:0px; text-transform: none; line-height:12px;}

.text {font-family:arial; font-size:16px;; color:c74570; font-weight:none; border:0px; text-transform: none; line-height:12px;}  

.redtext{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase; }

.redbtext{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase; }

.orangetext15{font-family: arial; color: c74570; font-weight: bold; font-size: 20px; letter-spacing: -2px;}  

.lightbluetext8{font-family:arial; font-size:16px;;  color:c74570; font-weight:none;border:0px; text-transform: uppercase; }

.whitetext12{font-family:arial; font-size:16px;;  color:c74570; font-weight:none;border:0px; text-transform: uppercase;}  


.blacktext12{font-family: arial; color: c74570; font-weight: bold; font-size: 20px; letter-spacing: -2px; }

.nametext{font-family: arial; color: c74570; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;}  

.blacktext10{font-family:arial; font-size:16px;;  color:c74570; font-weight:none;border:0px; text-transform: uppercase;}  

a{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase; }  
a:link{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}

a.redlink{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}  
a.redlink:link{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:16px;;  color:c74570; font-weight:none;border:0px; text-transform: uppercase;}

a.navbar{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:link{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:active{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:visited{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}  
a.navbar:hover{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}  

a:link, a.man{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}  
a:active{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}  
a:visited{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase;}

.standard b, p b, B, strong {
font-family:arial; font-size:16px;; color:c74570; font-weight:none;border:0px; text-transform: uppercase; }

</style>
Here is my Id like to meet code:
Code:
<div class="bg" style="position: absolute; left:0px; top:0px; width:1010px; height:2000px; overflow: hidden;">
<img src="http://jolyza.com/simsters_fireplace_myspace_stuff/layout.jpg">
</div>

<div class="content" style="position: absolute; left:80px;  top:330px; width:215px; height:265px; overflow: auto;">
About Me.
</div>

<div class="content" style="position: absolute; left:80px;  top:705px; width:215px; height:315px; overflow: auto;">
Links.
</div>

<div class="content" style="position: absolute; left:455px;  top:330px; width:465px; height:690px; overflow: auto;">
News and Blogs.
</div>




<div class="content" style="position: absolute; left:80px;  top:1205px; width:840px; height:740px; overflow:auto;"> Friends and Comments </div>
instead of my last div (friends and comments.) can someone give me the code so my friends and comments are there and change my about me code so my about me code doesnt interfere with my comments or friends in that div

Last edited by simster; 03-15-2007 at 09:56 PM.. Reason: Updated my code
simster is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-15-2007, 07:54 AM Re: Add coments and friends in Myspace div layout (using css code)
Angelosanto's Avatar
Webmaster Talker

Posts: 548
Name: Danny Angelosanto
Trades: 0
I'm pretty sure you can't do that - the myspace basic layout stays the same - comments in one div, photo in another etc.

You can only modify it to a certain level and I may be wrong but I don't think you can do what you ask
__________________
"The only reason some people get lost in thought is because it's unfamiliar territory."
_____________________________________
Angelosanto is offline
Reply With Quote
View Public Profile Visit Angelosanto's homepage!
 
Old 03-15-2007, 08:03 AM Re: Add coments and friends in Myspace div layout (using css code)
Extreme Talker

Posts: 189
Trades: 0
here is a link to a myspace div layout http://www.createblog.com/layouts/download.php?id=10596

that has comments at the bottem.



and here is a link that i used to create the layout (tutorial) http://www.createblog.com/forums/ind...owtopic=142922

and at there was a link that took you to a place that gave you the information to add your friends and comments to your div layout (but it was a link the a thread on the myspace forum the always says Sorry! an unexpected error has occurred. This error has been forwarded to MySpace's technical group.)
simster is offline
Reply With Quote
View Public Profile
 
Old 03-15-2007, 03:32 PM Re: Add coments and friends in Myspace div layout (using css code)
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
I've never seen myspace code before.. WHAT A NIGHTMARE !!
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 03-15-2007, 09:56 PM Re: Add coments and friends in Myspace div layout (using css code)
Extreme Talker

Posts: 189
Trades: 0
can anyone help me
simster is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Add coments and friends in Myspace div layout (using css code)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21474 seconds with 12 queries