James Smith wrote:
> If you take a look at any of the product pages on our website
> (http://www.uwish.co.uk/details.cfm/productid/30742 for example) in IE6 you
> will notice that the product image and the Item Details box to the right of
> the image is missing.  They work fine in all other browsers I have tested
> and I am sure until recently worked in IE6.
> 
> Does anyone here have any idea what is going on and why they have vanished?

I don't know why they vanished, but you need to give IE6 widths for your 
#subbody and #content since it doesn't understand min and max width. 
That will made your middle image reappear.  For the right side image add 
position: relative here:

#navdetails li.first{
   margin-left: -20px;
   margin-top:-105px;
   position: relative; /*<--add this*/
}

AC
-- 
Audra Coldiron

Rock-n-Roll Design & Hosting
http://rock-n-roll-design.com

KarmaCMS ( http://karmawizard.com ) - the ultimate CSS styled CMS. 
Pre-made designs, designer tools, and reseller program available!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to