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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -