I am coding a drop down menu, and so far I have got it working in everything but IE6. (Note: This is a multiple UL LI navigation) The container has a width that extends depending on the content and has a position of relative. The drop down menu has an absolute position. I need this drop down menu to have a width the same as the container.
In firefox this can be achieved by putting width:100% in the drop down menu, but in IE6 this just makes it stretch all the way to the end of the main container (odd).
This is a client website and we already force enabling of JS for other various things, so I've been trying to work a jquery on ready based solution (which has failed so far), I just wondered if anyone else had any ideas?
Many thanks,
Tom
In firefox this can be achieved by putting width:100% in the drop down menu, but in IE6 this just makes it stretch all the way to the end of the main container (odd).
This is a client website and we already force enabling of JS for other various things, so I've been trying to work a jquery on ready based solution (which has failed so far), I just wondered if anyone else had any ideas?
Many thanks,
Tom
Comment