View Full Version : Picture behind Breadcrumb / Navbar
RichTJ99
02-27-2009, 06:32 PM
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
.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 <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
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
.altbg {
background: #FFFFFF url(/misc/navbits_bg.gif) no-repeat top left;
color: #000000;
}
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.