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>»</span></a></li> <li><a href="#">about<span>»</span></a></li> <li><a href="#">contact<span>»</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
Post a Comment