So here's my problem:
I have tried to script a complex webpage layout, and I apparently ended up overusing <DIV> tags and absolutely positioned elements, because after a certain point (I forget exactly how many... it was around 14-19), my browser would simply ignore my commands to absolutely position elements. (NOTE: I am using Firefox 2 and Firefox 3, but I need my website to look the same regardless of browser.)
My questions:
1. Is there a maximum to the number of <DIV> tags one can use?
2. Is there a maximum amount of absolutely positioned elements one can use, and if so, how many?
3. Is there any way to get around either of these problems with a different type of scripting?
I realize that using absolutely positioned elements for everything is bad scripting. However, floats simply do not work for what I'm trying to make... I've tried.