views:

32

answers:

1

Did you have such an experience:

I have an asp.net page with couple of div elements on my page. Some of them are floating left and some are separated with <br /> elements.

When I put a button which just post-backs and click that, I see that some divs (which were floated to left before) are repositioned to a new line.

Any idea about possible reasons?

thanks,

A: 

I would try using Clearfix or Clear:both, or possibly you have it setup correctly on the first page but not on the postback?

adamwstl