Break It Off Section
MyYearBook Website Tutorials | Submited Nov 18, 2007
Written by: Zac92Him
If you use the MyYearBook profile customizer, And you want to change the look of your Break It Off section to match use these tips.
Break It Off
After using the MyYearBook profile customizer and saving your profile, Use the Edit CSS tab in the Web Developer Toolbar.(FireFox only =])And select Embedded Styles.
Next add this code to the Embedded Styles.
.menutitleclosed { background:red; color:#FFF; font-weight:bold; font-size:120%; padding:2px 10px; cursor:pointer; }
.menutitlehover { background-color:#black; background-image:none; color:#FFF; font-weight:bold; font-size:120%; padding:2px 10px; cursor:pointer; }
.menutitleopen { background:#555; color:#FFF; font-weight:bold; font-size:120%; padding:2px 10px; cursor:pointer; }
.menuitem { border-left:2px solid #555; border-right:1px solid #000; border-bottom:1px solid #000; padding:5px 8px; cursor:pointer; }
Once you get everything edited the way you want, copy the whole code and paste into the Edit CSS page of your MyYearBook profile.
You can add borders to the Break It Off section by adding this code. This piece of code must be in the {} brackets.
border: 2px solid black;
You can edit your pixels your border type and also your border color.
Notes
You MUST be in another profile besides your own for this to work. Because if you are in your own profile the Break It Off section dose not show up. I suggest go to a friends profile and mess with theirs. ;)