Link to home
Start Free TrialLog in
Avatar of qvfps
qvfps

asked on

Modal window on webpage

I want to put a pop up window on which I can display some information when a button or check box is selected on a web page.   I created a simple test page which displays a modal window when a button is clicked.  On this page everything works as expected.  (testpage1.php)

I then tried to add this to a more complex page with multiple layers, each displaying different information.   On this page the modal window is visible on page load but it wraps around and does not display any border.   If I enclose the whole page in a div tage only part of the modal is displayed.   If I dont use the DIv around the whole page more of the modal is displayed but it still wraps and does not have the border.    (testpage2.php)

Can anyone see what I have done wrong?

The web server is running on Open-SUSE using Apache and I am viewing the page using Firefox.
testpage1.php
testpage2.php
ASKER CERTIFIED SOLUTION
Avatar of qvfps
qvfps

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial