This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Stylesheets > November 2006 > Overflow in Modal Not Working





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Overflow in Modal Not Working
cksanjose@gmail.com

2006-11-19, 7:36 pm

Hi Everyone!

I'm working on an intranet app that is designed for IE 6 only.
When I'm opening a modal window, the scroll bar on the div is not
showing.
This is my stylesheet and the javascript function to open the dialog
box:

..printFormScrollRegion
{
overflow-y: scroll;
height: 700px;
}

function openModalDialog()
{
var opts = new Object();
opts.url = "adjuster_expense_approval.jsp";
opts.title = "eVoucher Approval";
opts.opener = window;
var features = "dialogHeight: " + 820 + "px; dialogWidth: " + 1024+
"px; status: yes; help: no;";
var enc = encodeURI(opts.title);
window.showModalDialog("dialogframeplain.jsp?omitclose=true&title="+enc,
opts, features);
}

Any help is appreciated.

Thanks
Cesar

Harlan Messinger

2006-11-19, 7:36 pm

cksanjose@XXXXXXXXXX wrote:
> Hi Everyone!
>
> I'm working on an intranet app that is designed for IE 6 only.
> When I'm opening a modal window, the scroll bar on the div is not
> showing.


You will most likely need to ask in an IE newsgroup.
Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews