vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How do I create this navigation bar? (https://vborg.vbsupport.ru/showthread.php?t=192947)

RadarReviews_Ne 10-07-2008 10:00 AM

How do I create this navigation bar?
 
How would I create the navigation bar you see on LoneStarStangs.Com ? I want to have the same tabs on the top that highlight as your mouse moves over them, and would like to have the same navigation bar below like they have, anyone know how?

ShawneyJ 10-07-2008 10:15 AM

im not sure m8, he could be using something like:
https://vborg.vbsupport.ru/showthrea...highlight=tabs

RadarReviews_Ne 10-07-2008 10:22 AM

hm..not sure...looks different.

ShawneyJ 10-07-2008 10:31 AM

Quote:

Originally Posted by RadarReviews_Ne (Post 1639293)
hm..not sure...looks different.

yeah agreed, sorry i cant help, good luck.

Lynne 10-07-2008 02:05 PM

He's added some site css - http://www.lonestarstangs.com/forum.css He's using that to control the hovering and such.

RadarReviews_Ne 10-07-2008 03:10 PM

Quote:

Originally Posted by Lynne (Post 1639445)
He's added some site css - http://www.lonestarstangs.com/forum.css He's using that to control the hovering and such.

great thank you, I would just use that coding in my navbar at the top?

--------------- Added [DATE]1223401685[/DATE] at [TIME]1223401685[/TIME] ---------------

I tried adding it to the navbar and also the header...no luck :{

Lynne 10-07-2008 03:48 PM

I would certainly not link to his css code. You need to create your own. You could just add the css to bottom part of your Main CSS page. And, don't forget to make sure you call the class in your nav div.

Eric Robbins 10-07-2008 03:59 PM

Why not email him and ask him....

RadarReviews_Ne 10-07-2008 03:59 PM

Quote:

Originally Posted by Lynne (Post 1639538)
I would certainly not link to his css code. You need to create your own. You could just add the css to bottom part of your Main CSS page. And, don't forget to make sure you call the class in your nav div.

I sent you a PM

--------------- Added [DATE]1223402882[/DATE] at [TIME]1223402882[/TIME] ---------------

Quote:

Originally Posted by Lynne (Post 1639538)
I would certainly not link to his css code. You need to create your own. You could just add the css to bottom part of your Main CSS page. And, don't forget to make sure you call the class in your nav div.


On the Main CSS in the Styles I would add what code?

Lynne 10-07-2008 04:17 PM

Open the css file I linked to above. In it, you'll see css like the following:

HTML Code:

/* ========== menu ========== */
#menu{
height:34px;
clear:both;
list-style-type: none;
margin: 0;
margin-top: 15px;
padding-left: 13px;

etc. I'm not gonna post it all.  It's in the file.
}

And then notice in his navbar:

HTML Code:

    <!-- menu start -->
        <ul id="menu">
            <li ><a href="http://www.lonestarstangs.com/">LSS Home</a></li>
etc.  again, I'm not gonna post it all.</ul>
    <!-- menu end -->

He uses the class id menu in the navbar and then his css is all regarding a class called menu. You need to do similar on your site.


All times are GMT. The time now is 09:53 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.01774 seconds
  • Memory Usage 1,737KB
  • 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_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete