Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an image in a mobile web page. The image does not appear to show up in the page in a mobile browser. If I access it directly, however, it shows up. If I look at the page in a regular browser, it shows up. We've looked at it with Dolphin for Android, Opera for Android, the native Android browser, and Safari for iPhone. What gives?

the mobile page (contains video) http://bit.ly/L2YA1i

the problematic image http://bit.ly/L3QlU3

The HTML for the image (and it's container)

<div class="logo"><a href="http://m.celebritycruises.com/m/home.do"><img src="http://media.celebritycruises.com/celebrity/content/en_US/images/cel_misc/logo.jpg" alt="Celebrity Mobile"></a></div>

The CSS for the container>

.logo {
    padding:10px 0;
    text-align:center;
}
share|improve this question

1 Answer

up vote 0 down vote accepted

try this :

  <div class="logo"><a href="http://m.celebritycruises.com/m/home.do"><img src="http://media.celebritycruises.com/celebrity/content/en_US/images/cel_misc/logo.jpg" alt="Celebrity Mobile" border="0" width="259" height="55" /></a></div>
share|improve this answer
That did it! Weird. – absynthe minded web smith Jun 12 '12 at 21:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.