Quote:
Originally Posted by ssvp
Quick Question.. Might be unrelated but where in the style do you find the options for the dropdown offsets? My dropdowns are about an inch to the left of the drop down navbar item?
|
It depends on how many links you have in your navbar2.
Here is an example of a navbar2 with three links and how it works.
If you only have three links, what it does is divide your navbar2 up into three somewhat event portions. Then when you click on a link that has a drop down menu, what it does is place your drop down menu in the start of that portion of the navbar2 where that link starts. I hope this makes a little sense.
To try and better see what I mean go into you navbar2 template and look at the third line. You will see a line that looks like this:
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
In that line change border="0" to border="4" and save the template. Now when you look back at you navbar2 you will see the border and see what I mean about it placing the box to the far left of that portion of the navbar2 that the link is in.
I tried finding a way around this and making it center to the portion of the navbar that the link is in but I could not figure it out. I believe it is in the javarscript that is doing that.