close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Problem with Overlay delete alert message... not scroll down

Thread began 12/17/2013 2:37 am by Mike | Last modified 12/17/2013 6:11 am by Mike | 688 views | 1 replies |

Mike

Problem with Overlay delete alert message... not scroll down

Hello… I’ve a problem with overlay delete alert message (black_overlay).

When the list is long and is necessary scroll the page , when I click on delete button for a single record in the bottom of the page, the black overlay (with alert message) not view and is necessary to scroll up to see it.

How can I fix it in the css istructions?

This is your css:

.black_overlay {
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index: 1001;
-moz-opacity: 0.8;
opacity: .80;
filter: alpha(opacity=80);
}
.messageContainer {
display: none;
position: absolute;
top: 0;
width: 100%;
z-index: 1002;
text-align: center;
height: 100%;
#position: relative;
overflow: hidden;
}
.messageWrapper {
#position: absolute;
#top: 50%;
display: table-cell;
vertical-align: middle;
}
.messageContent {
background-color: white;
display: inline-block;
padding: 16px;
border: 16px solid grey;
z-index: 1002;
overflow: auto;
margin: auto;
#position: relative;
#top: -50%;
}

Sign in to reply to this post

Mike

I’ve found the solution.

Change position from “absolute” to “fixed” for .black overlay and .messageContainer.

.black_overlay { display: none; position: fixed; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index: 1001; -moz-opacity: 0.8; opacity: .80; filter: alpha(opacity=80); }

.messageContainer { display: none; position: fixed; top: 0; width: 100%; z-index: 1002; text-align: center; height: 100%; #position: fixed; overflow: hidden; }

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...