I dont have any code actually. Im just looking for a straight answer. But What I am trying to say is this.
Imagine Creating a horizontal menu. Your code grabs a list of categories and then does a foreach for each category. now you have something like this
HOME CONTACT US PRODUCTS MORE STUFF
Now above is your horizontal menu that you grabbed from your database.
I want to create a drop down menu foreach category that has a sub category
NOW the code doesnt necessarily have to be PHP. It can be CSS, javascript, OR whatever I dont care. I just need a method on how to create a drop down menu for this type of situation because the MENU is dynamic. It can get shorter or longer. So how can I create a dyname drop down box that can match up with its parent class.
In conclusion my problem is just creating a drop down box that can align up with its parent class. I do have some CSS im using right now to do it but it doesnt work well in IE6. so I need a better method that works. can anyone help me with that..
So actually Im just asking does anyone have a method of how to create a dynamic drop down box that can align up correctly with its parent category that they would like to share. Cause I find it very hard to do so in a dynamic perspective that is.