Ken Snyder
.css
<html
$(" ")
`sql`
<?php
Links
Home
Utah JS Users Group
Quad PHP Library
pulp JavaScript
Subscribe
Search
Search this site:
Twitter Timeline
Loading...
Login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tagged Under:
CSS
HTML
Web Development
Sweet CSS Hacks for IE
September 14, 2009
.demo
{
border
: 1px
solid
#ccc;
margin
: 10px;
padding
: 10px;
/* Normal Browsers */
color
:
black
;
/* IE 6 - 8 */
color
:
red
\
9
;
/* IE 6 - 7 */
*
color
:
blue
;
/* IE 6 */
_color: orange;
}
Demo
■
comments
Add new comment