anson.c Posted March 7, 2013 Share Posted March 7, 2013 (edited) Hi all, I'm working on a new website using PS1.5 default theme. I find it very strange that the background images on the website don't show on Safari. (see attachment) http://svh.wickdmedia.com I'm not sure if it has anything to do with the random background images I added to the header.tpl? Someone please help. Thanks! Edited March 10, 2013 by anson.c (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 8, 2013 Share Posted March 8, 2013 unfortunanetly your website doesnt work for me, so i cant check it for issues Link to comment Share on other sites More sharing options...
anson.c Posted March 8, 2013 Author Share Posted March 8, 2013 oops sorry wrong link http://svh.wickdmedia.com please try again Link to comment Share on other sites More sharing options...
vekia Posted March 9, 2013 Share Posted March 9, 2013 thanks for link i checked your website the problem is with your css background: params. for example, you've got style="" param in your <body> html tag: style="background:url(/img/bg2.jpg) repeat fixed top left / cover" you should use: style="background:url(/img/bg2.jpg) repeat fixed top left" without " / cover" without this all backgrounds works perfect, you should change it Link to comment Share on other sites More sharing options...
anson.c Posted March 10, 2013 Author Share Posted March 10, 2013 Thank you so much! I fixed the problem now. Another little problem is that I don't see box-shadow works on Safari. Oddly it works on the Safari on my iphone. Anyhow... just a side question: Is there any debug addon like Firebug but for Safari? Link to comment Share on other sites More sharing options...
vekia Posted March 10, 2013 Share Posted March 10, 2013 yes, this feature does exists, just follow instructions: Launch Safari Open Safari’s Preferences by selecting ‘Safari, Preferences’ from the menu. Click the ‘Advanced’ tab labeled. Place a check mark next to ‘Show Develop menu in menu bar.’ The Develop menu will appear between the Bookmarks and Window menu items. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now