I like DHTML menu builder, but one question about it. Since it is in HTML form atleast the code, how can I add an image to the background of the nav bar, instead of the boring colors? Do I go into "images" file under menu builder, upload the image there, then when I preview the code, add that image to every line of every link? maybe adding a line to the MNU file through notepad? Reason being I wish to add a gradient background to the menu bar.
Joshua,
If you want an image (maybe a button) behind the DHTML text, you just manually edit the code.
You start with something like this:
Menu1=new Array("Home","http://www.yoursite.com","",0,20,80);
Now change it to look something like this:
Menu1=new Array("Home","http://www.yoursite.com","button.jpg",0,20,80);
I am not sure about the gradient background, but you may be able to do something like that using CSS. Bill R.
First Baptist Church
Brighter Day Charities
Roberson Family
If you want an image (maybe a button) behind the DHTML text, you just manually edit the code.
You start with something like this:
Menu1=new Array("Home","http://www.yoursite.com","",0,20,80);
Now change it to look something like this:
Menu1=new Array("Home","http://www.yoursite.com","button.jpg",0,20,80);
I am not sure about the gradient background, but you may be able to do something like that using CSS. Bill R.
First Baptist Church
Brighter Day Charities
Roberson Family
Thanks Bill, I wasnt given myself enough time. During preview it wouldn't show, I had to actually make the HTML file then view it as a solid HTML, before it would show. I am currently building a website for a friends company. The graphics are not the problem, it is learning the code for the first time. Thanks again Bill.
http://www.crkrental.com
http://www.crkrental.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.