I have a RadGrid that is wider than it's container DIV. When the RdgGrid is rendered, it renders to it's full width, however a line is generated where the natural end of the DIV would be (if the RadGrid was not larger than the container).
I would like to expand the div to the width of the RadGrid or remove the blue line below in cases where the RadGrid is larger than the natural width of the container.
I would like to expand the div to the width of the RadGrid or remove the blue line below in cases where the RadGrid is larger than the natural width of the container.
| .twocolright { |
| float:rightright; |
| padding:10px 10px 20px 5px; |
| width:75%; |
| } |
| body { |
| margin:0; |
| padding:0; |
| border:0; /* This removes the border around the viewport in old versions of IE */ |
| outline: 0; |
| width:100%; |
| background: transparent; |
| min-width:960px; |
| } |