for the search, my way to preload images! haha

Search for in

Adding the bottom links to an overlay

MySpace Website Tutorials | Submited Feb 15, 2008

Written by: Mr. Evil [BOFH]

Myspace recently made it so you need your bottom links to avoid deletion, this shows you how to have them in a DIV layout.

Notes


.codes {like: this;} go inside <Style Tags>.
And that's all.

CSS


[Style Tags]
One line. And a short one.
All it does is set the DIV we're about to add to be taller than the profile, all you need to do is adjust the height number:

.moveLinks{height:11000px;}


HTML


Very simple: it's an empty DIV, but as mentioned a second ago, it's tall, and pushes down the bottom links.

<div class="moveLinks"></div>


Something else


This is so the number doesn't have to be something crazy like 90000px, instead of using a code that moves the default Myspace layout around to hide it, you could use this, it uses display:none; to eliminate unused tables, leaving the blurbs section for you to put your codes.

.profileInfo, .extendedNetwork,
.userprofileURL, .latestBlogEntry,
.contactTable, .interestsAndDetails,
.userProfileDetail, embed,
.blurbs .orangetext15{display:none}

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


Also, it's much easier to maintain if you put your comments in a scrollbox, and if you don't want a scroll bar just change overflow:auto; to overflow:hidden; and set the height to a few thousand pixels.

tags Tags: bottom links DIV overlay layout

1Thumbs up  Thumbs down0

Related Tutorials
How to Create Scroll Boxes
Hide Default Layout
Hide Navigation Bar
Simple div / overlay tutorial
Creating Links
Basic MySpace layout tutorial
Div Boxes
Additional CSS codes for Skem Layouts
Friends in a DIV layout
Skem9 Basic Layout Tutorial
Comment Dividers
image at the bottom of your profile
Hiding the pics/video links
How To Create Advanced Layouts [Vampirefreaks.com]
HTML Anchors
Adding the bottom links to an overlay
DIV layout tutorial - version 2008
Randomness with PHP
Getting rid of the big red "NEW"
Hiding subscribe to blogs, view all friends, and comment links
1 Comments
  SB Designs ~ 02/17/08, 7:31pm
Picture..
awesome job you little shit [lol]

1 


Sorry, you have to be a member to comment tutorials