Runboard.com
Слава Україні!
Runboard Extra Chat Room Support Search Facebook

Runboard.com       Sign up learn about it | Sign in lost password?

 
wCwFaN56 Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 03-2006
Posts: 47
Karma: -1 (+1/-2)
Reply Quote
Mouseover Rainbow effect (HTML) also an easier way in my opinion


look this is it through html strait off my Board's HTML

Here it is:

<style type="text/css">
A:visited {color: #cccccc; text-decoration: underline}
A:link {color: #cccccc; text-decoration: underline}
A:active {color: #cccccc; text-decoration: underline}
A:hover {cursor: pointer; color:#000000; background: url(http://img98.imageshack.us/img98/69/rainbow1gy.gif) repeat-y bottom left;text-decoration: none}
</style>



Last edited by The PhoenixRising, 4/8/2008, 10:53 pm


---


5/23/2006, 2:44 am Link to post PM wCwFaN56 Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

 

Head of Runboard staff

Registered: 11-2005
Posts: 1895
Karma: 83 (+86/-3)
Reply Quote
Re: Mouseover Rainbow effect (HTML) also an easier way in my opinion


It might be easier, but it adds a lot more code to the CSS. More code = slower-loading board (although this little chunk won't make a noticeable difference in itself), and for people like me who are already close to their maximum number of characters in their CSS, they might not have the extra room to spare.

But I agree that it's easier to be able to do all of the coding in one place, rather than having to go to different pages to do it.


BTW, that's a nice looking board. emoticon

Last edited by Lesigner Girl, 5/23/2006, 5:29 am


---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/23/2006, 5:28 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 
The Mooseman Profile
Live feed
Blog
Friends
Miscellaneous info

 


Registered: 03-2005
Location: Looking for my brain...
Posts: 1047
Karma: 76 (+83/-7)
Reply Quote
Re: Mouseover Rainbow effect (HTML) also an easier way in my opinion


quote:

wCwfan56 wrote:

look this is it through html strait off my Board's HTML

Here it is:

<style type="text/css">
A:visited {color: #cccccc; text-decoration: underline}
A:link {color: #cccccc; text-decoration: underline}
A:active {color: #cccccc; text-decoration: underline}
A:hover {cursor: pointer; color:#000000; background: url(http://img98.imageshack.us/img98/69/rainbow1gy.gif) repeat-y bottom left;text-decoration: none}
</style>





To shorten the code :

A:visited,A:link,A:active {color: #cccccc; text-decoration: underline}
A:hover {cursor: pointer; color:#000000; background: url(http://img98.imageshack.us/img98/69/rainbow1gy.gif) repeat-y bottom left;text-decoration: none}


Last edited by The PhoenixRising, 4/8/2008, 10:53 pm


---
~ Quickly, I must hurry, for there go my people and I am their leader ~
5/23/2006, 6:27 am Link to post PM The Mooseman
 
wCwFaN56 Profile
Live feed
Blog
Friends
Miscellaneous info



Registered: 03-2006
Posts: 47
Karma: -1 (+1/-2)
Reply Quote
Re: Mouseover Rainbow effect (HTML) also an easier way in my opinion


quote:

Lesigner Girl wrote:

It might be easier, but it adds a lot more code to the CSS. More code = slower-loading board (although this little chunk won't make a noticeable difference in itself), and for people like me who are already close to their maximum number of characters in their CSS, they might not have the extra room to spare.

But I agree that it's easier to be able to do all of the coding in one place, rather than having to go to different pages to do it.


BTW, that's a nice looking board. emoticon



didnt know that. And thanks.

quote:

The Mooseman wrote:
To shorten the code :

A:visited,A:link,A:active {color: #cccccc; text-decoration: underline}
A:hover {cursor: pointer; color:#000000; background: url(http://img98.imageshack.us/img98/69/rainbow1gy.gif) repeat-y bottom left;text-decoration: none}



ok thanks.

---


5/23/2006, 7:49 pm Link to post PM wCwFaN56 Blog
 
Lesigner Girl Profile
Live feed
Blog
Friends
Miscellaneous info

 

Head of Runboard staff

Registered: 11-2005
Posts: 1895
Karma: 83 (+86/-3)
Reply Quote
Re: Mouseover Rainbow effect (HTML) also an easier way in my opinion


You're welcome. emoticon

---
Runboard Knowledge Base
Runboard Support Forums
Find other message boards
5/24/2006, 4:46 am Link to post Email Lesigner Girl   PM Lesigner Girl Blog
 


Reply





You are not logged in (login)