asp.net - background-image not working -
i have in html works except background-image: 'images/header.jpg'; instead see grey color in header not image.. tried removing grey color still dont see image...
#outerwrapper #header { border-bottom: solid 1px #628152; font-size: 18px; font-weight: bold; line-height: 15px; height: 115px; background-color: grey; background-image: url('images/header.jpg');
how can make work.. please help.. thanks
have @ page firebug firefox. may not loading image properly. able play css on fly if that's issue.
Comments
Post a Comment