Hi guys, I am developing a menu using jquery.
The menu grows dynamically, and i need to keep the appearance for each level. And i do, but the problem is now the browsers. IE and Mozilla.
I am using jquery to get the width of unordered lists for when i pass with the mouse over the next level opens, in that width shifter to the right
http://img85.imageshack.us/i/menuip.png/
In firefox works ok because the width is not set to "none" but a integer value, but in IE is setted to "auto" and i need a integer value to shift to the right.
Suggestions?
thanks :)