谷歌浏览器没有显示箭头标志

时间:2014-12-03 07:19:08

标签: jquery html css google-chrome

我使用jquery为滑块添加了左/右箭头符号。它在Firefox和Internet Explorer中完美呈现,但谷歌浏览器显示的是一个方框而不是箭头符号(www.unitechbd.com)。我该如何解决?

Jquery代码 -

   jQuery(document).ready(function($) {

                        $('#banner-slide').bjqs({
                          animtype      : 'fade',

                          showcontrols : true, // show next and prev controls
                          centercontrols : true, // center controls verically
                          nexttext : '❯', // Text for 'next' button (can use HTML)
                          prevtext : '❮', // Text for 'previous' button (can use HTML)
                          showmarkers : false, // Show individual slide markers
                          centermarkers : true, // Center markers horizontally

                          animduration : 1000, // how fast the animation are
                          animspeed : 5000, // the delay between each slide

                          width         : 922,
                          height        : 500,            
                          usecaptions : false,
                          responsive    : true,
                          randomstart   : true
                        });

                      });

1 个答案:

答案 0 :(得分:1)

是的,Chrome似乎与❮ & #10094;有问题。

您可以使用fontAwesome之类的内容来获取该内容。