Stefan,

on Thursday, February 2, 2006 at 16:06 Stefan Witte wrote:

> On the following site, the image
> http://www.motionedmedia.com/projects/vakantiehuisjefrankrijk/img/kaart_frankrijk.gif,
> does not show in IE on the site:
> http://www.motionedmedia.com/projects/vakantiehuisjefrankrijk/waaromnades.php,
> while FF has no problems.

I guess it's a problem with your HTML:

<div id="imglink"><a href="index.php?page=waaromnades2"><img 
src="img/kaart_frankrijk.gif" border="0"></img></a></div>

try:

<div id="imglink"><a href="index.php?page=waaromnades2"><img 
src="img/kaart_frankrijk.gif" alt="kaart van frankrijk" /></a></div>

or similar (my dutch isn't the best ;-) ), but you should provide an
alt text for accesibility reasons and because it's mandatory and it
woulb be better to get rid of the border by css:

#imglink a img { border: none; }

regards

  Martin

 



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to