Forum


15:40

24/04/2009

i m using 3.4.3 with jquery 1.3.2
In IE 6 & 7, search box stay on top of screen, a div with gray color is show, the table is roll down in the page. When i close, the table up.
I try change in JQModal.css
* html .jqmWindow {
background-color: #FF0000;
position: absolute;
to RELATIVE. the box down with the table, but still a gray box on top
I clear cache, but, nothing fix.
The examples in http://trirand.com/jqgrid/jqgrid.html is perfect.
Please, what am i doing wrong?
07:20

Moderators
30/10/2007

Hello,
Do you have the same problem in FF?
Be a sure that the jqModal.css is loaded.
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
09:57

24/04/2009

Hi Tony,
Thank you for your attention and apologize for my english.
I create a link to test (ccs with absolute)http://www.faxinfo.com.br/JQGR...../TESTE.ASP
and css with relative
http://www.faxinfo.com.br/JQGR.....lative.ASP
In FF it's all right. Only with IE (6 & 7) has problem (no javascript error is show). To certify that Modal and css are loading i try change background-colors, and... change.
(the JSON file is static, only for test, without sort)
08:33

Moderators
30/10/2007

Hello,
1. I'm not 100% sure, but the default mode of IE is quirks mode. Set it to any other diffrent from this.
2. A good is to do so in your head section.
html, body {
margin: 0; /* Remove body margin/padding */
padding: 0;
overflow: hidden; /* Remove scroll bars on browser window */
width: 100%;
height: 100%
}
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
23:33

24/04/2009

incredible, after hours in google, i find:
with
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
or
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DT.....tional.dtd">
works
but
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
or without DOCTYPE, don't.
I m very happy, now i can use JQGRID.
06:01

Moderators
30/10/2007

Hello,
What you mean display properly?
Yes, you can use what you want dialog.
Best Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
04:20

22/06/2009

Hi,
If someone can´t resolve this kind of issue with the doctype declaration, please refer to this topic : http://www.trirand.com/blog/?p.....8;search=1
Hope it helps.
Mendes
12:15

22/06/2009

Tony,
We were getting the same problems as in the screenshot posted by CHVCS above. ie - grey overlay above grid.
We have resolved it now by changing jqModal.js. This line:
open:function(s,t){var h=H[s],c=h.c,cc='.'+c.closeClass,z=(parseInt(h.w.css('z-index'))),z=(z>0)?z:3000,o=$('<div></div>').css({height:'100%',width:'100%',position:'fixed',left:0,top:0,'z-index':z-1,opacity:c.overlay/100});if(h.a)return F;h.t=t;h.a=true;h.w.css('z-index',z);
We changed position:'fixed' to position:'absolute'.
Many thanks.
Jay
Most Users Ever Online: 715
Currently Online:
157 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66