Not to mention
06-08-2009, 11:53 AM
I have divs, and no matter how much i try to align them to the right, they stay centered. take a look at the links.
http://www.macheteteds.com/site/
can you help with that? When i use the float tag, i get no movement and unwanted resizing and margins.
#vid {
background:url(index_files/but_out.jpg);
text-align:center;
height: 60px;
font-family: Arial;
font-size: 18px;
}
#vid:hover {
background:url(index_files/but_over.jpg);
text-align:center;
height: 60px;
font-family: Arial;
font-size: 28px;
}
and then wrapped around them is...
#links
{
background:url(index_files/but_out.jpg);
height:6o;
width: 100%;
text-align: right;
}
Its got me confused.
http://www.macheteteds.com/site/
can you help with that? When i use the float tag, i get no movement and unwanted resizing and margins.
#vid {
background:url(index_files/but_out.jpg);
text-align:center;
height: 60px;
font-family: Arial;
font-size: 18px;
}
#vid:hover {
background:url(index_files/but_over.jpg);
text-align:center;
height: 60px;
font-family: Arial;
font-size: 28px;
}
and then wrapped around them is...
#links
{
background:url(index_files/but_out.jpg);
height:6o;
width: 100%;
text-align: right;
}
Its got me confused.