Home » Developing U++ » U++ Developers corner » Trouble with SizePos...
Re: Trouble with SizePos... [message #34520 is a reply to message #34517] |
Sat, 26 November 2011 18:37   |
|
This works fine for me (in chromium 17):
<span style="position:absolute;">label</span>
<input type="text" style="position:absolute;margin-left:10em;left:0;right:0;" name="firstname" />
If it causes some problems in other browsers, possible workaround might be to use layers ("z-index" in CSS), butit should not be necessary.
Honza
PS: Actually, specifying both left and right seems to work too:<span style="position:absolute;">label</span>
<input type="text" style="position:absolute;left:10em;right:0;" name="firstname" />
[Updated on: Sat, 26 November 2011 18:44] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Tue Aug 26 14:52:39 CEST 2025
Total time taken to generate the page: 0.06033 seconds
|