for the search, my way to preload images! haha

Search for in

Hiding the pics/video links

MySpace Website Tutorials | Submited Jan 6, 2008

Written by: User Picture..

This shows you a few ways of hiding the view all pics | videos links on myspace.

Notes


I've been messing with a few ways of doing this, since it doesn't have it's own class name. :( I'll add more as I think of them.
all codes go inside Style Tags, a birdy told me you prolly have some, already.

Hiding Bottom section


This hides the entire bottom section, including the mood, sorry.

.37182{this hides the links and mood}
table.profileInfo td table td{visibility:hidden}

.37182{this brings back all the info}
table.profileInfo .text{visibility:visible;}


Hide just the links


This simply hides the links, nothing else.

.37182{hide the pics | videos links}
.profileInfo a{visibility:hidden}

.37182{bring back the default picture}
.profileInfo a img{visibility:visible;}


Have some fun


This makes it so that when someone clicks the link, it disappears. Isn't that awesome?

.37182{hide the links when you click them
.profileInfo a:active{dsiplay:none}

.37182{take the affect off the default pic}
.profileInfo a:active img{display:inline}


Shorten the profileInfo box


This, I THINK only works in firefox, when my computer gets un-broke I'll try it.

.37182{resize the picture to make sure you don't break it}
.profileInfo a img{height:120px;}

.37182{make the box shorter so you can't see the links}
.profileInfo table{display:block; overflow:hidden; height:160px;}

tags Tags: hide view all pics videos links

0Thumbs up  Thumbs down0

Related Tutorials
How to Customize the Pictures Page
Hide Default Layout
Hide Blogs
Hide your MySpace URL
Hide Navigation Bar
Hide Friends
Hide Comments
Simple div / overlay tutorial
Creating Links
Tiny Profile
Hiding tables on your profile
Rum Balls
Hide the music player
Show only play button on a Youtube video
Hiding the pics/video links
Hide navbar dividers
Poster Friends Space
Hiding Google search
Adding color to Youtube videos
HTML Anchors
No Comments Found
Sorry, you have to be a member to comment tutorials