how to use this code ? |
how to use this code ? |
Oct 9 2008, 01:04 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Mar 2007 Member No: 511,742 |
to use codes like this but only when hover on text that is a link ?
CODE <span style="background-color:COLOR">YOUR_TEXT_HERE</span>
|
|
|
|
![]() |
Oct 9 2008, 10:43 PM
Post
#2
|
|
![]() Better than Firefly; aQuafly ![]() ![]() ![]() Group: Official Designer Posts: 75 Joined: Oct 2008 Member No: 689,363 |
or you can make your own type of links using this
CODE <style> a.linknamehere {color:colorhere; font-family:fonthere; font-size:XXpx;} a.linknamehere:hover {color:colorhere; font-family:fonthere; font-size:XXpx; background-color:colorhere;} </style> and then you make links using this CODE <a class=linknamehere" href="linkhere">Click</a> you can change the linknamehere to whatever you'd like, but just keep the name consistent in all of the coding. |
|
|
|
Yuniechan how to use this code ? Oct 9 2008, 01:04 AM
Anarchy Try this:
CODE<style>
a:hover {backgr... Oct 9 2008, 02:48 AM
melindadivine yay links!!
yeah just do a css link code.... Oct 10 2008, 03:58 AM![]() ![]() |