anson.c 5 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) Share this post Link to post Share on other sites
vekia 8,950 Posted March 8, 2013 unfortunanetly your website doesnt work for me, so i cant check it for issues Share this post Link to post Share on other sites
anson.c 5 Posted March 8, 2013 oops sorry wrong link http://svh.wickdmedia.com please try again Share this post Link to post Share on other sites
vekia 8,950 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 Share this post Link to post Share on other sites
anson.c 5 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? Share this post Link to post Share on other sites
vekia 8,950 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. Share this post Link to post Share on other sites