Jump to content

Recommended Posts

This is what I want doing: http://www.etcworld.co.uk/position.jpg. The orange boxes are the ones which are supposed to float left, and the grey is right. How will I get the orange ones underneath each other without using <br />? (I can't add a margin as this means the grey box is also moved down.. both have to be equal

Link to comment
https://forums.phpfreaks.com/topic/99709-floats/
Share on other sites

Your structure needs to be contained within a regular column-like format.

 

You need to remove the floats and put the login and title blocks into a left column "wrap" .

 

Remove the floats for the "Register" block and put it into a "right" column wrap.

 

Something like this:

#left {width:24%; float:left; margin:10px .5em}

 

#right {width:70%; float:left; margin:10px .5em}

 

<div id="left">

all left side content

</div>

 

<div id="right">

all right side content

</div>

 

Tweak widths to suit.

 

But bronzemonkey's right, without seeing how you code the blocks (using lists, headers, etc) it is impossible to really help.

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/99709-floats/#findComment-510210
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.