html - How can I fix this web layout? -


i have web layout have been working on today 1 static column , 1 fluid column.

my problem code broke (i'm not sure why) , floating incorrectly.

my structure this:

    <div class="side-wrap">         <div class="side">             <div class="side-menu">                 <ul>                     <li class="brand"><a href="#">probabilitywolf</a></li>                     <li class="active"><a href="#">home<span>&raquo;</span></a></li>                     <li><a href="#">about<span>&raquo;</span></a></li>                     <li><a href="#">contact<span>&raquo;</span></a></li>                 </ul>             </div>         </div>     </div>     <div class="page-wrap">         <div class="page">          </div>     </div> 

i posting css externally becuase there quite bit of it. here code (and website): http://jsfiddle.net/qtbta/

since asking anyway, there way improve layout make work better? writing out of head, , beginner when comes fluid layouts.

edit: have resolved problem, although tips appreciated.

if understand right - works me in chrome if remove margin-right:400px .side-wrap class.

here updated jsfiddle. hope want.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -