![]() |
|
![]() | ||
|
Subject:
basic website question
Category: Computers > Internet Asked by: bigsticks-ga List Price: $3.00 |
Posted:
29 Jan 2004 11:14 PST
Expires: 28 Feb 2004 11:14 PST Question ID: 301508 |
I'm trying to set up a little website, www.thegizzards.net. Two problems: 1. The images show up when i do a mouseover (which i have scripted), but they do not show up when I initially bring up or refresh the pages. 2. Even though I uploaded the images to the web server, the images seem to only show up when I connect to my site using the pc I uploaded the files from. Why would this be? 3. (bonus question for extra tip) How can I get a description to pop up below the pictures when I do a mouseover? |
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
Subject:
Re: basic website question
From: jellybeans-ga on 29 Jan 2004 11:47 PST |
my two cents worth for 1. , check that the precise location/file name of the images in the source code match up to the location/file name of the images on your server. for 2. again, the path to the images in the code itself is probably not referencing the webserver, but your local machine for 3. , take the following example <img src="http://www.mysite.com/images/picture.jpg" alt="THIS IS A PICTURE"> the alt tag can display comments. Use it in the format shown above. |
Subject:
Re: basic website question
From: wengland-ga on 29 Jan 2004 12:54 PST |
Currently, your site seems to be unlisted in DNS. Perhaps you could provide the IP address so we can see the page, and the source code? Thanks! |
Subject:
Re: basic website question
From: bigsticks-ga on 29 Jan 2004 14:16 PST |
unfortunately, the host is currently down. It sounds like I should try using the absolute location of each image.... I'll see if that works |
Subject:
Re: basic website question
From: respree-ga on 29 Jan 2004 16:39 PST |
jellybeans-ga is probably right. I think you're not referencing the location of the image properly; maybe a typo in the filename or location. Also, verify the images are actually on your server. Sometimes, you 'think' files have uploaded, but the transfer fails for whatever reason. Happens to me (and probably a lot of people) all the time... |
Subject:
Re: basic website question
From: omniscientbeing-ga on 30 Jan 2004 08:15 PST |
3. (bonus question for extra tip) How can I get a description to pop up below the pictures when I do a mouseover? 1 simple way to do it would be to use Adobe Photoshop to add a description under your picture, making it part of the same image. Then when you mouseover the image, the description appears under the image with the actual image (because its part of the same image). Just an idea. omniscientbeing-ga |
Subject:
Re: basic website question
From: owain-ga on 31 Jan 2004 06:24 PST |
You shouldn't use the ALT attribute of an IMAGE tag to put a message on the status line; the ALT attribute is to provide an alternative text for text-only browsers and blind users. The IMAGE tag can take a TITLE attribute however and this is intended to be presented to the user as eg a message on the status line. Owain |
Subject:
Re: basic website question
From: webadept-ga on 09 Feb 2004 18:54 PST |
If you still need that PHP script you were looking for (the question expired), repost it and I'll make that for you. webadept-ga |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |