|
One thing I might say is that you will never get a website to work perfectly in all browsers. Particularly between FireFox and IE. I've run across the many problems myself. Fix one thing in firefox, and it then something doesn't work in IE anymore. As I've been told before, try to perfect your website to work on the more common browsers, but if I had to give any recommendations on the coding, I would recommend decreasing the width of your "content" div. Even in IE the navbar I assume on the right floats of some of the white content box. If you're not wanting that to happen then I would make sure to give the content div a width parameter and align them correctly so they don't float of one another.
Another thing I noticed is that is on a couple of your pages you have your navbar on the left in a navframe. I imagine you simply just forgot, but you left the frame open for resize, so people can mess with it, and then it doesn't look so nice. To fix this just add noresize="noresize" in the frameset/frame code.
I'm sorry I couldn't really help you any further...
ph4nt0m
|