I also get this error
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; .NET CLR 3.0.30729; .NET CLR 3.5.30729; BRI/2)
Timestamp: Tue, 24 Apr 2012 12:35:50 UTC
Message: Syntax error
Line: 2
Char: 1
Code: 0
URI: http://mayer.hostei.com/fm/wp-content/themes/triton-lite/js/featureList.js?ver=3.3.1
ok
I deleted this :
wp_enqueue_script(‘triton_newslider’,get_template_directory_uri().’/js/featureList.js’);
I think it was calling for that, the page doesnΒ΄t present any more error but i still have the outline.
What version of IE are you using when this happens?
Hi π
IΒ΄m using version 8.0.6001.19190
[ Please do not bump, it’s not permitted here. ]
Can anyone help me please…
Solved it π
Internet explorer was reading the links of the slider with a border with color, so I added a code to the css of the plguin.
I had to add “border:0px;” to the css file of the plugin:
.promo_slider_wrapper { margin:10px 0; position:relative; }
.promo_slider { height:265px; overflow:hidden; position:relative; text-align:center; margin-right:10px;}
.promo_slider img { margin:0; padding:0; border:0px;}
.promo_slider .panel { background:url(‘images/slide.png’); display:none; float:left; overflow:hidden; width:100%; height:265px; }
.promo_slider .panel-1 { display:block; }
.pointer {cursor:pointer; cursor:hand;}
.ps_hover { display:none; }
.promo_slider:hover .ps_hover { display:block; }
.promo_slider_sep { font-weight:normal; }