Tag Archives: Myimage

mouse over buttons w/ pics

hi there my organization is wondering learning to make amouse over press button with 2 pics in microsoft expression web 2 . 0, i have the two pictures i want and i have been messing around when using the lowsrc and such things as that but without success can any one help me out there I only find out the hard coded way to achieve this. I have under no circumstances used expression online. The first image will be designed into the page as it normally would. The one primary difference is it’s important to specify a within the img tag: < img src=" image1. gif" name=" MyImage" > This image are now able to be accessed simply by javascript as . Of course add in the actual width, height, alt, along with border properties seeing that desired too. Our next part is to generate a link around that image. It will allow javascript for you to affect the image properties. < your href=" " onMouseOver=" insurance policy. MyImage. src=’image2. gif’; " onMouseOut=" insurance policy. MyImage. src=’image1. gif’; " > < img src=" image1. gif" name=" MyImage" > < /a> will be Source of the actual image file. specifies that … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Javascript and embedded video

MY PARTNER AND I wrote a script so that me to begin a video when a good image is clicked. It works great for html5 video however is not embedded video (VLC+Webm). How to make my script recognize the embedded video Examining this in FF3. SOME and FF4b9. Code: < head> < style> #movie #img < /style> < /head> < body> < upload type=" application/x-vlc-plugin" name=" VLC" target=" mymovie. webm" id=" movie" > < /embed> < img src=myimage. jpg" id=" img" /> < script> var v = insurance plan. getElementById(" movie" ); var i = document. getElementById(" img" ); i. onclick = function() v. play(); ; < /script> < /body> .

Posted in Web Design | Tagged , , , , , , | Leave a comment