-
easy question about positions
I have a div called "menu" that is positioned relative.
This is a stripe. On this stripe I want to place the div "links" and the div "login"
"menu" will be a green stripe. I want the links positioned on it on the left, and the login on it on the far right.
How do I do this?
-
Just use a table
<div id=menu>
<table ... bgcolor=green>
<tr>
<td align=right>| <a href="" id=links>links</a> | <a href="" id=login>login</a></td>
</tr>
</table>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks