First, Thanks for all the great scripts on your site.
Second, I'm looking at using the Top Nav Bar menu and its easy to set up except that I can't seen to control its width or center it so it matches my site.
Thanks for your help.
SteveB
First, Thanks for all the great scripts on your site.
Second, I'm looking at using the Top Nav Bar menu and its easy to set up except that I can't seen to control its width or center it so it matches my site.
Thanks for your help.
SteveB
You can edit menu.js, find the lines which start with:
if (ie||ns6) HTMLstr += "<div id='MainTable' style='................
HTMLstr += "<table width='................
and change it to:
if (ie||ns6) HTMLstr += "<div id='MainTable' style='width:100%;text-align:center;'>\n";
HTMLstr += "<table width='700' bgcolor='"+this.bgColor+"' border='"+this.mainPaneBorder+"'>\n";
or anything that fits your website.
Thank You, FPIT
It worked first time.
Your help is much appreciated.
SteveB
Bookmarks