The first 30 layers display as position absolute, rest display as flow. Had this part working fine, had to rewrite and now this! here is some of the code. the css: <style type='text/css'> #L1 { position:absolute; left:287; top:387; } </style> The layers: <div id=L1><img id=I1 src='/images/Intro/00120-1.png'></div>
Are they all pointing to the same div ID? You can't do that. Can't really tell without seeing all the code though.