Created
November 9, 2013 09:36
-
-
Save blooski/7383705 to your computer and use it in GitHub Desktop.
IE Tweaks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Get Rid of scrollbars (not seen in other browsers) */ | |
#popup { overflow: hidden; } | |
/* Get Rid of anchor border (not seen in other browsers) */ | |
.links img { border:none; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment