leehinkleman
Programmer
I'm not really worried about Konqueror, but would like for a form input to center its text value in Safari, which may behave like Konqueror.
The form input is:
<input name="cgd" class="mo" type="text" size=74 value="Mouse Over River names for series details"><br>
and the style for class "mo" is
input.mo{
background:#ffffff;
color:black;
text-align:center;
font-family:verdana;
font-size:10pt;
font-weight:bold;
border:none
}
It works fine in Firefox 0.9 and IE6, but I don't know about Safari.
Thanks for your advice.
The form input is:
<input name="cgd" class="mo" type="text" size=74 value="Mouse Over River names for series details"><br>
and the style for class "mo" is
input.mo{
background:#ffffff;
color:black;
text-align:center;
font-family:verdana;
font-size:10pt;
font-weight:bold;
border:none
}
It works fine in Firefox 0.9 and IE6, but I don't know about Safari.
Thanks for your advice.