View Single Post
08-25-2005, 02:33 AM
#3
ismith is offline ismith
ismith's Avatar
Status: Member
Join date: Jun 2005
Location:
Expertise:
Software:
 
Posts: 262
iTrader: 0 / 0%
 

ismith is on a distinguished road

  Old

Don't use position in CSS. Use Margin/Padding along with float, it works for me.

#rightcontent { float: right; }
#leftcontent { float: left; }
#centercontent { float: inherit; }

Make sure in the XHTML, in order it goes left content, center, right content. See example here: http://ismithop.com/id/mirai that's mine, hope it loads server has some trouble