Page 1 of 1

div floating down

Posted: Sun Mar 29, 2009 3:51 pm
by bogha
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.

Re: div floating down

Posted: Mon Mar 30, 2009 1:32 pm
by kaszu
Please provide basic css and html of your layout or link to that page.

Re: div floating down

Posted: Mon Mar 30, 2009 2:23 pm
by pickle
Set the two divs to be a percentage width rather than a static pixel width.