Hi,
Lately, I've been trying to use CSS-based designs in my websites instead of just using tables. I've heard a lot of good things about this, so I decided to give it a go.
I managed to almost duplicate the old design without using any tables, and it looked really good in both Opera and IE. But when I tested it in Firefox, it didn't look nice at all. I made it work by using "display: -moz-inline-box", but now, all the text is just on one long line. Take a look:
http://yllar.net/innenfor/test.html
Does anyone know how I can fix this? The code is valid HTML 4.01 Transitional, so I have no idea of what the problem could be.
Thanks
- yllar