December 11th, 2010 at 07:01am
Under Forum
what is the difference between label and tag in terms of web navigation?
i am reading the book of Designing Web Navigation. confused with tag and label. is there any difference? when should we tag? and when should we use label?
By Barcode Scanner
September 2nd, 2008 at 10:23am
Under Forum
What Are Some Navigation Bar codes for myspace ?
Codes For navigation bar On Myspace
Best answer:
• Change the color of the navigation bar: myspacegens.com/handler.php?gen=newnavbar
• Code to hide the navigation bar:
(profile 1.0): avirtualexit.com/2008/12/01/hide-myspace-top-navigation-bar-box/
(profile 2.0): freecodesource.com/index.php?page=myspace2codes/hide-navigation-bar
By Barcode Scanner
March 18th, 2008 at 10:03am
Under Forum
Hide the myspace ad above the navigation bar codes only please not friends?
Best answer:
You can’t hide the ad above the navigation bar. It’s against the MySpace Terms and Conditions.
Number 8 of the MySpace Terms and Conditions:
“Content/Activity Prohibited. The following are examples of the kind of Content that is illegal or prohibited to post on, through or in connection with the MySpace Services. MySpace reserves the right to investigate and take appropriate legal action against anyone who, in MySpace’s sole discretion, violates this provision, including, without limitation, removing the offending Content from the MySpace Services, terminating the Membership of such violators and/or reporting such Content or activities to law enforcement authorities. Prohibited Content includes, but is not limited to, Content that, in the sole discretion of MySpace:
8.23: covering or obscuring the banner advertisements and/or safety features (e.g., report abuse button) on your personal profile page, or any MySpace page via HTML/CSS or any other means .”
myspace.com/index.cfm?fuseaction=misc.terms
By Barcode Scanner
November 21st, 2007 at 10:41pm
Under Forum
Myspace Navigation Bar Codes?
Okay, so I don’t want to customize a navigation bar, fix any links, any of that stuff. What I want is a code that will make my navigation bar background black, the text white, the text in times new roman font & in size 18.
That’s what I need. I don’t want any site adresses where I’d have to mess with links.
Best answer:
createblog.com/scripts/script.php?id=1552
By Barcode Scanner
October 12th, 2007 at 03:18pm
Under Forum
does anyone have codes that work on the new myspace navigation bar?
the old codes i have mess up the nav bar because its a bit map. it looks really dumm and i cant find ones that work with the new one….
stupid bit map!
ok after you have that code, how do you make the top div have the same background as your background?
Best answer:
someone asked the same thing earlier. Someone posted the answer i take no credit what so ever just copy and pasting.
works with IE and sort of with Firefox
got to redo my margins now for my firefox tho :(
By Barcode Scanner
September 11th, 2007 at 10:28am
Under Forum
how to get a custom made navigation bar on your myspace profile?
I want to custom make my myspace and be very original with it instead of going with the flow like everybody else. Whats a good website where i can get get text box codes, navigation bar codes, and other different codes for my myspace 2.0?
Best answer:
abrax.us/Profile2.0/
Katamari’s blog is my favorite for customizing my page…
but this is the code I used for my navbar it will let you customize the whole nav bar and ad area (not to cover but to change the background) … I even added an image to the drop down hover but you can ad an image to almost anything here just add >> background-image:url(your image URL); << inside any of the brackets >> { } <<. So you can change and add to this and have a truly customized navbar:
#header { background-color: transparent; background-image: none; } #topnav ul li a {color: #888888; font-size: 9px; font-family: Verdana;}#topnav ul li a:hover, #topnav li ul a:hover {color: #882222; font-size: 9px; font-family: Verdana; background-color: #888888;}#topnav ul li { border-left: 1px solid #882222; } #topnav ul li a small {color: #888888; font-size: 4px;}#topnav ul { border-right: 1px solid #882222; }
.a {background color and text color of drop-down when NOT hovered}
#topnav ul li.dropDown:hover a,#topnav ul li.hover a,#topnav ul li.hover a:hover, #topnav ul a:hover {background-color:#000000;color:#888888;}
.a {background color and text color of drop-down links when hovered}
#topnav li.dropDown:hover ul.subMenu a:hover,#topnav li.hover ul.subMenu a:hover{background-color:#882222; color:#ffffff; background-image:url(your image URL);}
.a {border around whole drop-down}
#topnav ul.subMenu {border:1px #000000 solid;border-top:none;}
.a {divider between your 'block user' link and your 'profile' link}
#topnav ul.subMenu li.divider{border-bottom:1px solid #882222;}
GOOD LUCK!
By Barcode Scanner
September 2nd, 2007 at 09:19am
Under Forum
Hide the myspace ad above the navigation bar codes only please not websites?
is dis possible?
Best answer:
naw bro
By Barcode Scanner
May 18th, 2007 at 02:29am
Under Forum
Navigation bar hide codes for myspace 2.0?
I was wondering if there are any Hide codes that work on 2.0 for hiding the navigation bar at the top, or at least part of it. All of it that i’ve gotten is just hiding the search bar. Can you please help me?
Best answer:
Your not allowed to hide the navigation bar.
You could get suspended, it really isn’t worth it.
The reason why your not allowed to hide it, is because all those ads pay for you to have a free Myspace, without them Tom would charge Myspace users to have an account. Read the rules.
By Barcode Scanner
January 26th, 2007 at 03:06am
Under Forum
Can you make a fixed navigation bar without css and only with html coding?
Best answer:
Yes, what ever done in css can be done without css. You only need to set the attributes where and when you need them.
By Barcode Scanner