I have laid a transparent div with some text in it, over an image rotator, but it fades as the images fade in the rotator, is there any CSS I can use to stop it from fading, if ant one as any suggestions I would appreciate it. Thanks Jeff http://www.petsalive.net/contract.php
That's how image rotators work. Everything inside them fades. If you want to layer a non-transitioning element over the rotator, put into an APDiv of it's own and position accordingly.
#DivName {
position:absolute;
top: 125px; /**adjust as req'd**/
left: 350px; /**adjust as req'd**/
z-index: 10000; /**stack on top**/
}
Nancy O.
Is this somehow related to your earlier post?
Rotator image
http://forums.adobe.com/thread/1016182
or was that a different question?
Validate your code.
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.petsalive .net%2Fcontract.php
Nancy O.
Hi Nancy I’ve done most of that and things seem to be working better now, but there is an error on line 153 and whatever I do I can’t get rid of it.
http://www.petsalive.net/contract.php Thanks Jeff
North America
Europe, Middle East and Africa
Asia Pacific