Skip to content

Instantly share code, notes, and snippets.

@blooski
Created November 9, 2013 09:36
Show Gist options
  • Save blooski/7383705 to your computer and use it in GitHub Desktop.
Save blooski/7383705 to your computer and use it in GitHub Desktop.
IE Tweaks
/* 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