vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   CSS problem in Navbar (https://vborg.vbsupport.ru/showthread.php?t=46741)

The Answer 12-17-2002 02:45 AM

CSS problem in Navbar
 
Okay, I am redefining a css style for the navbar so that it displays light gray links instead of the black that the rest of the forum uses.

I got it to partially work, it does the first link, but for the subforum links it goes back to the original css defined for the rest of the page.

Here is the relevant part of my navbar template:
Code:

<style>
a.toplink { color: #999999; }
a.toplink:hover { color: #000000; }
a.toplink:visited { color: #999999; } 
a.toplink:active { color: #999999; }
</style>

<a class="toplink" href="index.php?s=$session[sessionhash]">$bbtitle</a> &gt; $navbits</b></font>


Here is the relevant HTML that is generated for this:

Code:

<style>
a.toplink { color: #999999; }
a.toplink:hover { color: #000000; }
a.toplink:visited { color: #999999; } 
a.toplink:active { color: #999999; }
</style>
<a class="toplink" href="index.php?">NFL2KX.COM Forums</a>
&gt;
<a href="forumdisplay.php?forumid=3">NFL2K3 Discussion</a>
 &gt;
<a href="forumdisplay.php?forumid=4">NFL2K3 General Discussion</a> &gt; Old Sticky Made New: Full Manuals
</b>


And finally, a screenshot, all three of these links should be light grey, but only the first one is grey:
http://www.nfl2kx.com/Images/help2.jpg

Thanks in advance :dead:


All times are GMT. The time now is 07:02 AM.

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.01023 seconds
  • Memory Usage 1,711KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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