Juli Zanocco wrote: > Hello, > > I have put together a photo collection based on the tutorial in "More > Eric Meyer on CSS." So it should work, right? Well it does in > Safari 3.0 and Firefox 2.0(mac) but in IE6 the padding seems to be > off. The individual divs for each image are behaving correctly but > the images inside each div are off center to the left while the > titles for each image (in the same div) are off center to the right. > Actually, the title problem shows up in all browsers - i just used a > negative left margin to center it - but even that doesn't work in IE. > Is it my math or IE weirdness?
> http://www.newmoonfarm.net/albumFarm.html It's "More IE weirdness" :-) Adding... .pic {overflow-x: hidden;} ...will fix it by "killing" IE6' "auto-expansion bug". The addition of... .pic ul {padding: 0!important;} ...will correct the title and probably remove the cause for "auto-expansion". regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
