I've made a JS script that simply hides and displays a DIV, depending on which image is clicked. These DIVs contain a list of links, each link on a new line. The majority of DIVs display correctly, however some don't; although every DIV code is generated using the same method.
The problem I'm having, I think, is the overflow setting in the stylesheet, although I'm not sure if it is, and if it is, I'm not sure what setting it should be. Heres my current stylesheet for the DIV class
An example of what the DIVs are displaying like is this:
This is link 1
The second link
Third and final link
However some might display like this:
This
is
link
1
The
second
link
Third
and
final
link
Any ideas or suggestions are very welcome; thx in advance.
Also; this error only occurs in good ol' IE, and not in Firefox