Web page with randomly scattered dots in background
I need little help. I want that my web page should be scattered with random dots generated by some code. I don't want to use images on my page. Is it possible with JAVASCRIPT or any other script? I need help Please
1) Have java script come up with two random numbers.
2) Have javascript do document.write of a "." and write some <span> tags that have their top and left properties be those random integers via their "style" property.
3) Repeat and rinse.
If you do it, make sure to post the results here. I want to see!
Bookmarks