Originally posted by tpgames
Code:
<style>
#bgHolder {height:12px; width:12px; display:block; overflow:hidden;}
</style>
<body>
<div id="bgHolder" width="200" height="200">
so... change the CSS not the tag div!
and second
whats wrong with the old loop?
Code:
imgName = new Array()
for (x=0; x<=4; x++) {
imgName[x] = x
}
Comment