Can anyone tell me why my index page won't show in Safari

Discussion in 'HTML & Website Design' started by crb187, Mar 3, 2010.

  1. #1
    The index page of http://www.translatepro.net only shows the bg image in Safari. Works fine for me in other browsers. Can anyone tell me why?

    Also, could anyone tell me why the page moves over a few pixels on the 'uplod and pay' and 'about pages'. I assumed i had inserted a pixel somewhere by mistake but i can't seem to find it.

    Any help would be really appreciated.

    Thanks in advance. :)
     
    crb187, Mar 3, 2010 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    Validate for your lists of HTML and CSS errors.
     
    drhowarddrfine, Mar 3, 2010 IP
  3. Craig B.

    Craig B. Peon

    Messages:
    8
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can use the Web Inspector in Safari (Develop->Show Web Inspector) to look at the DOM as the browser sees it. When I load the page, the inspector shows no body content at all. I'd firs check your scripts to see that there is nothing messing up ht body DOM content.
     
    Craig B., Mar 3, 2010 IP
  4. crb187

    crb187 Active Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    thanks for the replies. I know my css and html is all over the place at the moment. Craig, is the web inspector an extension? I can't seem to find it in my version of Safari at least.
     
    crb187, Mar 3, 2010 IP
  5. Craig B.

    Craig B. Peon

    Messages:
    8
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yeah, it needs to be enabled. Here are the directions from TUAW:

    "
    To enable the Safari Develop menu, just close Safari and type (or copy/paste) the following command into Terminal.app (/Applications/Utilities):

    defaults write com.apple.Safari WebKitDeveloperExtras -bool true
    "
     
    Craig B., Mar 3, 2010 IP