vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Link Hover Color (https://vborg.vbsupport.ru/showthread.php?t=87668)

Logikos 09-29-2003 07:15 PM

Link Hover Color
 
Just wondering what the tag code is for making one link a diffrent hover and underline color from the rest of the site. <a href="site.com" class=hover"#ffffff" class="underline">Link here</a>

How off am i? lol

Bad Bunny 09-29-2003 07:56 PM

If you have a class defined for it, that ios when you would use the class tag. Since you seem to want to do it inline, try using style instead of class.

Logikos 09-29-2003 10:58 PM

i'll give it a shot really fast, i now know how to set the CSS but it dont seemed to be working, i'll try really quick to see if it works, if not i'll post what i added

Logikos 09-29-2003 11:03 PM

okay the style="hover" didnt work. (didnt think it would anyways)
so heres what i did...

In "headinclude" i Put this
Code:

.new {
COLOR: red;
}
.new A:hover {
COLOR: white;
}

Then placed this
<a class="new" href="site.com">Privacy Statement </a>

Didnt work, what am i doing wrong?

mx3 09-30-2003 01:39 AM

Study the rest of the headinclude template to see how it works, thats what I usually do.


All times are GMT. The time now is 07:07 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02155 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete