The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Navbar problems
How Do I put the background image that are on the table headers onto the browny bit (not the white bit) containing links? Please help |
#2
|
||||
|
||||
Usually the class used in the navbar is vbmenu_control. That CSS is controled in Main CSS under the heading Popup Menu Controls. You can see what class the ones you want to copy are by checking your page source and then just copy the stuff from that class in main css to the vbmenu_control class.
|
#3
|
||||
|
||||
Thank you, Lynne, That really helped.
Another qualm I'm having with this skin is that I want it to be fixed yet I can't make it fixed via the "Main Table Width", which I have set to "840px" Is there anything else I have to do? This is a skin that I have modified from the vbulletin default, with barely any code changes. Thanks. |
#4
|
||||
|
||||
Check your header template... At the top it should say:
Code:
<a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> |
#5
|
||||
|
||||
Copied from my header template:
Code:
<a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> |
#6
|
||||
|
||||
Well, if you're using a custom style, they could have something set up to do based on a certain pixel size, then your outer table will increase to that size for a min...
Or you could have a browser cache problem (this happens to me a lot in Firefox, which is why I like Opera more). Force a re-download of the page. Internet Explorer: Hold CTRL and press Refresh Firefox: Hold SHIFT and press Refresh |
#7
|
||||
|
||||
I just tried that and nothing =/
This isnt a custom style, it is one I am designing, straight from the vb default, I've made barely any coding modifications... |
#8
|
||||
|
||||
If you view the page source, is the width correct?
|
#9
|
||||
|
||||
Code:
<table border="0" width="840px" cellpadding="0" cellspacing="0" align="center"> |
#10
|
||||
|
||||
Can we get a link to your site to take a look? It sounds like something else is forcing the width on it. Do you have any modifications installed? I know some of them will force the width (some stats ones).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|