css - How to remove scroll bar form prettyPhoto lightbox? -
how remove scrollbar prittyphoto lightbox in ie7 only? in other browsers works perfectly.
try below ones
body{overflow-x: hidden;} in case if apply html rather body
html{overflow-x: hidden;} else
html{ overflow:auto; } try putting if want separate style sheet others
<!--[if ie 7]> link alternate style sheet or <style> /*css in here*/ </style> <![endif]--> css
No comments:
Post a Comment