position:fixed; should be position:absolute;
-
On line 80 it is $pop = $pop . ‘position:fixed;’; it should be $pop = $pop . ‘position:absolute;’; instead. position:fixed; will not center the popup if the window is resized.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘position:fixed; should be position:absolute;’ is closed to new replies.