I'm trying to get an UL element to act horizontally inside an iframe in Firefox.
The problem i'm facing is that the LI elements inside the ul tend to drop down, not being horizontal outside the viewing area. The only way of doing this, haven't found another way, is to add width to the UL so it stretches out.
I do not know how many items that will be displayed, so I cannot use width. If I set it to 1500px and the inner with off extends that the last LI will drop down underneath the other LI in the same UL.
Bookmarks