doublebg

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

Hello Kitty Spring 2.0 Layout 2

in category
hksp102p01.png

Hello Kitty Spring 2.0 Layout 1

in category
hksp102p02.png

Alice in Wonderland theme 2.0 Layout

ltsalice2p01.png

Tenorikuma 2.0 Myspace Layout

tenori2p01.png

Hello Kitty Valentine's 2.0 Layout 6

hk10vday2p01.png

Hello Kitty Valentine's 2.0 Layout 5

hk10vday2p02.png

Hello Kitty Rainy Day 2.0 Layout

in category
hkrain102p0.png

Hello Kitty Autumn 2.0 Layout 4

in category
hkfall092p041.png

Hello Kitty Autumn 2.0 Layout 3

in category
hkfall092p031.png

Hello Kitty Halloween Candy 2.0 Layout

hall092p01.png

Myspace Tips by Myspace Is Ugly

Hide New Navigation Bar

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>