food

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

Pink Cherries and Stars Myspace Layout

in category
pinkcherry.png

Popsicle Expressions Myspace Layout

in category
popsicles.png

Killer Hot Dog Myspace Layout

in category
hotdog.png

Watermelons Myspace Layout

in category
watermelon.png

Cherries Myspace Layout

in category
cherry.png

Colorful Fruits Myspace Layout

in category
strawberry.png

Yummy Cupcake layout

in category
cupcake.png

Hello Kitty Summer Treat Layout

hksummertreat.png

Milk and Cookies Myspace Layout

in category
girly25.png

Cupcakes and Stars Myspace Layout 2

in category
star22.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>