inherit
37131
lockdown1119 16777215 lockdown356
0
Jan 8, 2007 13:08:13 GMT -8
RaBc LĐ
2,266
February 2005
lockdown92
|
Post by RaBc LĐ on Jun 29, 2005 10:38:05 GMT -8
I have ths code that when you put your mouse over words like links to boards, it turns a different color. But what im asking is, how do you make it were an underline forms? kinda confusing, huh? what i mean is what do you put in the text decoration part to ake it do this? area51designs.proboards39.com/
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 29, 2005 13:42:43 GMT -8
I have ths code that when you put your mouse over words like links to boards, it turns a different color. But what im asking is, how do you make it were an underline forms? kinda confusing, huh? what i mean is what do you put in the text decoration part to ake it do this? area51designs.proboards39.com/ Read through your post like it's the first time you've seen it. Would you be able to understand what it's asking for? Can you be more specific about what you are after and provide examples if necessary. If you are requesting a code, then use the Code Requests Sub-Board.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 29, 2005 14:14:20 GMT -8
<style type="text/css">
a { text-decoration: underline; }
</style>
That?
|
|
inherit
37131
lockdown1119 16777215 lockdown356
0
Jan 8, 2007 13:08:13 GMT -8
RaBc LĐ
2,266
February 2005
lockdown92
|
Post by RaBc LĐ on Jun 29, 2005 17:16:19 GMT -8
I have ths code that when you put your mouse over words like links to boards, it turns a different color. But what im asking is, how do you make it were an underline forms? kinda confusing, huh? what i mean is what do you put in the text decoration part to ake it do this? area51designs.proboards39.com/ Read through your post like it's the first time you've seen it. Would you be able to understand what it's asking for? Can you be more specific about what you are after and provide examples if necessary. If you are requesting a code, then use the Code Requests Sub-Board. The link is my example. go to that site and put your cursor on a word that brings you to a board.
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 29, 2005 18:08:47 GMT -8
<style type="text/css">
a:hover { text-decoration: underline; }
</style>
That?
|
|
inherit
37131
lockdown1119 16777215 lockdown356
0
Jan 8, 2007 13:08:13 GMT -8
RaBc LĐ
2,266
February 2005
lockdown92
|
Post by RaBc LĐ on Jun 29, 2005 18:51:55 GMT -8
No.. see hw in the link.. it makes a line gradually? like it starts at the left and it forms to the right?
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 29, 2005 19:35:35 GMT -8
No.. see hw in the link.. it makes a line gradually? like it starts at the left and it forms to the right? It doesnt show that in my browser.
|
|
inherit
37131
lockdown1119 16777215 lockdown356
0
Jan 8, 2007 13:08:13 GMT -8
RaBc LĐ
2,266
February 2005
lockdown92
|
Post by RaBc LĐ on Jun 30, 2005 7:23:56 GMT -8
Im using IE and i see it.
|
|