|
Posted by ojorus on 04/13/07 11:23
Hi! Thanks for your reply.
However, this is not what I am looking for. A "hidden" field would not be
possible to write anything into.
What I want is to place f.eks <input type="text"> on top of some graphic or
background color, without seeing the borders of the input element. This code
works fine in IE, Firefox, Opera, but in Safari you will se the borders of
the element, which I want to get rid of. Is that possible?
<body bgcolor="#0000FF">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#ffffff">
<input type="text" name="email" border="0" valign="center" value=""
style="height: 16px; width: 190px; border:none; border-color:#FFFFFF;
border-style:hidden; outline-style:hidden; border: 0px; margin:0px;
padding:0px " />
</td>
</tr>
</table>
</body>
http://www.ojorus.net/test/test2.html
"Jukka K. Korpela" <jkorpela@cs.tut.fi> skrev i melding
news:cqJTh.35506$dX5.19302@reader1.news.saunalahti.fi...
> Scripsit ojorus:
>
>> I have an input-element (ex a text field), and I want it to be
>> completely invisible.
>
> <input type="hidden">
>
> It's difficult to guess whether that's what you really need, but it surely
> makes an input element invisible.
>
> (Well, on some browsers it may oddly affect vertical spacing in special
> circumstances, and clever users have their ways of making invisible things
> visible, but the former can be prevented by simple testing and tuning and
> the latter is inevitable anyway.)
>
> --
> Jukka K. Korpela ("Yucca")
> http://www.cs.tut.fi/~jkorpela/
Navigation:
[Reply to this message]
|