Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

background and images

Status
Not open for further replies.

coin

Technical User
Oct 5, 2001
5
US
I am trying to write my first web site. I am having problems with my images. Fist the background, images, and buttons looks fine when I use F12 (browserIE)but as soon as I link to one of my other pages I lose them all. The background is gone and all the images and buttons come up with the cell box outlines with a red x in the corners. For the background I have no color chosen so it is not due to transparent pixels (I think). My image files are in the same folder as the htm files, and I have no spaces in the file names. I have not yet tested this on any other browsers.

Here is the background code line:
<body background=&quot;/designs/check_ogo.png&quot; text=&quot;#000000&quot; link=&quot;#0066FF&quot; vlink=&quot;#9966CC&quot; alink=&quot;#993399&quot; bgproperties=&quot;fixed&quot;>

I am letting DW write the code for the most part, the only thing I added was the &quot;fixed&quot; attribute. The problem existed before I added this and still exists since.

Here is one of my button code lines: (its a rollover image):
<td height=&quot;50&quot; valign=&quot;top&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Contact','','/designs/contact_coin_gold.png',1)&quot;><img name=&quot;Contact&quot; border=&quot;0&quot; src=&quot;/designs/contact_coin.png&quot; width=&quot;90&quot; height=&quot;90&quot;></a></td>

The site is not currently at a URL only on my computer.
 
i think you're problem might with the .png extension, why not convert the file to a .gif or .jpg image?? I have not failed; I merely found 100,000 different ways of not succeding...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top