javascript - New Slider for images -
I can create static web pages through CSS and HTML and now I would like to add an image slider to my page, I mean the images that slide on their own horizontally, I have no understanding of JQuery or Javascript or Ajax.
So at this time I have an image folder uploaded to the server, in the main section I have referenced the javascript file:
Now IM stuck I
tags on my HTML page to reference javascript to upload images, etc?
Ill learns coding bit, but just do not know how it all links together.
Any help would be great.
& lt; Script type = "text / javascript" src = "javascript / slider.js" & gt; Function someFunc (domObj) {domObj.innerHtml + = "& lt; div id = \" div2 \ "& gt; & lt; / div & gt;"; Document.getElementById ("div1"). InnerHtml + = "& lt; h1> Hello World World! "; } & Lt; / Script & gt; & Lt; Body onload = "some funk (this)" & gt; & Lt; Div id = "div1" & gt; & Lt; / Div & gt; & Lt; / Body & gt; This will be some basic javascript for slider, you can use javascript to update the style / status of the widget through CSS.
Some CSS properties that you want to use are background-image background-positions.
Comments
Post a Comment