PLEASE do NOT strip my credits out of your code. They are harmless. Unlike most sites, My credits do NOT show up on your visible page, there is no reason to remove them. If you make a derivative of my work, you may add your own credits, but leave mine in tact.

I apologize for being less attentive to people's questions than in the past. I hope to return to doing this at some time. But for now I need to think about what I want to do. This doesn't mean I am completely ignoring all questions, if I suspect there might be a bug in my code, or myspace has made some change effecting it, I will still dig in and research.

Friday, March 16, 2007

myspace extendedNetwork status style hide repalce with image import into div overlay

extendedNetwork/Status table, styleing, hiding, replacing with image, import into div overlay



-- remove blog and extended network no white space
-- hide extended network and blogs and move up my about me
<style>
{! hide extendedNetwork and blogs !}
table.extendedNetwork {display:none;}
table.latestBlogEntry {display:none;}
{! due to carriage returns we need to move the blurbs up slightly !}
{! first I control the size of the carriage return so the distance is the same on different browsers !}
br {line-height:12px;}
table.blurbs {position:relative; top:-24px; margin-bottom:-24px;}
</style>

-- Picture in Extended Network:
<style>
{! put picture in extended network !}
{! first hide the default text !}
span.blacktext12{display:none;}
{! put a background in the table !}
table.extendedNetwork {background-image:url("URL-OF-YOUR-PICTURE");
background-position: center center;
background-repeat:no-repeat;
height:150px; width:300px; display:block }
{! change above px values to height and width of your picture !}
</style>

--Style
<style>
table.extendedNetwork {background-color:lightgreen !important; border:3px solid !important; border-color:darkgreen;}
table.extendedNetwork span.blacktext12 span {color:darkred; font-size:14px !important; font-family:comic sans ms; line-height:19px !important}
</style>

--Import into Div Overlay
<style>
{! size and position Status box !}

table div.myCoreDiv table td.text table.extendedNetwork {display:block !important; visibility:visible !important; position:absolute !important;
top:20px; left:20px; width:220px; height:150px;}
table.extendedNetwork, table.extendedNetwork td {border:0px !important;}

</style>

Labels:

2 Comments:

Blogger Emanuel said...

myspace extendedNetwork import into div overlay CODE don't work anymore. Can you help me?

30/7/08 00:02  
Blogger u∃∃l!∃ said...

maybe.

They wrapped another table around it, so if you are doing a diplay:none of all tables at level
table table table
or
table table td.text table

you have to undo that before you can import the extendedNetwork.

table table td.text table {displayblock;}

Then hide individually any content on the right side

30/7/08 08:32  

Post a Comment

Links to this post:

Create a Link

<< Home