<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7032245118452416269</id><updated>2011-06-07T23:17:49.268-07:00</updated><title type='text'>Madeline's Myspace Spiffs</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://myspace-spiffs.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7032245118452416269/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://myspace-spiffs.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Madeline</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7032245118452416269.post-6908631069515250397</id><published>2007-01-21T16:39:00.000-08:00</published><updated>2007-07-01T14:56:32.659-07:00</updated><title type='text'>Adding a Custom Top Menu to myspace</title><content type='html'>I have a few different solutions here.  The one which best meets your needs depends on your page, and what you have hidden.&lt;br /&gt;&lt;br /&gt;All of these solutions display the following:&lt;br /&gt;Our Sample will contain the following menu items.  You can remove those you do not want, and add additional items you do want.  &lt;br /&gt;&lt;br /&gt;- block me  (a required element)&lt;br /&gt;- message me  &lt;br /&gt;- add me&lt;br /&gt;- view all blogs&lt;br /&gt;- view all friends&lt;br /&gt;- view/add comments&lt;br /&gt;&lt;br /&gt;I used Tom's friend id in all of these solutions.  You want to replace this with your own friend id.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Solution 1, Table only, No Div, Places menu where you place the code&lt;/b&gt;  i.e. If you place this code as the first item, after creating an outer Div, it will place itself at the top of the Div. &lt;br /&gt;This works well if you have created a custom Div, as in a div overlay.&lt;br /&gt;I use this code on This Page:&lt;a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&amp;friendid=187317977"&gt;Click Here to View Page&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Place this code as the first item, inside the Div you want it displayed in:&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;&amp;lt;center&amp;gt;&lt;br /&gt;&amp;lt;table class=&amp;quot;myMenuClass&amp;quot; width=&amp;quot;800&amp;quot; height=&amp;quot;22&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;tr valign=&amp;quot;middle&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;td align=&amp;quot;center&amp;quot; style=&amp;quot;align:center; visibility:visible; &amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;http://blog.myspace.com/index.cfm?fuseaction=blog.ListAll&amp;amp;friendID=6221&amp;quot; class=&amp;quot;mynav&amp;quot;&amp;gt;My Blogs&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;#124; &lt;br /&gt;&amp;lt;a class=&amp;quot;mynav&amp;quot; href=&amp;quot;http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&amp;amp;friendID=6221&amp;quot;&amp;gt;Add Me&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;#124; &lt;br /&gt;&amp;lt;a class=&amp;quot;mynav&amp;quot;  href=&amp;quot;http://messaging.myspace.com/index.cfm?fuseaction=mail.message&amp;amp;friendID=6221&amp;quot;&amp;gt;Send Me A Message&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;#124;&lt;br /&gt;&amp;lt;a class=&amp;quot;mynav&amp;quot;  href=&amp;quot;http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&amp;amp;friendID=6221&amp;quot;&amp;gt;View/Add Comments&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;#124;&lt;br /&gt;&amp;lt;a class=&amp;quot;mynav&amp;quot;  href=&amp;quot;http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&amp;amp;friendID=6221&amp;quot;&amp;gt;View Friends&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;#124;&lt;br /&gt;&amp;lt;a class=&amp;quot;mynav&amp;quot; href=&amp;quot;http://www.myspace.com/index.cfm?fuseaction=block.blockUser&amp;amp;userID=6221&amp;quot;&amp;gt;Block Me&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&amp;lt;/center&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;b&gt;Solution 2: Compress the top area of the page, to make room for a custom menu; place custom menu where the default menu is now.&lt;/b&gt; &lt;br /&gt;Keep in mind that positioning does vary based on the browser, resolution, and dpi (and other things).  So this may look great on one computer, and show overlap on another.  I did test this in multiple dpi's (which is where the greater variance seems to be).  I have also added code to allow the default menu to widen, rather than overlap, if there is room on the viewer's screen.  &lt;br /&gt;&lt;br /&gt;First we will compress (move up slightly) the space taken up by the existing top menu/search box so there is room for our custom menu:&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;&amp;lt;style&amp;gt;&lt;br /&gt;{! move existing menu up to make room, adjust font to smaller size (change if desired !}&lt;br /&gt;form {position:relative; top:-8px; }&lt;br /&gt;.navigationBar {position:relative; top:-20px; font-size:9px; width:auto !important }&lt;br /&gt;.navigationBar td, .navigationBar table {width:auto !important}&lt;br /&gt;&lt;br /&gt;{! below line is in case you have rendered the div level hidden or display:none in another customization; you may need different code for this depending on where you place this code, and modifications you may have made to table structure !}&lt;br /&gt;table table table table div.mynavbar  {visibility:visible !important; display:inline !important;}&lt;br /&gt;&amp;lt;/style&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;br /&gt;Next we add in our own menu, where the old menu used to be.&lt;br /&gt;&lt;pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; color: #000000; background-color: #eee;font-size: 12px;border: 1px dashed #999999;line-height: 14px;padding: 5px; overflow: auto; width: 100%"&gt;&lt;code&gt;&amp;lt;div class=&amp;quot;mynavbar&amp;quot; style=&amp;quot;background-color:C6CEF4;  position: absolute; visibility:visible; left:50%; top:140px; margin-left: -400px; width: 800px; height: 22px&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;table width=&amp;quot;800&amp;quot; height=&amp;quot;22&amp;quot; border=&amp;quot;0&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;tr valign=&amp;quot;middle&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;td align=&amp;quot;center&amp;quot; style=&amp;quot;visibility:visible;&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;http://blog.myspace.com/index.cfm?fuseaction=blog.ListAll&amp;amp;friendID=6221&amp;quot; class=&amp;quot;mynav&amp;quot;&amp;gt;My Blogs&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;#124; &lt;br /&gt;&amp;lt;a class=&amp;quot;mynav&amp;quot; href=&amp;quot;http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&amp;amp;friendID=6221&amp;quot;&amp;gt;Add Me&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;#124; &lt;br /&gt;&amp;lt;a class=&amp;quot;mynav&amp;quot;  href=&amp;quot;http://messaging.myspace.com/index.cfm?fuseaction=mail.message&amp;amp;friendID=6221&amp;quot;&amp;gt;Send Me A Message&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;#124;&lt;br /&gt;&amp;lt;a class=&amp;quot;mynav&amp;quot;  href=&amp;quot;http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&amp;amp;friendID=6221&amp;quot;&amp;gt;View/Add Comments&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;#124;&lt;br /&gt;&amp;lt;a class=&amp;quot;mynav&amp;quot;  href=&amp;quot;http://friends.myspace.com/index.cfm?fuseaction=user.viewfriends&amp;amp;friendID=6221&amp;quot;&amp;gt;View Friends&amp;lt;/a&amp;gt;&lt;br /&gt; &amp;#124;&lt;br /&gt;&amp;lt;a class=&amp;quot;mynav&amp;quot; href=&amp;quot;http://www.myspace.com/index.cfm?fuseaction=block.blockUser&amp;amp;userID=6221&amp;quot;&amp;gt;Block Me&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;Please change Tom's friend id (6221) with your own.  You might want to paste the code into notepad, and do a replace-all (replace 6221 with your own friend-id, in a mass replace all).&lt;br /&gt;Of course you can change the background color and font color and even adjust the sizes (px values) if they do not look right on your page.&lt;br /&gt;&lt;br /&gt;On the band page, Getting the distance from the top is more difficult.  The two browsers I normally use to view pages, each start the top block in different locations.  One has a small area above the ad banner, the other doesn't.&lt;br /&gt;Therefore the code has to use different top px values for each browser.&lt;br /&gt;&lt;br /&gt;Use the bio section on the band page.  Use Safe Mode (or no style, which I highly recommend over safe mode due to what myspace edits out in each mode). &lt;br /&gt;On the standard page, the code can go in almost any of the data entry boxes.  I used to put it in about me.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7032245118452416269-6908631069515250397?l=myspace-spiffs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://myspace-spiffs.blogspot.com/feeds/6908631069515250397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7032245118452416269&amp;postID=6908631069515250397' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7032245118452416269/posts/default/6908631069515250397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7032245118452416269/posts/default/6908631069515250397'/><link rel='alternate' type='text/html' href='http://myspace-spiffs.blogspot.com/2007/01/this-will-be-first-in-serious-of-posts.html' title='Adding a Custom Top Menu to myspace'/><author><name>Madeline</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
