Quote:
Originally Posted by ssslippy
In IE 7.0 this gives scroll bars on the popup. After modifying the CSS code. This fixes the IE issues. I also set my width to 340 to make everything easier to read.
HTML Code:
overflow:auto; /* Hide overflow content */
should be changed to
HTML Code:
overflow:hidden; /* Hide overflow content */
|
If I change it to hidden, it breaks it on both IE and Firefox. It removes the scroll bars, but then it causes issues with size and images.