Jump to content
MakeWebGames

Column's don't adjust to same size of other column's


Sim

Recommended Posts

Faux Columns ?

I tend to use this trick when I have different background colors for each column - works nicely.

With dynamic columns it can still work if you are willing to accept just a line separating the columns by using a 1x1 color pixel with background-position on the container.

<div id="inner" class="clearfix">

<div id="column-1">

<!-- ... -->

</div>

<div id="column-2">

<!-- ... -->

</div>

<div id="column-3">

<!-- ... -->

</div>

</div>

Check out Perishable Press for the clearfix trick. It will push down your footer at least.

Edited by Anonymous
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...