Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<html>
<body>
<input type="text" size="50" id="textField" style='cursor: url("[URL unfurl="true"]http://www.ci.san-pablo.ca.us/main/virtual_tour/graphics/zoomin.gif"),url("http://www.ci.san-pablo.ca.us/main/virtual_tour/graphics/zoomin.gif"),auto;'/>[/URL]
</body>
</html>
<input type="text" size="50" id="textField" style="background-image:url(file:name.jpg)"/>
<div id="srchcontainer">
<input type="text" id="srch" name="srch" />
</div>
#srch {
width:150px;
margin-right:5px;
border:none;
background-color:#fff;
}
#srchcontainer {
width:170px;
background-image:url(images/15pxMagImg.gif) right center no-repeat;
}
If you add overflow:hidden; to the input element, that will take care of _some_ of those browsers (like Firefox. IE is again on it's own here). But you are correct BillyRayPreachersSon
Yes, but maybe is not alone.Foamcow said:In fact it's not even necessarily an extra element since the input element should be within a block level element anyway.