Wonderbaby Designs wrote: > I have an element that gets floated up on top of the right column of > my layout. The right column has a left border and I can't figure out > how to get the image to float on TOP of the border.
> And here's a version with only the basic page layout ... > http://209.59.136.73/themes/DFBtheme/TEST.htm You have several stacked elements, and need to get the image stacked on top - without upsetting IE/win. Add... #photo img {position: relative; z-index: 2;} ...and you should be back in business. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
