PDA

View Full Version : Image Display Problem with MAC



pradip030384
30 Dec 2009, 01: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]

zachsformacs95
30 Dec 2009, 08:15 PM
[comment deleted]