I've been wanting to create some comparison tables for my site to compare products, but can't figure out how to do the drop down thing that is seen with most web hosts. It would probably just be easier to show you what I'm looking to do: http://www.webhostingbuzz.com/website-hosting.shtml?host_shared-hosting http://www.inmotionhosting.com/vps_hosting.html Does anyone know how to do this? Is there a program that can do it?
why not view the source of the pages and see how they did it. the one at web hosting buzz is done with tables and the other one is done with css. robert
Are you using Dream Weaver? Try Spry Assets. You can do something similar. If you need the same thing, you have modify the CSS code a bit.
It's probaby best done with tables as it is tabular data that is going into it (i.e. it's not for layout purposes). Had a quick look and the first one uses tables and Javascript (the javascript is when you click on certain parts it reveals more information).