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.
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.
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.
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 "