soycharliente Posted November 21, 2007 Share Posted November 21, 2007 I have a 2 column layout. A menu on the left and the main stuff on the right. ON the right hand side, I'm floating a picture at the beginning of a small paragraph. Depending on the browser and screen width, the second paragraph doesn't always begin after the bottom of the picture. I tried doing a clear: left, but it's pushing down the second paragraph past the last thing on the left hand menu. I hope all that makes some sense. Anyone have any help? I can provide a link in a PM if needed. Quote Link to comment https://forums.phpfreaks.com/topic/78313-solved-floating/ Share on other sites More sharing options...
phpQuestioner Posted November 22, 2007 Share Posted November 22, 2007 try clear:both or change your image position Quote Link to comment https://forums.phpfreaks.com/topic/78313-solved-floating/#findComment-396386 Share on other sites More sharing options...
ToonMariner Posted November 22, 2007 Share Posted November 22, 2007 just tlet the second paragraph start where it is supposed to. If not you will be left with an unsightly gap.. Quote Link to comment https://forums.phpfreaks.com/topic/78313-solved-floating/#findComment-396756 Share on other sites More sharing options...
soycharliente Posted November 26, 2007 Author Share Posted November 26, 2007 @phpquestioner: I meant to say I tried clear: left and clear: both. Ooops! Thanks though. @toon: Are you saying that I should just let it be and not worry about it? Quote Link to comment https://forums.phpfreaks.com/topic/78313-solved-floating/#findComment-399725 Share on other sites More sharing options...
ToonMariner Posted November 27, 2007 Share Posted November 27, 2007 @charlie - exactly... Quote Link to comment https://forums.phpfreaks.com/topic/78313-solved-floating/#findComment-400216 Share on other sites More sharing options...
soycharliente Posted November 27, 2007 Author Share Posted November 27, 2007 I just don't like that fact that the header for the next section would come up if the text wasn't long enough to reach the bottom of the image. Quote Link to comment https://forums.phpfreaks.com/topic/78313-solved-floating/#findComment-400466 Share on other sites More sharing options...
ToonMariner Posted November 28, 2007 Share Posted November 28, 2007 if you use a h1 tag it should clear it - if not you can always apply clear: left to your header tags in that div... Quote Link to comment https://forums.phpfreaks.com/topic/78313-solved-floating/#findComment-400727 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.