You are not logged in.
Pages: 1
When I set a height of a div and then set the overflow to auto, the form (picture fader) is not staying contained in the scrolling box in IE (it is working perfectly in Safari and FireFox).
Here is my css:
#content
{
}
And the content:
<txp:output_form form=“imageFaderHome”/>
Just 30 minutes south of San Juan del Sur, enveloped between luscious rain forest and picturesque views of Guanacaste Peninsula and the clear blue Pacific Ocean, lies Costa Paraíso Resort and Spa…
Does anyone have any idea of how to fix this for Internet Explorer?
Here is where the site is located: http://www.localtreasureinternational.com/
Thanks!
Offline
It is in your script somewhere, because it is being declared position:absolute and it’s loading after your CSS.
div attributes* style : position: absolute; width: 268px; height: 400px; top: 0pt; left: 0pt; opacity: 0.0990099; visibility: visible; z-index: 21; * id : canvas1
Offline
IE5? IE6? 7? I don’t have access to any versions of Internet Explorer right now, but I suggest using the IE Developer Bar. Use the DOM inspector and click the plus sign to add a new style or override one.
Offline
Also your script is using z-index which is probably adding to your trouble. I would suggest trying another script as well. Not sure if it will solve your trouble, but have you tried the aro_show plugin? I does the same thing from within txp.
Offline
Pages: 1