Samba
Newbie
Posts: 1
Registered: 3/6/2008
Location: Sweden
Member Is Offline
|
| posted on 3/6/2008 at 07:51 PM |
|
|
Fader script inside table problem
I have a problem when using the script inside a table in IE, it works fine in FF.
I get a scroll that messure the width of all images. Still
there is only one image showing. Have tried changing tje z-index but without any luck
any help would be use full
|
|
|
tigra
Administrator
Posts: 1920
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/6/2008 at 10:19 PM |
|
|
try using table with the sample from the distribution package.
do you experience the same problem? anything is different in your case?
|
|
|
leouy90
Newbie
Posts: 1
Registered: 3/9/2008
Location: uruguay
Member Is Offline
|
| posted on 3/9/2008 at 05:08 PM |
|
|
i solve this problem
making a new html file with the tFader script
and next put a iframe
<iframe id="tFader" src="http://yourdomain.com/tfader.htm" width=405 height=238 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0
scrolling=no></iframe>
|
|
|
s814jjs
Newbie
Posts: 1
Registered: 4/11/2008
Member Is Offline
|
| posted on 4/11/2008 at 06:21 PM |
|
|
I had the same problem, but didn't want to use iframes, so this is what I came up with:
Update the style definitions inside tFloat.js for the <img> tag - replace "position:relative" with "positon:absolute".
It now works fine for me in both browsers.
SoftComplex - thanks for writing and releasing this code!!!
|
|
|