I'm having a problem with this page on a PC with IE
http://home.comcast.net/~s.oravec/gallery.html
any suggestion on how to improve page will help
Thanks for your time !
I'm having a problem with this page on a PC with IE
http://home.comcast.net/~s.oravec/gallery.html
any suggestion on how to improve page will help
Thanks for your time !
I fixed up the main layout issue in IE7 by adding 'overflow: auto' to the '#column2' div, which forces it to flow properly.
In IE6 there's all sorts of issue, but a basic one is that IE6 doesn't understand 'max' or 'min' width, which is why it isn't centring the page - you need to set a plain old 'width' for it to work (either by using a hack, or setting width on all browsers).
OK I redone that page it works fine in Safari, FF on Mac.
I did take notice that if I added a wrapper around the header to the footer the maincontent bgcolor moves to the top of the manicontent section.
Now if I move the closing div for the maincontent so it is outside of the footer closing div the manicontent bgcolor covers the maincontent area but my footer is inside the maincontent.
What am I doing wrong ? How to fix ?
Help GREATLY appreciated!!
To fix that up, if I understand your questions correctly, you need to add 'overflow: auto;' to the 'maincontent' div. This means that the 'maincontent' will expand to cover all the gallery images, as they are floated.
You must log in to post.