vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Picture behind Breadcrumb / Navbar (https://vborg.vbsupport.ru/showthread.php?t=206828)

RichTJ99 02-27-2009 06:32 PM

Picture behind Breadcrumb / Navbar
 
How do I get a picture right justified behind the Breadcrumb like this site?

http://www.ducati.ms/forums/index.php

Thanks

Dingo14 03-01-2009 09:37 PM

anyone know how this is done thanks would be interested in this myself

RichTJ99 03-07-2009 03:59 PM

figured it out.

Go to Style Manager and in Additional CSS Definitions add

Code:

.altbg
{
        background: #FFFFFF url(image location here) no-repeat top right;
        color: #000000;
}

then go to your navbar template and under <!-- / breadcrumb, login, pm info -->
find
Code:

        <td class="alt1" width="100%">
replace alt1 with altbg

Dingo14 03-10-2009 09:53 PM

tried this but can't get image to show change this took url out left () these out as well just won't show anyone got any ideas at all thanks


Quote:

url(image location here)

tipoboy 03-10-2009 11:15 PM

works fine for me in 3.8.1

you have to replace the url(image location here) to where your image is on your hosting eg

Code:

.altbg {
    background: #FFFFFF url(/misc/navbits_bg.gif) no-repeat top left;
    color: #000000;
}



All times are GMT. The time now is 01:05 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.00928 seconds
  • Memory Usage 1,719KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_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