Results 1 to 5 of 5

Thread: Featured Content Slider V2.5 - no image shown on browsers

  1. #1
    Join Date
    Feb 2015
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Featured Content Slider V2.5 - no image shown on browsers

    1) Script Title: Featured Content Slider v2.5

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tentslider.htm

    3) Describe problem: The test page is at http://พรีคาสเทรนเนอร์.com/index-AddContentSlider.html
    Testing by "Live" in Dreamweaver is OK. But notOK in browsers, no image shown (IE9 and Chrome), images shown on right-hand side of the page (Firefox).
    Please help.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    There may be other issues, but each of your <center> tags inside the content divs are missing a closing angle bracket for the opening <center> tag:

    Code:
    <div class="contentdiv"> 
    <a href="31-พรีคาสเทรนเนอร์-โรงงานผลิตพรีคาสบริการงานพรีคาส.html" target="_blank"><center<img src="/images/ด่วนเพียงจังหวัดละ2รายโรงงานผลิตพรีคาสสำหรับsmeอสังหากำลังผลิตบ้านเดี่ยว1หลังต่อวันลงทุนหลักแสนคุณภาพสากล.gif" alt="ด่วนเพียงจังหวัดละ2รายโรงงานผลิตพรีคาสสำหรับsmeอสังหากำลังผลิตบ้านเดี่ยว1หลังต่อวันลงทุนหลักแสนคุณภาพสากล" width="960" height="318" title="โรงงานผลิตพรีคาสถูกเร็วดีสำหรับธุรกิจอสังหาริมทรัพย์"></center></a>
    </div>
    See the error in red, which is repeated for every contentdiv on your page.
    DD Admin

  3. #3
    Join Date
    Feb 2015
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you,
    Now it is OK for both IE and Chrome.
    But for Firefox, it still shown on right-hand side of the page.
    Please kindly advise.

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hmm there seems to be something in your layout that's causing the issue. For now it seems removing the line in red below in your contentslider.css file offsets the problem:

    Code:
    .sliderwrapper{
    	position: relative; /*leave as is*/
    	overflow: hidden;
    	width: 960px; /*width of featured content slider*/
    	height: 320px;
    	border-top-style: none;
    	border-right-style: none;
    	border-bottom-style: none;
    	border-left-style: none;
    	background-color: #CAD9EC;
    }
    DD Admin

  5. #5
    Join Date
    Feb 2015
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Great! It's all OK now, many thanks.

Similar Threads

  1. Replies: 11
    Last Post: 08-06-2012, 05:02 PM
  2. Featured Content Slider Image Error in IE
    By amimoto in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 12-11-2009, 02:57 PM
  3. Resolved Featured Content Slider random image?
    By cool263 in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 08-04-2009, 07:14 PM
  4. Featured Content Slider image problem
    By newbees in forum Dynamic Drive scripts help
    Replies: 5
    Last Post: 04-27-2008, 07:31 AM
  5. missing image when using Featured Content Slider
    By gstrekkie in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 03-23-2007, 05:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •