Thanks Sandy, I did get it it though :) At the time it was working but there was a bg image on the 3rd column that would display under the div but it's all good now :)
~Dave the disruptor~ ---------------------------------------- From: "Sandy Clark" <[EMAIL PROTECTED]> Sent: Wednesday, May 18, 2005 12:35 PM To: CF-Talk <[email protected]> Subject: RE: css positioning HELPPPPPPPPPPPPPPPPPPPPPPPPPP Couple of things. Liquid layouts are commonly used with em or percentages rather than with pixels. (Think of an em as 100% of the font-size). Positioning and floating are mutually exclusive. Floating takes something out of the document flow. Position:relative positions something relative to its original position. Using top:0 with position:relative does nothing. I can't get to the test page so I can't really help much. A great layout for 3 col with headers and footers is Skiddo Lean (Ruthsarian Layouts). Why reinvent the wheel? http://webhost.bridgew.edu/etribou/layouts/skidoo/lean/ Sandy Clark -----Original Message----- From: dave [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 10:15 PM To: CF-Talk Subject: css positioning HELPPPPPPPPPPPPPPPPPPPPPPPPPP trying to do the "dreaded" 3 column layout http://icandfashion.com/icand2/controls/2.cfm as you can see the picture that should be on the right side is dropped below the wrapper, I know there is a trick to this but can't recall. If i fix the whole "wrapper" to 1 size i can get it to work but I would like the liquid layout. #rightWrap { ��� background-image: url(12s.jpg); ��� background-repeat: no-repeat; ��� background-position: left top; ��� height: 780px; ��� width: 200px; ��� position: relative; ��� float: right; ��� top: 0px; ��� clear: left; } thanks :) ~Dave the disruptor~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:207101 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

