In the Debug menu of Safari you can select to make Safari mimic Explorer. This may work. To turn the Deubg menu on, paste the following into Terminal (in the Utilities folder) when Safari is closed:
Code:
defaults write com.apple.Safari IncludeDebugMenu -bool YES
To turn it off, change
YES to
NO.
🙂