Skip to content

Instantly share code, notes, and snippets.

@taktran
Created September 11, 2015 11:03
Show Gist options
  • Save taktran/1cda0e5f86bce4d2c1bd to your computer and use it in GitHub Desktop.
Save taktran/1cda0e5f86bce4d2c1bd to your computer and use it in GitHub Desktop.
ie annoyances
- use list-style: none outside; for lists to prevent using text-index: -16px
- All style tags after the first 30 style tags on an HTML page are not applied in Internet Explorer
- list style background images disappear when you scroll 
- Use
table {
 word-break: break-all;
}
To force words to break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment