drop down menu for cars

kawi027

New Member
I am starting a auto customization website and am curious to know where I can Find a free or low price drop down menu for all types of vehicles.

The drop down would have all years, make, model etc. available for the user to click the drop down arrow and select their car.

A example of one that I would want is on this website that I found.
www.cars.com

Thanks in advance
 

danbnpp

New Member
I don't think this would cost you anything to add a menu to your site, look up java drop down menus. Sorry I can't give you a link because there are a lot of them so you will need to look at them for your self but what you need is a Java Script drop down menu or if you use dream weaver you can use the spry drop down menu.
 

CaldwellYSR

Member
Your best bet is going to be a basic <select> menu and then read your options from a database with php. Because it sounds like you don't know much code (excuse me if I'm wrong) then this is not going to be something you can just drop into your website and expect it to work. The thing is cars.com was built specifically for their site and their database. It all depends on what you would want to do but if you're trying to make a site like this and you don't know code then you should hire a web designer to do it.
 

jumpingspider

New Member
Your best bet is going to be a basic <select> menu and then read your options from a database with php. Because it sounds like you don't know much code (excuse me if I'm wrong) then this is not going to be something you can just drop into your website and expect it to work. The thing is cars.com was built specifically for their site and their database. It all depends on what you would want to do but if you're trying to make a site like this and you don't know code then you should hire a web designer to do it.



This is good suggestion. You'll be fine once you've got into this.
 
Top