Jump to content

Positioning divs


Lautarox

Recommended Posts

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

wepa.th.jpg

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?

Link to comment
https://forums.phpfreaks.com/topic/220006-positioning-divs/
Share on other sites

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.

 

 

Link to comment
https://forums.phpfreaks.com/topic/220006-positioning-divs/#findComment-1140528
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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