good luck

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

Good Luck Glitter 13

in category
gl13.gif

Good Luck Glitter 12

in category
gl12.gif

Good Luck Glitter 11

in category
gl11.gif

Good Luck Glitter 10

in category
gl10.gif

Good Luck Glitter 9

in category
gl9.gif

Good Luck Glitter 8

in category
gle.gif

Good Luck Glitter 7

in category
luck9.gif

Good Luck Glitter 6

in category
luck6.gif

Good Luck Glitter 5

in category
luck7.gif

Good Luck Glitter 4

in category
luck5.gif

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>