The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CSS & low resolution
Due to everyone not having the same resolution, the tabs on my forum becomes unorganized through the viewers monitor. The tabs are based off basic CSS, so i was wondering if you guys know the solution to have the tabs looking in the same in all resolutions.
Here are some pics: http://www.caraudiojunkyard.com/forum/16976-post6.html |
#2
|
|||
|
|||
You've got the buttons constrained to only stretch for so many pixels. Try changing:
Code:
width="xxx" Code:
width="100%" |
#3
|
|||
|
|||
Thanks Steve for the fast response. I'll check that out right now.
|
#4
|
|||
|
|||
Let me know the results. Also, you should find the tabs in your header just in case you didn't know that already.
|
#5
|
|||
|
|||
Quote:
fyi, here's the how to that someone written up: https://vborg.vbsupport.ru/showpost....7&postcount=10 |
#6
|
|||
|
|||
No no no, I meant the tabs should be in your header as the navbar is seperate so check your header for the tabs. If they aren't there then check the navbar.
|
#7
|
|||
|
|||
Just checked that code again, and there is a width=100%
|
#8
|
|||
|
|||
Ok if you did that then I can definately say the tabs are in your header template.
EDIT: Is there a way I can view your forum? I want to view the source code and see if I can find what you need to change to get it to show right in multiple resolutions. |
#9
|
|||
|
|||
Quote:
Quote:
Code:
<div id="tabsJ"> <ul> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=69" title="Buy and Sell with other members here."><span>Classifieds</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=133" title="Purchase products for your rig from our vendors!"><span>Vendors</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=4" title="Non Tech Forums"><span>Non Tech</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=1" title="Tech Forums"><span>Tech</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/arcade.php" title="Hang out in the Arcade!"><span>Arcade</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/" title="The main forum page!"><span>Home</span></a></li> </ul> </div><br><br> |
#10
|
|||
|
|||
This code:
Code:
<div id="tabsJ"> <ul> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=69" title="Buy and Sell with other members here."><span>Classifieds</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=133" title="Purchase products for your rig from our vendors!"><span>Vendors</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=4" title="Non Tech Forums"><span>Non Tech</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/forumdisplay.php?f=1" title="Tech Forums"><span>Tech</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/arcade.php" title="Hang out in the Arcade!"><span>Arcade</span></a></li> <li><a href="http://www.YOURFORUM.com/forum/" title="The main forum page!"><span>Home</span></a></li> </ul> </div><br><br> In the CSS for tabsJ find: Code:
/* width:100%; */ Code:
width: 100%; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|