Um Posted February 26, 2007 Share Posted February 26, 2007 I am quite new in making web sites. I have one question: How to implement, I mena how to insert codes if I have two onload functions? For example, I have this code: onload="preloadImages();" and this one: onload="MyJSScrollerHandler.initByClassName('scrollable');" How to insert both codes, that both of them works in same page? thanks Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted February 27, 2007 Share Posted February 27, 2007 onload="MyJSScrollerHandler.initByClassName('scrollable'); preloadImages();" if you are using the preloader for roll over images then can I suggest you look at using images as background and either switching or shifting the image position using the :pseudo class in css. Quote Link to comment Share on other sites More sharing options...
Um Posted February 28, 2007 Author Share Posted February 28, 2007 thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.