Log in

View Full Version : :| cant find a way



kk.
11-02-2008, 07:12 PM
ok so ive saearched google but how do you get two links types. for example, i want a footer link format but i want to have another link type in the text. i really cant think of how ive done this before?! and i feel like a noob asking but help please lol

click here (http://www.cheatssource.co.uk/tests/apple/backgrounds.html) for a preview

--ss--
11-02-2008, 08:05 PM
Put the following CSS into the stylesheet but have the div name in front eg:


.name a:link, .name a:visited {
font-weight: bold;
text-decoration: none;
color: #ffffff;
}
.name a:hover, .name a:active {
text-decoration: underline;
}

Replace name with the name of the div section where the link will be in ;)

kk.
11-02-2008, 08:19 PM
thanks, it works :)

however, to change them would you put:

.link1 a:hover {
att...
}
.link1 a:visited {
att...
}link2 a:hover {
att...
}

--ss--
11-02-2008, 08:22 PM
thanks, it works :)

however, to change them would you put:

.link1 a:hover {
att...
}
.link1 a:visited {
att...
}link2 a:hover {
att...
}
Yep ;)

Also I accidentally pressed edit on your post instead of quote so that's why the edited by message comes up :eusa_whis

kk.
11-02-2008, 08:23 PM
haha no worries :P
and thanks :)

Want to hide these adverts? Register an account for free!