Forum Overview
::
Orbitor 1
::
Re: Everything. All things.
[quote name="Entropy Stew"][quote name="Rafiki"]Part of the issue is probably just my inexperience in web design compared to desktop, and that desktop languages have rich controls for layout so I'm spoiled. But even doing something like a simple two-column layout with a fixed-width left column and a right column that fills the page involved a counter-intuitive div structure and negative margins to drag a column back across the page when rendered. That seems to be about par for the course outside of just letting everything be stacked vertically by default.[/quote] Like this? <div id="container"> <div style="float: left; width: 300px;">Left Stuff.</div> <div style="overflow:hidden">Everything else.</div> </div> You'll have to forgive my opinion of desktop ui, I've worked with Java. -/ES/-[/quote]