Side Menu for Profile 2.0
- Go to MSC Home
|
Go to MSC Profile 2.0 Codes -
Rate This Page!
Use this code below to create a left-side or right-side menu on your 2.0 Profile. This is a two part code, but its really easy to do. All it does is create a div you can fix to the left or right of your page that you can put content (text/links/images) into that is always visible to anyone viewing your page. For example if you want links to contact you, or links to your own site, images you want to post, a message, etc you can use this code. This code is fully customizable.
Step 1 - Add this to your About Me section
Replace "content" with your text, links or images (HTML ok!).
content goes here
Step 2 - Add this to your 2.0 CSS { } Box.
Please read the comments below code for important notes about the code.
.msc {left/right side fixed menu} .msc {http://www.myspace-compilation.com/SideMenu2.php} div.mscSideMenu {position:fixed; top:0px; left:0px; height:100%; width:auto; background:lightblue; border-left:1px solid black; border-right:1px solid black; padding-top:4px; padding-left:4px; padding-right:4px;}
Notes:
top:0px;
// Change to higher px value to move the menu down the page.
left:0px;
// Change left to "right" to move menu to right side of page.
height:100%;
// Change this from % to px if you want to adjust the menu height.
width:auto;
// Change this to a px value if you want to manually adjust the width.
padding-top:4px;
// Change this to a higher px value if you want the content to move down within the menu.
If you have any questions/comments on this code please
ask them here
.