Two gridviews next to each other without a TABLE?

  • Thread starter Thread starter jc
  • Start date Start date
J

jc

RE:Two gridviews next to each other without a TABLE?

In another post I can't seem to find somebody suggested I use use
<div> with style=float:right to place two divs next to each other and
this works great. However for some reason I cannot make it work when
the content of the Divs are gridview.

Is there any reason?
 
RE:Two gridviews next to each other without a TABLE?

In another post I can't seem to find somebody suggested I use use
<div> with style=float:right to place two divs next to each other and
this works great. However for some reason I cannot make it work when
the content of the Divs are gridview.

Is there any reason?

Hi

Have you tried different browsers? Some do not handle positioning very
well with div tags especially IE!
 
Back
Top