I use my & lt; I am using the
Tag with the image of my website: text-indent
technology to replace h1 / & gt;
& lt; H1 title = "homepage" & gt; My logo & lt; / H1>
CSS:
#header h1 {float: left; Background: Transparent url ('../ images / logo.png'); Width: 214px; Height: 64px; Text indent: -9999 pixels; }
The only problem is that I still want to do a new image work as a hyperlink. I tried to do this:
& lt; H1 headline = "homepage" & gt; & Lt; A href = "#" & gt; My logo & lt; / A & gt; & Lt; / H1>
But since this is being indented, there is also a link. I wanted to know how anyone has to do this and still have any suggestions on valid XHTML.
Edit I want to do it in a way that is accessible to users from the screen reader, which I have read, from display: any
Some readers will not work with
Comments
Post a Comment