View Full Version : Scrollbar works in IE; but not Firefox or Safari
graemeak
11-19-2008, 11:17 PM
Hi, I've been working on a site and I had problems with the scrollbar... well now I've sorted that out but only on IE; on Safari and Firefox it just isn't budging. Give it a try: http://www.gakphotography.co.uk/test1/terms.html
Thanks!
jscheuer1
11-20-2008, 06:15 AM
Add, as shown:
function MoveArea(x,y){
this.x=x;this.y=y
this.css.left=this.x
this.css.top=this.y + 'px'
}
graemeak
11-20-2008, 10:43 AM
I would like to say: THANK YOU THANK YOU THANK YOU!!!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.