squares

*Click on the title of the layout you want to get the layout code*

Checks and Hearts Myspace Layout

in category
checkedhearts.png

Colorful Squares Myspace Layout

in category
square.png

Colorful Squares Layout

in category
square21.png

Square Tile Myspace Layout

in category
square25.png

Girly Checkered Myspace Layout 3

in category
square24.png

Girly Checkered Myspace Layout 2

square23.png

Girly Checkered Myspace Layout 1

in category
square22.png

Country Plaid Hearts Layout

heart3.png

Purple and Orange Stars Myspace Layout

purpleorangestarstripe.gif

Pink Pucca Stars and Dots

Pink Pucca Stars and Dots.jpg

Myspace Tips by Myspace Is Ugly

Hide New Navigation Bar *Updated*

Description:
This code will hide the new navigation bar. Unfortunately, it won't remove the shortcuts, but your div layouts should look better without the navigation bar. I'll update the code if myspace changes the site again.

Directions:
Place this code at the top of your "About Me" section of your profile.

<style>
.i {display:none}
div.profileWidth {margin-top: -30px !important;}
div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}
div.profileWidth div.clearfix, i i i,
div.profileWidth div div {filter:none; opacity:0.9999}
div.profileWidth div.clearfix {position:relative; top:30px}
</style>