View Full Version : :| cant find a way
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 ;)
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
haha no worries :P
and thanks :)
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.