<style>
/* Hack for My Yahoo!, which constricts
the .yap-app div to 294px using a style
attribute. Override to 100% to make our
#hd div span the entire width of the
module container. */
.yap-app { width: 100% !important; }
</style>
<!-- Use style attributes to workaround a WebKit bug,
where dynamically inserted style tags are not
rendered unless they are in the document head,
which they won't be in My Yahoo!
NB: The .yap-app hack above won't work in WebKit
-->
<div id="ir-app" style="
font-family: Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
">
<div id="hd" style="
color: #369;
background: #d4ebe0;
padding: 5px;
border-bottom: 1px solid #ccc;
font-style: italic;
">
<h1 style="
font-size: 200%;
font-weight: bold;
display: inline;
padding-right: 5px;
letter-spacing: -1px;
margin: 0;
padding: 0;
">Shopper</h1>
<span style="
display: inline;
padding-left: 5px;
">Fast visual eBay shopping</span>
</div>
<div id="bd" style="
padding: 5px;
margin: 0;
">
<yml:form view="YahooFullView" params="canvas.php" method="GET">
<label for="q">Find: </label>
<input type="text" id="q" name="q">
<input type="submit" value="Go!">
</yml:form>
</div>
</div>