Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1792
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

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

 
Read Message
Read Message
Read Message
Previous Topic: Little experiment compiling to function pointer calls...
Next Topic: Development ToDo finalized
Goto Forum:
  


Current Time: Tue Aug 26 14:52:39 CEST 2025

Total time taken to generate the page: 0.06033 seconds