html - What is the best accessible and W3C valid way to code a one simple search input box with image button? -
What is the best accessible to code a simple search input box with image buttons and W3C HTML 4.01 strict valid way
Accessible and W3C HTML 4.01 strict valid both.
& lt; Span class = "search" & gt; & Lt; Input type = "text" ... & gt; & Lt; Input type = "picture" .. & Gt; & Lt; / Span & gt;
Where they are the only non-hidden information in the form (submit-on-enter behavior).
.search {border: 1px solid silver; Display: Inline-Block;}
. Search input {limit: 0; Background: transparent;}
... search or move (-moz-) border-radius and background. Search.
Comments
Post a Comment