[EMAIL PROTECTED] wrote:
http://www.qrow.com/home.php

<div id="banner">

<a href="home.php" style="display: block;height: 198px;width:700px"></a>
</div>

For accessibility reasons (and, heck, common sense) you should never have a completely empty link element. If anything, you could use a span or similar within it, and visually move it out of the viewport


<a href="blah"><span>this is the link text</span></a>

with (in this case...you obviously would want to be specific with an id or class)

a { display: block; background: url(/path/to/your/image) no-repeat top left; width: 700px; height: 198px; }
a span { display: block; text-indent: -999em; }


--
Patrick H. Lauke
_____________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to