DarkLight WP Theme : CSS problem with Firefox
Posted by jigneshdodiya on May 15th, 2008 filed in Website
Recently I changed my blog theme to DarkLight WordPress Theme by Lorelei Web Design.
When I changed my theme, it was working fine with IE-7 but in Firefox, the theme was unable to load. My Friend Naresh Khokhaneshiya has worked out and found the solution. Thank you Naresh and Alpesh for your efferts to enable above theme in Firefox.
Solution : the problem was in syle.css. :
@import url(”../hide1a.css”); - for the firefox, it can not identify url tag, so just removed url and it worked fine for me.
@import (”../hide1a.css”); - working file with this format in Firefox.
eNjoy…..
….. Jignesh Dodiya.

























Leave a Comment