|
OK, got most of it fixed. Damn those IE css bugs can drive you made. The main one that was bugging me was caused by having min-width and max-width set (which don't work in IE) and then having the actual width set below these two declarations. Once I found the offending section and moved the width declaration above the min-width, max-width settings, all worked fine.
Now just a couple of minor things to fix, but I might leave them until another day..... :-)
|