ChrisRChamberlain
Programmer
Hi all
Opera is vertically displacing the <FORM>...</FORM> tags in the webpage accessed through either link in this signature block.
IE, Firefox and Netscape all OK.
CSS is
HTML is
Any ideas please?
TIA
PDFcommandertm.net
PDFcommandertm.com
Opera is vertically displacing the <FORM>...</FORM> tags in the webpage accessed through either link in this signature block.
IE, Firefox and Netscape all OK.
CSS is
Code:
#searchs {
position: absolute;
top: 6px;
left: 10px;
}
#site_search_label {
font-family: Verdana, Arial, Helvetica, sans-serif;
position: absolute;
font-size:11px;
white-space: nowrap;
}
#site_search_input {
font-family: Verdana, Arial, Helvetica, sans-serif;
position: absolute;
top: -3px;
left: 70px;
font-size:11px;
white-space: nowrap;
}
#page_search_label {
font-family: Verdana, Arial, Helvetica, sans-serif;
position: absolute;
left: 200px;
font-size:11px;
white-space: nowrap;
}
#page_search_input {
font-family: Verdana, Arial, Helvetica, sans-serif;
position: absolute;
top: -3px;
left: 277px;
font-size:11px;
white-space: nowrap;
}
Code:
<div id="searchs">
<span id="site_search_label">
Site search
</span>
<span id="site_search_input">
<form name="jse_Form" action="#" onsubmit="search_form(jse_Form);return false">
<input type="text" name="d" style='font-size: 8pt' size="12" title="Search PDFcommander website">
<input type="button" value="Go " style='font-size: 8pt' onclick="search_form(jse_Form)">
</form>
</span>
<span id="page_search_label">
Page search
</span>
<span id="page_search_input">
<form name="form1" action="#" onSubmit="search(document.form1, frametosearch); return false">
<input type="text" name="findthis" style='font-size: 8pt' size="12" title="Press 'ALT s' after clicking submit to repeatedly search page">
<input type="submit" value="Go " style='font-size: 8pt' accesskey="s">
</form>
</span>
</div>
TIA
FAQ184-2483 - answering getting answered.
Chris PDFcommandertm.net
PDFcommandertm.com