bx滑块不适用于chrome

时间:2015-03-22 08:10:32

标签: php html bxslider

------this code doesn't work in chrome but works in Mozilla---------
<div class="slide_data">
    <strong><?PHP echo $city; ?></strong>  
    <img src="<?PHP echo $imgsrc; ?>" alt="Image Not available"></img> 
    <img src="images/ribbon-featured.png" class="feature"/>  
</div> 
--------this code works in chrome and mozila-----
<div class="slide_data">
    <strong><?PHP echo $city; ?></strong>  
    <img src="img/phpto.jpg" alt="Image Not available"></img> 
    <img src="images/ribbon-featured.png" class="feature"/>  
</div>
  ------------I want the first one to work on both---------
  

我正在使用php变量更改img标签的src。实际上这在15天前运行良好,但我不知道现在发生了什么。检查网站eestate.in ---- in chrome and Mozilla

0 个答案:

没有答案