HighDots Forums  

Overflow in Modal Not Working

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Overflow in Modal Not Working in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
cksanjose@gmail.com
 
Posts: n/a

Default Overflow in Modal Not Working - 11-13-2006 , 04:47 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?omitc lose=true&title="+enc,
opts, features);
}

Any help is appreciated.

Thanks
Cesar


Reply With Quote
  #2  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: Overflow in Modal Not Working - 11-15-2006 , 08:19 AM






cksanjose (AT) gmail (DOT) com wrote:
Quote:
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.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.