简体   繁体   中英

issue with css and firefox

I'm updating my website and I'm having problems with my css, I added an image to the footer to let the user change the language, to do this I added some style at the beginning of the css file and used the style made on my html.

When I was working on the update I was testing all the changes using firefox, the code/update was working fine when I tested the changes from my hard disk.

I had updated my website on my server and now the website only works on chrome, the css style doesn't work when I try to load my website on firefox or Microsoft edge, only works fine on google chrome.

Here is the code I had added to the css file at the beginning of the file to avoid nesting problems with the others styles.

 #language { position: fixed; bottom: 0px; right: 0px; padding: 0.2em 0.2em; display: block; background: #ccc; width: 32px; height: auto; z-index: 99; }
 <div id="language"> <a href="index_spa.html" title="Spanish" target="_parent"><img src="images/quantic/social/spanish_flag.png" alt="Spanish" class="img-responsive" /></a> </div>

As I said at the beginning of the post, it works on google chrome (from my HD and online) on firefox works only from my HD.

I'm not an html/css guru, please I need some help to fix this issue, sorry if this is kinda newbie question.

Thanks in advance for all your help.

我使用 firefox 开发人员工具找到了一个解决方案,当我使用它时,我在 google 分析 javascript 中发现了 4 个错误问题,我已经删除了 google javascript 代码,该网站已经恢复正常工作。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM