Help - Search - Members - Calendar
Full Version: div help
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
trini4life1
how do u put in a navigation list thin for div layoutzz.........
talcumpowder
Erm, well, what sort of navigation? If you're talking about something like the boxes here, you'd just add a new div layer.

If you're talking about adding it to an already exsisting box, it would probably just be a bunch of links ... Which you're going to have either way.
trini4life1
anyone the most easy one..........but i don't want the one from myspace..the onez at the toop...
talcumpowder
...

CODE
<div class="navi">
<a href="http://">Hello, link.</a><br />
<a href="http://">Hello, link.</a><br />
<a href="http://">Hello, link.</a><br />
<a href="http://">Hello, link.</a><br />
</div>
Quite possibly the simplest navigation one could come up with. It should go in your about me, assuming you already have a div overlay set up.
trini4life1
how u change the color
freeflow
Of all links or just those?

Just those:
CODE
<font color=" color here">link codes</font>


Of all links:
CODE
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}  
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}  
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}

(Taken from cb css) You need style tags of course.
trini4life1
i want to change the color text to the navgation linkz
freeflow
^ Then read the post above....
trini4life1
idk wat u mean
Intercourse.
^Change where it has "color here" with a color code, or in this code:
QUOTE
a:link, a.man{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:######; font-weight:none;border:0px; text-transform: uppercase;}


Change all the ######
trini4life1
THANXXXXXXX
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.