Quote:
Originally Posted by vnairp11
Thanks a lot that got rid of it but how can i align the toolbar to the right when i try to put right in the settings the buttons become stacked and doesn't align to right.
|
vnairp11,,,
Use padding CSS option within tabbar suite... By default its 50px,,, change to a higher amount and your tabbars will move right...>>>
************************************************** *****
shlomot,,,
Been busy...
Editing the dropdown template?
*************************
- Open admincp and goto styles,,, Find edit templates...
- After opening your template area,,, Find Tabbar Suite group...
- Inside of the Template group,,, Find this template and open...>>>
- tabbar_suite_dropdown
You should see the same info as below...>>>
HTML Code:
<!--Tabbars Suite Dropdown Start-->
<if condition="$vboptions[tabbar_suite_dropdown_onoff]">
<div id="dropmenu1" class="dropmenudiv" style="width: 100px;">
<a href="http://www.vbulletin.com/">vBcom</a>
<a href="http://www.vbulletin.com">vBcom</a>
<a href="http://www.vbulletin.com">vBcom</a>
</div>
<div id="dropmenu2" class="dropmenudiv" style="width: 100px;">
<a href="http://www.vbulletin.org/">vBorg</a>
<a href="http://www.vbulletin.org">vBorg</a>
<a href="http://www.vbulletin.org">vBorg</a>
</div>
<div id="dropmenu3" class="dropmenudiv" style="width: 100px;">
<a href="http://www.vbadvanced.com/">vBa</a>
<a href="http://www.vbadvanced.com">vBa</a>
<a href="http://www.vbadvanced.com">vBa</a>
<a href="http://www.vbadvanced.com">vBa</a>
<a href="http://www.vbadvanced.com">vBa</a>
</div>
<div id="dropmenu4" class="dropmenudiv" style="width: 100px;">
<a href="http://www.vbulletin.com/">vBcom</a>
<a href="http://www.vbulletin.com">vBcom</a>
<a href="http://www.vbulletin.com">vBcom</a>
</div>
<div id="dropmenu5" class="dropmenudiv" style="width: 100px;">
<a href="http://www.vbulletin.org/">vBorg</a>
<a href="http://www.vbulletin.org">vBorg</a>
<a href="http://www.vbulletin.org">vBorg</a>
</div>
<script type="text/javascript">
cssdropdown.startchrome("chromemenu")
</script></if>
<!--/Tabbars Suite Dropdown End-->
Editing the links?
*************
HTML Code:
<a href="http://www.vbulletin.org">vBorg</a>
Edit your links one at a time with your new
URL information and
TITLE...
URL =
http://www.vbulletin.org =
http://www.yoursite.com or whatever U wish...
TITLE = vBorg = Your title info...
I hope this helps U...