
Any version of Microsoft Internet Explorer will not evaluate any more than 31 CSS style elements. I’m not sure if many of you readers have come across this ridiculous bug, but we thought best if you were at least forewarned.
» scrumptions blog & code » nothing more, nothing less

Any version of Microsoft Internet Explorer will not evaluate any more than 31 CSS style elements. I’m not sure if many of you readers have come across this ridiculous bug, but we thought best if you were at least forewarned.
How many times have some of you tried to add an icon image to an anchor tag (link: <a>) or make some other random image part of that link and have had one-heck-of-a-time trying to align the text of the link and the image (<img>) tag?
I know that I have (especially when each browser treats the vertical aligning differently)…
Well here is the better way of aligning them that will make your life at least 10 times easier using 0 img tags and 1 anchor tag with CSS styling…
Read more…
Internet Explorer truncates and does not display any vertical padding nor top and bottom borders on an inline element, such as an anchor, inside of a table cell. Firefox and Safari display correctly without any problems.
Here is an example situation where we want to style an anchor tag with some padding inside of a table cell…

Well, we expect to see some border on all sides of the anchor tag with some gray background; however, as we open it in IE, we see… WHAT?!?!… the top and bottoms are gone?!?! See below…

Recent Comments