|
Subject:
|
Images not displaying
|
|
Posted By:
|
Penn_Clark
|
Post Date:
|
2/20/2006 5:01:18 PM
|
Good afternooon: I am creating a website using Dreanweaver. I set up a template and most subsequent pages are off of this template. When I view any page in IE all images on the page show correctly.
When a traverse to the pages in IE from the homepage by clicking on a button on the navigation bar, the images are replaced a red x.
I am confused and do not know where to negin to troubleshoot.
Please! Any assistance will be greatly appreciated.
Penn
Penn
|
|
Reply By:
|
Imar
|
Reply Date:
|
2/21/2006 4:21:41 AM
|
Can you post some of the HTML code and describe your setup in some detail? E.g. where are the images located, how do the paths to the images look like, where are the pages located etc...
Imar --------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|
|
Reply By:
|
Penn_Clark
|
Reply Date:
|
2/21/2006 10:20:20 AM
|
Imar: I appreciate you responding to my post. I figured out the problem. I had the buttons and the paths set at site root in the navigation bar. I changed that to Document and all is functioning properly.
Once again, thank you. However, I can not get the down sate of the button image to display when you navigate to a page.
Is there an easy way to do have the down image activate when you are ona particular page?
Penn
|
|
Reply By:
|
Imar
|
Reply Date:
|
2/21/2006 11:59:47 AM
|
It depends on how you set the downstate.
You could, for example, use some JavaScript that is executed on the body's onload event to set the right image.
You can also use CSS on each page to change the (background) image of the selected button.
Can you show some code for your current images?
Imar --------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|