Summary: I need to make a script that will randomly choose a background image from 4 different images when the page loads and displays it, everytime it reloads...
Summary: I am currently trying to build a photo album, with picture thumbnails in the left frame. Clicking on the thumbnails will load the full picture in pla...
Summary: i'm trying to make this script alert random text based on random numbers. however, it keeps alert the same word. what is the prob. here's the script. ...
Summary: hey, im running apachee 2.0.49 and lately when i view any hosted pics under any browser (ie, ff, opera, ns), the images either load half way, not at a...
Summary: I'm using javascript and an "image place holder" for that, for a gallery I'm currently building: http://robinred.odiousj.com/gallery3/gallery3.html T...
Summary: <style> form { background:url('image.jpg') } </style> If you can, thats how to do it in CSS, however i think the form tag just alerts the browse...
Summary: I'm trying to put a 84x80 image on the left of the text everytime I use <H1>, but I don't know how to get the text vertically aligned in the middle...
Summary: good simple layout i would recommend that you use the standard colour scheme for links (blue underlined text) as i have no idea what is a link and wha...
Summary: correct me if i'm wrong, but i think "background" would be use to merge all the background attribute at once. example: background: url("image.jpg") no...
Summary: If your site is not a "major" site and if you ar not using a CMS solution you might be safe faking it. Just create 1 or a small number of security ima...
Summary: I have a image hosting site. On the front page, i show the top 5 most viewed images, the newest 5 images, and 5 random images. As i'm sure you can i...
Summary: Dear Michael J: These are the three java scripts which are in conflict: Numbaer 1) ---------- <script language="JavaScript1.2" type="text/javascrip...
Summary: Ok i have this problem, i made a huge 1600x1200 picture that cannot be adapted to be "tileable". So i want to keep it to it's 1.5 Meg in size for esth...
Summary: Heya folks, Newbie question for you, I have a DIV 500px by 300px, and an image with identical dimensions placed there-in using "background-image". Whe...
Summary: It is not the javascript, it is the style sheet (styles.css). In the "menu" class there is a background image defined for mouseover - it is an orange ...
Summary: I had a question earlier about images not loading on my website. I figured out what I was doing wrong, but now I am having a problem with background ...
Summary: JavaScripters, This question is in regards with a JavaScript script within a PHP page. I included everything in case a complete understanding is requ...
Summary: Hello! Im trying to insert an image using javascript. My problem is, i cant use the standard: document.images["image_name"] This is because the image ...
Summary: A simple HTML problem I hope! I have a background image for my website which is 1024*768 in size. The problem is that the image becomes a tiled image....
Summary: I've been creating a website, and my favoured way to do is is create a table and use images across the top and down the left hand side for navigation ...
Summary: So i dont know a whole lot about javascript here but anyways, i know i can flip an image with onMouseOver but what i'm trying to do is this: I have a ...
Summary: hey, i have added the following javascript code to a page: +++++++++++++++++++++++++++++++++++++++++++ var answer = Math.floor(Math.random()*1000) var...
Summary: When i use an event handler in javascript, i will be able to get the name of the image by using event.srcElement. But this method does not work in fir...