pradip030384
30 Dec 2009, 02:05 AM
I was facing a problem with displaying Background image in Mac Safari. Earlier my syntax was in css as
cssname
(
background:url(image\ViewSubmission\red_clock.gif);
background-repeat:no-repeat;
width:16px;
height:16px;
)
Later I have changed my sysntax ,now its working fine
background:url(image/ViewSubmission/red_clock.gif);
background-repeat:no-repeat;
width:16px;
height:16px;
[mod::Link removed. You have not met the forum requirements to post links]
cssname
(
background:url(image\ViewSubmission\red_clock.gif);
background-repeat:no-repeat;
width:16px;
height:16px;
)
Later I have changed my sysntax ,now its working fine
background:url(image/ViewSubmission/red_clock.gif);
background-repeat:no-repeat;
width:16px;
height:16px;
[mod::Link removed. You have not met the forum requirements to post links]