css - In IE 7 background shift to 1 px top to but in FF it's ok? -
in ie 7 background shift 1 px top in ff it's ok?
background: url(girl.jpg) top left repeat-x; position: relative; top: 0px;color: #666; border-bottom-color: white;
you can use this
top:0px; *top:1px; *background-position:0px 1px;
- work 4 ie7 can use this.
you can enter value according design. in *top: px.
Comments
Post a Comment