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 Link to comment https://forums.phpfreaks.com/topic/40268-solved-onload-question/ 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. Link to comment https://forums.phpfreaks.com/topic/40268-solved-onload-question/#findComment-194867 Share on other sites More sharing options...
Um Posted February 28, 2007 Author Share Posted February 28, 2007 thanks! Link to comment https://forums.phpfreaks.com/topic/40268-solved-onload-question/#findComment-196374 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.