I would love it if I could get this cross fade effect to work in Firefox and also have my title slide show upon load instead of blank. Can anyone help please?
I would love it if I could get this cross fade effect to work in Firefox and also have my title slide show upon load instead of blank. Can anyone help please?
Put whatever image you want to load by default here:
This effect, as I thought works on both browser..in what way it does'nt work on firefox?..Could you show a link...Code:<div id="loadarea" style="width: 600px"> <img src="http://www.digitalphotoguides.com/tuts/background-removal.jpg" alt="this is my image" /> </div>
Hope that helps![]()
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
johnwboyd (04-12-2008)
Thanks buddy that worked. What i meant by cross fade working in firefox is the fade in and out effect which works in ie.
Now if only i can get the lightbox to work!
The lighbox test page:
https://www.t2wc.com/members/johnwboyd/test.html
What i want to load in the lightbox:
https://www.t2wc.com/members/default...sentation.html
Where I got the lightbox code:
http://particletree.com/features/lightbox-gone-wild/
I tested on both FF and IE7, but seems identical reaction
...Could you please explain further about the problem![]()
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
It's supposed to fade across when a new image loads in ie. It may not be working now. but that's the least of my worries as the hover link isn't even working at all in the lightbox now. Maybe you can help?
There are a lot of pointers that I would address:
1.) Change your lightbox div in your lightbox.css: (highlighted are the ammendments)
2.) You might find it useful to declare a body element in your css in default.css:Code:#lightbox{ display:none; position: absolute; top:50%; left:50%; z-index:9999; width:670px; height:600px; margin:-220px 0 0 -340px; border:1px solid #fff; background:#C0C0C0; text-align:left; }
3.) I've tested this, but seems not working on FF, can't figure out what's the mess...a number of prototypes to scanCode:body{ margin:30px 0 30px 0; text-align:center; background-color:#62E122; }
4.) Your secured page https failed allow the hover on remove access (ex. lightbox)...I've tested with particletree.com's own code
5.) You might find DD's Lightbox a resort for change
...Hope that helps![]()
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
i got it to work with an iframe. the problem i'm having now is getting the lightbox to frame the graphics well in both browsers.
Bookmarks