Ele wrote:
I've tried this solution and it seems to work:
>
> div.pinkbar1 {
> padding: 0; /* and height, color, background... you choose */
> }
>
> div.pinkbar1 ul {
> margin: 0;
> padding: 0;
> /* whatever else */
> }
>
> div.pinkbar1 li {
> margin: 0;
> line-height: 29px; /* the same height you chose for div.pinkbar1 */
> vertical-align: center; /* it works only if you specify a line-height

Thankyou Ele,
That has worked perfectly.  I hadnt learned about the vertical alignment as 
yet.
Regards
Fiona 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to