I have myspace page and i would like to create a div overlay. What would i have to do to make it work.
Can you use HTML & CSS? or
Can you use HTML & CSS? or do you have id's or class's on the divs?
i used classes
i used classes
Vividdreamer you have 19
Vividdreamer you have 19 posts to your name, you should know that we require a properly constructed question, no real help can or will be forthcoming based on what you have posted, it's not possible!
O.o find the codes online
O.o find the codes online that hide certain myspace elements like your comments and whatever else. remove all other styles and everything else that you have on your profile now. Take off all your applications. create a div that is large enough to cover eveyrthing else that is left. everything should probably be absolute positioned. create your layout like you would any other website (im guessing since you knew what a "class" was that you are at least familiar with the basics of css and such. copy your css in your about me and your html in your who id like to meet. (or the other way aroud i cant remember)
then your set.
This is the code that I have
This is the code that I have been trying to use but it is just not work. I am trying to get the friendspace and comment to show in a custom div but it goes bye bye when I put the div code into my div code. Also I want to use my div that i created using float but that wouldn't show right either.
.clearfix {margin-top: -100px;}
table.friendspace, table.friendspace table,
table.friendspace td,table.friendspace table td {
width:800px !important;
}
table.friendscomments, table.friendscomments table,
table.friendscomments td,table.friendscomments table td {
width:800px !important;
}
table.friendscomments table table td.columnswidening {
width:620px !important;
}
table.friendscomments table table td {
width:180px !important;
}
td.text div object,
td.text div embed {
display:none;
}
td.text td div object,
td.text td div embed {
display:block;
}
.extendednetwork,
.latestblogentry {
display:none;
}
table.friendscomments td table,
table.friendscomments td.text table,
table.friendspace table,
table.blurbs,
table.blurbs td.text {
background-color:transparent;
border:0px;
}
table.friendspace span.orangetext15,
table.friendscomments span.orangetext15 {
display:none;
}
table.friendspace {position:relative; left:-5px;}
table.friendscomments {position:relative; left:-3px;}
table.friendscomments table {width:800px;}
table.friendscomments table table {width:800px;}
table.friendscomments td.columnswidening {width:800px;}