hi all,
i want to accomplish this layout in css ONLY, NOT using tables:
[tt]
+--------------------------------------+
| +------------------+----------+|
| | <input username> | <submit> ||
| +------------------+----------+|
| | <input password> | |
| +------------------+ |
+--------------------------------------+
[/tt]
i.e., i want to have the submit button next to the first input (username)
in tables, it's a snap - is this even possible with pure css?
oh, one more thing: all of these elements are right-aligned in their parent container.
=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
i want to accomplish this layout in css ONLY, NOT using tables:
[tt]
+--------------------------------------+
| +------------------+----------+|
| | <input username> | <submit> ||
| +------------------+----------+|
| | <input password> | |
| +------------------+ |
+--------------------------------------+
[/tt]
i.e., i want to have the submit button next to the first input (username)
in tables, it's a snap - is this even possible with pure css?
oh, one more thing: all of these elements are right-aligned in their parent container.
=========================================================
-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }