Jump to content

Link images goes on top of each other?


Zebra

Recommended Posts

I'm working on: http://hvidberg.net/Martin/Zebra-Project/C-Denmark2.phpThe two images at the bottom get on top of each other - Why?The code is:

<div id="footer"><p>  <a href="http://validator.w3.org/check?uri=referer">     <img	 	 src="valid-xhtml10-bw.bmp"		 style="border:0;width:88px;height:31px"		 alt="Valid XHTML 1.0 Strict" />  </a>    <a href="http://jigsaw.w3.org/css-validator/check?uri=referer">      <img          src="vcss-bw.bmp"	  	  style="border:0;width:88px;height:31px"          alt="Valid CSS!" />  </a></p>      </div>

The CSS for that part is:

div#footer p{   background:white;   color:black;   text-align:center}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...