Tags CSS problem IE

Tag: CSS problem IE

Font-Size em vs px vs pt vs percent

So, What’s the Difference? It’s easy to understand the difference between font-size units when you see them in action. Generally, 1em = 12pt = 16px =...

Code To Change Hyperlink Underline Color

Here we can do to change hyperlink underline color <a href="change-underline-color.php" style="text-decoration: none; border-bottom: 1px solid #999999">change underline color</a>

Change IE document default view

If you have problem with CSS view in IE 8, maybe  you must try this solution. Add this tag on head : <meta http-equiv="X-UA-Compatible" content="IE=8" > it...