Two small changes will make this work in NS4/NS6/Moz much nicer, Mozilla/NS6 has this extremely instrusive autocomplete feature, which is causing some calulation problems when refreshing the page. Stick autocomplete="off" in your form tag and it won't happen anymore.
The left and right arrows are displaying a strange linebreak behaviour, try doing a nowrap on the td, or using display:inline in the image style. Better yet, stick the arrows and the input in 3 seperate div's, nested in an outer div and you can control placement pixel perfectly. Not to mention have ability to set the layer invisible if you want. Ex: <snip> <td> <div style="postion:relative" id="strength> <div style="position: absolute; left:0px; top:0px">arrow</div> <div style="position: absolute; left:10px; top: 0px;">input</div> <div style="position: absolute; left:30px; top:0px">arrow</div> </div> </td> </snip> Please don't take this as anything but constructive criticism...just trying to help. The app is tres cool. jon Scott Weikert wrote: > Oh, I forgot... if you want to look at the two versions of the page, before > and after JS improvements, > > http://daoc.catacombs.com/sb/ > > and > > http://daoc.catacombs.com/sb/index2.cfm > > No guarantees that, by the time you see this, I haven't rolled index2 over > to index1. But the key is, check each page and view the source, note the > big difference in the middle as far as the JS array population bits are, > and note the drastic reduction in total lines. > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

