In article <
MPG.31ca8ac4e...@news.eternal-september.org>,
thiswillb...@you.com says...
It seems to work on all but one browser here. IE9 on an old Vista box
ignores the animation, which is fine; so does the built-in browser on my
ageing Android mobile. Same with the newest Safari that'll run on
Windows. On a new Android tablet in Chrome, it's fine. Yet on a
similarly new mobile, in Chrome (definitely running the latest version)
the images are broken. You can see the animation grow in opacity, but
all you get is a horizontal bar - as if the image was picking up 5px or
so as its height somehow. The images in the title bar are missing, too.
All other instances of Chrome are fine. Is this something I can fix in
my code, or should I see it as a peculiarity of that one phone? (I'd
guess there must be others out there...)
Screenshot:
http://www.walthamsoft.com/villagemusic/temp-screenshot.png
I'd guess this browser is not handling my "scaleable images", as the
animation seems to be working on what's left.
I think the relevant CSS for that would be these lines:
img { max-width: 100%; }
img#churchdoor {
float: left;
width: 25%;
max-width: 178px;
padding-right: 3%;
display: block;
}
img#cat {
float:right;
width: 25%;
max-width: 178px;
display: block;
}
img#mainimg {
width: 80%;
display:block;
margin: 3em auto 3px auto;
border: 4px solid black;
-ms-box-shadow: 12px 12px 60px #000;
-moz-box-shadow: 12px 12px 60px #000;
-webkit-box-shadow: 12px 12px 60px #000;
box-shadow: 12px 12px 60px #000;
}
--
Phil, London