html - CSS colums: continue right sidebar and two colums to one -


i need layout new this. im need 3 column layout underneath horizontal nav bar, need cut first 2 columns off can have "text block" underneath them without affecting continuing right side bar. can table prefer not if there way.

http://jsfiddle.net/sjwke/ effect you're looking for?

html

<div id="wrapper">     <div id="header">     header     </div>     <div id="colwrap">         <div class="col">         column 1         </div>         <div class="col">         column 2         </div>         <div id="text">         text         </div>     </div>     <div id="col3">         column 3     </div> </div> 

Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -