Twitter bootstrap - images not showing

前端 未结 3 1922
醉话见心
醉话见心 2021-01-16 13:41

I have a website which works fine in Google Chrome, but not in other browsers (Firefox, Safari).

I\'m having a problem with the following section of code:

         


        
3条回答
  •  长发绾君心
    2021-01-16 13:56

    I can't replicate what you're seeing, but I don't have Firefox 11, however, a few things: the markup on that page is seriously outdated. Ditch

    element, etc, and get rid of all the deprecated elements. Then validate the markup and styles. I noticed your first img has a closing element... that's not valid and I'm willing to bet it's what's causing your issue(s).

    Remember, validation is your friend.

提交回复
热议问题