Hi, I think this is more a HTML question, but anyways... In my page I have a couple <div> tags and I need to position them in the page. I have a Gridview, below the GridView there’s a <div> where style = “position:relative; ...”; besides this <div> there’s another one (ButtonsDiv) where style=”position:absolute;...”; and besides the ButtonsDiv I have another div where style=”position:absolute;...” too. The problems I’m having are:
1. In IE and FF browsers the display is exactly the way I want, but in Safari, Opera and Chrome the divs are not pretty much aligned; the last absolute one is higher than the relative one. 2. When I tested in my supervisor’s computer (the monitor is totally different), the ButtonsDiv was behind the leftmost <div> and he couldn’t click on any of the buttons. I would like to know why this is happening and what is the best way to position the divs so that I don’t have this problems. Thank you all, Ana
