|
Rank: Advanced Member Groups: Member
Joined: 12/24/2008 Posts: 43
|
Hi
I have a grid which is not rendering correctly. When I look at the CSS for the inner div appears to have a n inline style which contains an absolute position entry. When I disable this, then the inner div seems to fill the outer div.
<div id="SelectReport_EOReportsList_c4" style="left: 95px; top: 0px; width: 400px; height: 20px; overflow: hidden; position: absolute; z-index: 1004;" UNSELECTABLE="on" az="null" eo_e="function(){f.bb();}" eo_an="20" eo_abd="null"> <DIV style="POSITION: absolute; BOTTOM: 0px; RIGHT: 0px; TOP: 0px; LEFT: 0px" id=SelectReport_EOReportsList_c4_i class=eo_css_ctrl_SelectReport_EOReportsList1 UNSELECTABLE="on" eo_position="absolute">Report</DIV> </div>
Is the eo_position="absolute" tag anything to do with this?
I can email images showing what I mean if that helps?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Sure. You can email it directly to our support email account. Also please include a small test page that can be used to reproduce the problem. If it is an issue with the product, most likely we will need to debug through it, in that case we will need a reproducing page.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Make sure you put the page into standard compliant mode by adding the following line at the top of your page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Without that IE 9 would give you the wrong result.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/24/2008 Posts: 43
|
Bingo!
Thanks.
|
|