I\'m looking for a 3 column css layout, with 1 fixed section at the middle and 2 fluid sidebar around it:
http://www.uploadup.com/di-UEFI.png
middle has 250p
If you don't use one of the ready templates out there, You can start by three div floated left, the middle with width: 250px and the outside ones with min-width: 150px You might want to replace it with the tag, just give it a display: block
div
min-width: 150px
display: block