Ok I have a dynamic menu which consists of dynamically generated images. Since these images are generated dynamically there are no heights and widths associated with them.
The menu has two levels and I would like the child group to be displayed starting beneath the first item of the menu, not directly below its parent! The reason is that the child group will actually span too long if it's directly below its parent item.
I want it like this:
| PARENT 1 | PARENT 2 |
| CHILD 1 | CHILD 2 | CHILD 3 |
The following JavaScript works if I don't use Images, only text, but unfortunately it doesn't work with images!
Can anyone help me please