Image not present and unwanted borders in Google Chrome

Hi,

I’ve recently uploaded my website which seems to work fine in Firefox and IE. However, in Chrome a border appears on my javascript slideshow. In addition, in a seperate issue, one image will not appear (again only in Chrome). A border is there and a broken link image.

The address is www.shadesofpixels.com

Please help.

Hi paccumbo. Welcome to the forums. :slight_smile:

in Chrome a border appears on my javascript slideshow.

Remove this at line 34:

img {
max-width: 100%;
[COLOR="#FF0000"]height: auto;
width: auto	9;[/COLOR]
border: none;
}

one image will not appear (again only in Chrome).

The image file is not where it is supposed to be: http://shadesofpixels.com/images/showcase/cad.jpg

Thanks so much Ralph.m. Much appreciated. The borders have disappeared I still can’t get that image to appear though. I put another image place of it which was fine. I must be doing something really silly. I’ll have another look later.

Again thanks alot.