<!DOCTYPE html> <html> <head> <title> </title> <style> </style> <script type="text/javascript"> $(document).ready(function { $('img').slideDown('slow'); }); </script> </head> <body> <img src="images\sjmak-music-logo.jpeg"/> </body> </html> The simple code example above is not working; I am attempting to simply make the image slide down from the top of the screen but it stays static. I also attempted to use 'display: none' on the image, but the image remains hidden instead of sliding down from the top.
img srchave to use/not `\`?