I want to use a simple image fader on this WP site with ATA theme - http://bit.ly/KNT3rl
Chrome and firebug tell me that the relevant CSS is being read but the browser is ignoring the positioning property
Consequently the images float under each other rather than being absolutely positioned and shuffled due to z index
I have given imgs coloured 6px borders to show what is going on
For reference here is another site I built where the effect works as it should
QUESTION: is there something about either WP or ATA which would cause the position propery to be ignored/overidden
PS - it still gets ignored if I use !important;
CSS -
Code:
.post div#slideshow IMG { * * position:absolute; * * top:0; * * left:0; * * z-index:8; * * opacity:0.0; border:solid 6px yellow; }