View Full Version : Featured Content Slider Default Content
AzHousePro
07-01-2008, 12:57 PM
1) Script Title: Featured Content Slider v2.3
2) Script URL (on DD): http://new.azbilliards.com/includes/mainadtest.php
3) Describe problem: I am using the Javascript links to handle the pagination and they work fine, but for some reason I am not getting an initial piece of content showing.
Any ideas?
Mike
techietim
07-01-2008, 12:59 PM
<body onLoad="javascript:featuredcontentslider.jumpTo('slider2', 1)">
TO
<body onLoad="featuredcontentslider.jumpTo('slider2', 1)">
Sorry, my bad. That won't work.
In your css file: http://new.azbilliards.com/contentslider.css.
Find the following line.
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 6px;
width: 434px; /*width of featured content slider*/
height: 300px;
}
Now look at the following examples:
overflow:yes; : http://niler.net/examples/scroll.php?type=yes
overflow:visible; : http://niler.net/examples/scroll.php?type=visible
overflow:auto; : http://niler.net/examples/scroll.php
Change the highlighted one to your wants.
Here's some more css overflow examples: http://www.w3schools.com/Css/pr_pos_overflow.asp
Tim: Putting javascript: in JavaScript attributes makes it validate in more then the few main browsers, that's what I heard.
(From fate)
AzHousePro
07-02-2008, 02:17 AM
Thanks, it is working now.
Mike
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.