Robin, On Dec 11, 2006, at 3:14 PM, 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. I've tried changing around > the > z-index on several of the elements... > > here is the completed site http://209.59.136.73/ z-index can only be applied to positioned elements. Adding position: relative; to #photo should give you the results you seek. I only tested in firefox, so you will want to double-check across browserland. -- Roger Roelofs ______________________________________________________________________ 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/
