Thomas Hall wrote: > I'm so sorry, go to this page and then click a thumbnail.... > www.atramember.com/gallery.asp Again, sorry. > > If someone can peek at this and tell me why I am having such an issue with
Thomas The problem stems from a couple of issues. The first is that the defined widths of both the #main_body and #main_body_left containers are not big enough for the image content you want it to hold. IE will ignore the specified width and increase the containing element to suit the content. The second /problem/ is that the #main_body div is floated right. As FF will not increase the size of the container you will have a gap to the left side of the #main_body container. First, and most important fix, is to get the width calculations correct, or get rid of them altogether on these containers. Regards -- Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.thought-after.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
