background shows on computers, not on all devices
in web site created dreamweaver cs3 have in external css file:
#maincontent p {
font-size:2.5em;
font-weight:bold;
margin-top: 70px;
background-image: url(images/background.jpg);
this background image solid block of color 50% transparency created in photoshop , saved jpg.
i have in file body tag with background image of group of babies:
body {
background-image: url(images/babies.jpg);
background-repeat: repeat;
}
now problem. when @ web page on net (it's live), each page shows correctly background image, babies, , paragraph semi-transparent background color correctly (the babies show through partially background color). however, on ipad , iphone, background color paragraph doesn't exist, have text against babies. if make transparency 100%, no change. occurs on every browser have tried on ipad , iphone. these devices makes them disregard background? thanks.
skronwith wrote:
when @ web page on net (it's live),
unless give people link site, you're asking others guess problem might be.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment