0
votes
0answers
68 views

How to restrict mouse scroll to modal?

I have a modal with scrollable content that works fine using overflow-y: scroll; Problem is, when using the mouse wheel to scroll inside the modal and you reach the end of the content, the main page ...
0
votes
0answers
45 views

lightbox within CGridView value=> , how to place it?

I need to display a scrollable images inside a lightbox when a data row link is clicked from the CGridView, any suggestions for a nice lightbox extension to use? "AND" how to put the lightbox code ...
1
vote
0answers
634 views

How to show newsletter signup in a lightbox popup in Magento?

I´m not a coder and come here to ask for help. I need a way to show newsletter signup in a lightbox for example www.popupdomination.com or this www.tylertool.com when the pages load or after some ...
0
votes
0answers
180 views

jQuery Lightbox over Thumnails - (not on centre of the screen)

Trying to get something like this: I have portfolio page with lot of thumbnails. On clicking each thumbnail the jQuery lightbox (also with a overlay beneath it) should appear. But the tricky part is ...
0
votes
0answers
53 views

Customized modal window [closed]

I need modal windows like lightbox with some modifications. The photo on the left, the caption on the right (instead of the usual bottom placement) Can someone show me a sample of how can this be ...
0
votes
2answers
454 views

Display a 'Page Loading' message between pages

I have a form on my site that when submitted takes the user from Page1.html to Page2.html. I would like to display a message between the form being submitted and "Page2 loading". Can someone provide ...
0
votes
1answer
118 views

Modal Lightbox - Images Repeat

http://gisave.com/index.php/gisave-purchase This happens in other parts of my site, but check here, go into a category and click on a product image. For some reason the images repeat four or more ...
0
votes
0answers
639 views

Fullscreen modal with back button support

I'm looking for some kind of modal or overlay that can contain an iframe or a html file. This modal should close when the user clicks the browser's back button. I tried to use a number of different ...
5
votes
1answer
5k views

Twitter bootstrap-modal for images

I have a page which includes details of the registered users. Every html table includes 80-90 users. For every user there is a $username variable. I normally show their pictures in a table like the ...
0
votes
2answers
203 views

Is there a jQuery based light box that meets all of my requirements

Ive used a ton of different lightbox scripts from ones ive written myself to widely used ones but i cant seem to find one that meets all of my requirements So far Ive given colorbox and slimbox2 a ...
1
vote
4answers
3k views

Open lightbox when page loads

I'm using this plugin to show lightbox on a website http://www.zurb.com/playground/reveal-modal-plugin I want to load some modal automatically when the page load. I try using this but didn't work: ...
0
votes
2answers
455 views

Facebook canvas restraints and lightbox or modal

I'm developing an application for Facebook and would like to use a lightbox or modal to display contents larger than the permitted canvas area (560). I don't have much experience with Facebook app ...
0
votes
2answers
124 views

Why won't this jQuery include work?

I have a modal window from which I am calling a lighbox to view images. I have got the lightbox to work on it's own, but cannot get it working from the modal window. If i include jQuery before the ...
0
votes
1answer
340 views

Can you call a modal window within a modal window?

I have a modal window which is opened from a series of portlets. The window which is opened contains both text and images, and I'm trying to implement a lightbox script on the images. I have got the ...
0
votes
1answer
3k views

Jquery, Modal,Lightbox Popup - open automatically with Java Call

I've searched and searched and tried and tried but I can't find an answer to my question - any help greatly appreciated. I trying to get a Jquery modal popup of any description (I really don't mind ...
0
votes
2answers
588 views

Lightbox-esque effect to “lock” UI?

I'm looking for a way in WPF to essentially "lock" the UI from the user perspective: make it impossible to interact with without actually causing a lock-up condition, and intuitively displaying that ...
0
votes
1answer
6k views

'Lightbox' with a php page inside, gracefully opens page in new tab if Javascript off

This is for the usual PHP/SQL/html/CSS type of webdev. Site might be visited by users with old phone browsers etc. The popup box will contain 'interactive' forms in the sense that user enters data, ...
0
votes
3answers
2k views

Lightbox that can open automatically depending on url path

There are a million lightbox type modal overlay scripts out there.. but I am looking for one that has the ability to be automatically triggered, depending on the path that leads there. So a property ...
0
votes
1answer
386 views

jquery modify href extension onclick

I'm trying to keep my application working even if the user doesn't have js, and I noticed my lightbox wasn't working with ajax goodness on an old brower and went about trying to fix it but wasn't sure ...
0
votes
2answers
6k views

Scriptaculous / Prototype modal window

I would like to make a modal window using prototype and scriptaculous. I was wondering if there is any site that has a tutorial or if anyone could kinda give me some idea where to start. (I don't want ...
0
votes
3answers
1k views

Open a modal window on browser close?

I'm trying to open a modal window when the browser window closes. Is there a way to do this with window events? Thanks.