Lautarox Posted November 27, 2010 Share Posted November 27, 2010 I'm having some trouble positioning divs trying to make this kind of header, If I make it work on my browser, in another screen resolutions it changes. Here's the screenshot I was using float left for the image and it fitted correctly, but on another browsers, the ads div was below the image. I've tryied doing it with tables, but I didn't get what I wanted. Any suggestions? Quote Link to comment Share on other sites More sharing options...
SuperBlue Posted November 28, 2010 Share Posted November 28, 2010 Don't do it with tables, it just clogs up the source. You may want to apply a min-width on the header, in pixels, to avoid that the elements get pushed around in other screen resolutions. You can still maintain a percentage width, along with the fixed min-width. Quote Link to comment Share on other sites More sharing options...
Lautarox Posted November 29, 2010 Author Share Posted November 29, 2010 I've fixed it using float: left; and clear: both; Quote Link to comment 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.