Anthony, one problem is that you declared the links as display:block.
This is correct, but in order to have the lib link appear to the right
instead of below metadata you will need to float metadata to the left.
By default, a block level element is 100% width and therefore pushes the
next element to be below it, you need it to the right and floating
metadata will allow lib to come onto the same line. The second issue is
that the images are not lining up 100%, i think this is an error in the
actual image though.
Sincerely,
Brian


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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