hello kitty

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

Hello Kitty Back to School Layout

hkbts101.png

Hello Kitty Teddy Bear Layout

hksum104.png

Hello Kitty Goodie Bag Layout

hksum103.png

Hello Kitty Summer Wave Layout

in category
hksum102.png

Sweet Hello Kitty Summer Layout

in category
hksum101.png

Cute Pink Hello Kitty Layout

hkpink101.png

Hello Kitty Spring Layout 7

hkpink102.png

Hello Kitty Spring Layout 6

in category
hkpink103.png

Hello Kitty Easter Layout 7

in category
hkea101p01.png

Hello Kitty St. Patrick's Day Myspace Layout 3

hkstp101p01.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>