使用IE6无法显示rokslidershow
在网上查找了这方面的信息,大多数都是可能与页面的第一句话有关系。 <xml version=”1.0″ encoding=”UTF-8″ > ,大家不如去掉这句试一下。 网上查询的
2019阿里云全部产品优惠券(新购或升级都可以使用,强烈推荐)
领取地址:https://promotion.aliyun.com/ntms/yunparter/invite.html
根据资料显示,RoksliderShow对IE6显示PNG图片时无法正常显示,采用JPG格式后可以显示。
IE6 PNG Fix
What is the PNGfix?
If you have ever opened a webpage with a transparent PNG in Internet Explorer 6 , you will see an obvious problem. The images do not appear transparent but adopts a light blue background. which is unsightly to say the least. This is the purpose of the PNGfix, to allow transparent PNG images to work correctly in the web browser Internet Explorer 6 . A common way around this is to use a range of different Joomla! extensions which can be applied to your site. However, this is already built in to new RocketTheme templates (the fix already provides other solutions to various other IE6 issues). The author is this new PNGfix is Drew Diller.Learn More
Below is a list of all the Rocket Theme Templates which have the PNGfix described above, incorporated into it. Also, all new templates releases will contain this as it has become an recurrent feature.
- Mynxx
- Meridian
- Akiraka
- Mixxmag
How do I use the PNGfix?
To apply the PNGfix to a particular image, all you need to do is add a class, png . We have an example of image HTML code below:-<img src="image.png" alt="Image" />
Now add class="png" to the code such as:-
<img src="image.png" alt="Image" class="png"
/>
Uninstall all other PNGfixes before using the template version, that includes plugins you may have installed into Joomla as it will conflict with the template fix
How to remove the PNGfix
If you wish to remove the PNGfix from the template, you have to remove the file and remove the reference from the rt_head_includes.php file. The file is called DD_belatedPNG.js and is located in the /templates/rt_mynxx_j15/js directory. You would then remove the following from the rt_head_includes.php file:-<script src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/js/DD_belatedPNG.js"></script>
<script>
DD_belatedPNG.fix('.png');
</script>
相关阅读排行
- 1SIFT算法概述
- 22004年的图灵奖获得者-Vinton Gray Cerf
- 3&(取引用 reference)和*(解引用 dereference)在二维数组时候的使用
- 4[ javascript ] javascript 函数声明与函数表达式的区别
- 5iPhone程序开发 图形和动画入门指南
用户评论

游客