Chris Akins wrote: > <www.springfieldmo.gov/newSite/index6.html>
Most basic changes made here... <http://www.gunlaug.no/tos/alien/ca/test_08_0223.html> ...but study the CSS well as I haven't commented much... <http://www.gunlaug.no/tos/alien/ca/test_08_0223_files/mainStyl.css> > How can I get the image to show outside the div that is constrained > by overflow:hidden? You delete the 'overflow: hidden' and use another "expand to contain floats" method. I've used 'display: table' to that effect, and IE/win relies on the many 'hasLayout' triggers already there - IE/win doesn't support 'display: table'. > As a side issue, when resizing the page smaller than max width, the > left-hand column also disappears on and off in IE6 and in FF on Mac. > What might be causing this? It's caused by "tight corners" and different handling of percentage-width. I've pulled in some back-side margins to make columns appear narrower to browsers while keeping the visual appearance. Look for negative right margins. No font-size allowed on html and/or body for the IE-expression to work, which means the... * {font-size:100.01%;} ...must be deleted since it affects _all_ elements. I've commented it out and added 'font-size: 100%' to #wrapper where it works and does no harm. I've left trimming of details to you. Note that such overflow tends to look strange when the entire background-color overflows. It's often best to make changes to the overflowing images so anything but the actual object is transparent. 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/