Jump to content

float question


acidglitter

Recommended Posts

If I was to use the float layout in this tutorial

http://css.maxdesign.com.au/floatutorial/tutorial0915.htm

 

And then in the content I had a picture that floated to the left, how could I start a new line? If I put <p style="clear:left"> it would probably start that paragraph below the navigation on the left instead of just below the picture.

 

(hopefully that made sense)

Link to comment
Share on other sites

If I was to use the float layout in this tutorial

http://css.maxdesign.com.au/floatutorial/tutorial0915.htm

 

And then in the content I had a picture that floated to the left, how could I start a new line? If I put <p style="clear:left"> it would probably start that paragraph below the navigation on the left instead of just below the picture.

 

(hopefully that made sense)

 

Not shure what you mean, but if i got it right, then your trying to get the paragraph to render below the image that floats left?, well the way i would do it, would be to use display: block; on the image itself.

Link to comment
Share on other sites

Have you tried clear left?  a clear should only move the element to 'the next line' if there is a floated element that will intefer with it withi it's own container...

 

browsers obviously  render this differently but give it a try and see how you do.  You may have to play with the caontainer divs to make it work.

Link to comment
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.