Safari Bug on Front Page

Discussion in 'Planetary Annihilation General Discussion' started by drewsuser, May 31, 2013.

  1. drewsuser

    drewsuser Active Member

    Messages:
    316
    Likes Received:
    139
    I know I've been posting like crazy but theres this bug on the home page that you get when you pull it up using safari browser. http://www.uberent.com/pa/ The "funded with kickstarter" button is streched out and makes the page really long. Sorry if I'm being a bit nitpicky, but it is strangely annoying. :-/
  2. kmike13

    kmike13 Member

    Messages:
    401
    Likes Received:
    13
    Lol I know what you mean, it's been like that for ages.
  3. ooshr32

    ooshr32 Active Member

    Messages:
    749
    Likes Received:
    141
    There's yah problam:
    Code:
    <img style="height:75%; width:75%;" alt="FUNDED WITH KICKSTARTER" src="http://uberentblog.com/pa/wp-content/uploads/sites/2/2013/02/img_funded_ks.png"></img>
    The % width/height attribs are relative to the parent element, not the image itself, but in this instance the parent element doesn't have a defined size.
    You shouldn't do that, and there is no standard way to handle it, so results will vary between browsers.

    Basically Uber need to fix their HTML. ;)
  4. themindlessone

    themindlessone Member

    Messages:
    93
    Likes Received:
    5
    Or safari should just follow what the other browsers do, if no one else notices this as a problem then all the other browsers must be making the correct educated guess on how to render it. Meaning its safari's fault. :cool:

Share This Page