This is a discussion on "Alt tag on image" within the Web Page Design section. This forum, and the thread "Alt tag on image are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Alt tag on image
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Alt tag on image
Hi,
I just wondered if somebody could help me with a problem im getting on my website. I currently have a banner/logo image at the head of my pages but the alt tag is displaying over the image even though the image is viewable, and I have checked by asking friends if they can see the image and they say they can. The code im using is as follows: *CSS* img.gecko { height: 81px; width: 510px; float: center; background-image: url('http://www.surfthegecko.com/images/logo/logo.png'); } *XHTML* <div id="top"> <img class="gecko" alt="Website logo/banner" title="Website Banner" /> <h1 class="top">Surfthegecko - Just a little fun!</h1> </div> if you want to check out the site to see for yourselves then go to surfthegecko.com . Any help would be much appreciated, I have a feeling it might well be todo with the fack that I have set it as a background image and then when I have called the class I have just taked on alt/title tags at the end, but im not too sure. Thanks in advance and a Happy new year to all Nick |
|
|
|
#2
|
|||
|
|||
|
Re: Alt tag on image
Browsers are looking for the src="" and you have none
|
|
#3
|
|||
|
|||
|
Re: Alt tag on image
ah many thanks, working perfectly now.
It is so obvious now. Cheers Nick |
![]() |
| Tags |
| alt, tag, image |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Treating an image with <div> tags like a normal image | mikeym | Web Page Design | 2 | Mar 1st, 2008 15:28 |
| [SOLVED] multiple image rollover not restoring image | snappy | JavaScript Forum | 4 | Nov 5th, 2007 14:38 |
| Image gallery not displaying enlarged image | AdRock | PHP Forum | 15 | Sep 1st, 2006 11:31 |
| Background image overlaping footer image at bottom of div | lw_d | Web Page Design | 4 | Mar 21st, 2006 00:27 |
| how can i create a wireframe image from a solid image of som | benbacardi | Graphics and 3D | 5 | May 22nd, 2004 11:05 |