I'm displaying <a> elements with CSS like this:

a.button-style
{
display: table-cell;
width: 100px;
height: 70px;
background-color: blue;
vertical-align: middle;
margin-top: 20px;
}

Works great.  However, the margin-top is ignored - I assume this is because
table-cell is not a block element.  Is there another way to create the
equivalent of margins?

Also: Is there a way to display more than one of these on the same line?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to