Forum Moderators: not2easy
Is it possible that the tables are causing a slow drop-down menu?
Is there any tableless CSS drop down? thank you.
Yes, of course. There are thousands of sites using them and hundreds of sites offering sample code, as you will see using your phrase above to search your favourite engine.
Your tables shouldn't be affecting the display (although validate your code) but if you are using an external style sheet it may be loading slowly for some reason?
but isn't the SELECT tag for forms rather than making a navigation menu for my site?
That's exactly right,
select is for forms. Is there any tableless CSS drop down
You can have tableless navigation, you can achieve this with CSS, but you'll have to incorporate a little javascript.
As for the CSS part itself, you can search on Google for css dropdown.