Go Back   Dynamic Drive Forums > DD Scripts > Dynamic Drive scripts help
Search Dynamic Drive Forums:

Reply
 
Thread Tools Search this Thread
  #1  
Old 07-11-2008, 10:47 PM
baglady baglady is offline
Junior Coders
 
Join Date: Jul 2008
Location: Singapore
Posts: 5
Thanks: 3
Thanked 0 Times in 0 Posts
Arrow Ultimate Fade-in Slide Show Positioning problems

1) Script Title:
Ultimate Fade-in Slide Show
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...nslideshow.htm
3) Describe problem:

I originally tried the Blending Image Slide Show but could only get it to work in FF not IE. So am trying the Ultimate Fade-in Slide Show.... now the fading works in both browers but my positioning is way off, and differently in each browser! I am a real novice and can only copy and paste Javascript. Would really appreciate some help.

Also, originally defined some padding for the rotating image which also worked in the Blending slide show, but don't know where to put it in this code.

file is here: www.brettagold/ba/socialactstest2.html

postioning should look like: www.brettagold/ba/socialacts.html

Thanks so much. This is a great site!
Reply With Quote
  #2  
Old 07-11-2008, 10:54 PM
Nile's Avatar
Nile Nile is offline
Elite Coders
 
Join Date: Jan 2008
Posts: 3,007
Thanks: 10
Thanked 442 Times in 438 Posts
Blog Entries: 5
Default

In your css, find the red, and add the blue:
Code:
#topbanner {
   width: 700px;
   height: 150px;
   float: left;
}
This may or may not work.
If it doesn't. Find this in your html:
Code:
<img src="images/singroof.jpg" alt="Singapore Rooftop" width="180" height="150" align="right">
And change it to:
Code:
<img src="images/singroof.jpg" alt="Singapore Rooftop" width="180" height="150" style="float:left;clear:left">
__________________
Coding is just another puzzle. And it's okay to have help putting together some peices.
Please don't be afraid to ask.
I try to highlight my code with correct syntax highlighting. Unless the its too long. Or I'm to busy.
Reply With Quote
The Following User Says Thank You to Nile For This Useful Post:
baglady (07-12-2008)
  #3  
Old 07-12-2008, 12:34 AM
baglady baglady is offline
Junior Coders
 
Join Date: Jul 2008
Location: Singapore
Posts: 5
Thanks: 3
Thanked 0 Times in 0 Posts
Arrow Thanks, but....

Thanks for reply! I have tried your suggestions and then some, but that third image drops down instead of staying on the same line. I assume it must be something about the javascript. I might be better off trying to find other code, since I only want a simple blend of a few photos and not all the other bells and whistles this option provides for.

So the following works perfectly in FF: http://www.brettagold.com/BA/socialactstest.html
but in IE all I get is the blue background. This is probably easier to fix since it works in at least 1 browser!

Last edited by baglady; 07-12-2008 at 01:14 AM.
Reply With Quote
  #4  
Old 07-12-2008, 08:18 AM
jscheuer1's Avatar
jscheuer1 jscheuer1 is offline
No Kidding?
 
Join Date: Mar 2005
Location: SE PA USA
Posts: 18,999
Thanks: 19
Thanked 1,135 Times in 1,121 Posts
Blog Entries: 3
Default

That's not the Ultimate Fade in Slide Show script, its Blending Image Slide Show Script.

But the problem has nothing to do with that. You simply left out a closing HTML comment tag here (I've added it in - highlighted and red):

Code:
h3 {
    color: #000333; 
	background-color: inherit; 
	font: bold 11pt Verdana, Arial, Helvetica, sans-serif;
	margin: 8px 0 0 0; }
		   
img.centerpic {
               padding-left: 4px; }
		   
.gold {
       color: #ffff00; 
	   background-color: inherit; }
-->
</style>
	   
<script language="JavaScript1.1">
<!--

//*****************************************
// Blending Image Slide Show Script- 
// © Dynamic Drive (www.dynamicdrive.com)
// For full source code, visit http://www.dynamicdrive.com/
//*****************************************

//specify interval be . . .
__________________
WWWWWWWWWWWW
- John
________________________

Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Reply With Quote
The Following User Says Thank You to jscheuer1 For This Useful Post:
baglady (07-12-2008)
  #5  
Old 07-12-2008, 08:44 AM
jscheuer1's Avatar
jscheuer1 jscheuer1 is offline
No Kidding?
 
Join Date: Mar 2005
Location: SE PA USA
Posts: 18,999
Thanks: 19
Thanked 1,135 Times in 1,121 Posts
Blog Entries: 3
Default

You might want to try it with Ultimate Fade in:

bas_h.zip
__________________
WWWWWWWWWWWW
- John
________________________

Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Reply With Quote
  #6  
Old 07-12-2008, 02:13 PM
baglady baglady is offline
Junior Coders
 
Join Date: Jul 2008
Location: Singapore
Posts: 5
Thanks: 3
Thanked 0 Times in 0 Posts
Default

That was stupid! Thanks for catching that. It must have gotten deleted with the javascript cut and paste. Re Fade-in, I tried it and couldn't get my positioning to work at all in either browser so am going to stick with what works. Many, many thanks!
Reply With Quote
  #7  
Old 07-12-2008, 03:36 PM
jscheuer1's Avatar
jscheuer1 jscheuer1 is offline
No Kidding?
 
Join Date: Mar 2005
Location: SE PA USA
Posts: 18,999
Thanks: 19
Thanked 1,135 Times in 1,121 Posts
Blog Entries: 3
Default

I got it to work to just fine with Ultimate Fade in, see the page I uploaded (it's in the bas_h.zip file attached to my previous post).
__________________
WWWWWWWWWWWW
- John
________________________

Really Show Your Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:41 PM.

Home - Contact Us - Archives - Link to DD - Top 

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.