hi
i have a problem which is that i have a wrapper div which contain two divs in side one is floated to the right and the other to the left
the problem is that when the user screen resolution is low say 800x600 the left div falls down
i'm using pixels in my margins
are there any solution to this
thank you.
div floating down
Moderator: General Moderators
Re: div floating down
Please provide basic css and html of your layout or link to that page.
Re: div floating down
Set the two divs to be a percentage width rather than a static pixel width.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.