do you know if theres a code that will automatically arrange it at the far bottom right that will adjust to each users screen resolution?
im wondering if there is a css code that will let me do this hover effect

so when i hover over the link, the link slowly slide to the left, and a little image appear on the left^^
arg why does thiss happen><

code in css
CODE
a.menu
{
color:#ffffff; text-decoration: none; width: 108px; background-color:000000; padding: 0px 0px 0px 20px;
line-height: 15px; width: 100%;
}
a.menu:hover
{
color:#000000; text-decoration: none; width: 108px; background-color:ffffff; display: block; padding: 0px 0px 0px 20px; border-bottom: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000;
line-height: 15px; width: 100%;
}
{
color:#ffffff; text-decoration: none; width: 108px; background-color:000000; padding: 0px 0px 0px 20px;
line-height: 15px; width: 100%;
}
a.menu:hover
{
color:#000000; text-decoration: none; width: 108px; background-color:ffffff; display: block; padding: 0px 0px 0px 20px; border-bottom: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000;
line-height: 15px; width: 100%;
}
code for the page
CODE
<td>
<table><tr><td>
<a> Credit</a> </td><td>
<a> Past Layout</a> </td><td>
<a> Contact me</a> </td>
</tr></table></td>
<table><tr><td>
<a> Credit</a> </td><td>
<a> Past Layout</a> </td><td>
<a> Contact me</a> </td>
</tr></table></td>
i personally dont see anything wron














