Re: [css-d] Unwanted space around images

2005-11-03 Thread Chris Burt
Hi Jason, This might be the problem with IE displaying images inline with the text, so it saves a little space at the bottom for text descenders... Try: img {display:block}; or img {vertical-align:bottom}; -Chris On 11/3/05 10:30 AM, "Jason Bryner" <[EMAIL PROTECTED]> wrote: > Howdy, >

Re: [css-d] need to style matching anchor and form submit buttons

2005-11-03 Thread Chris Burt
Hi Linda, (from being viewed on Safari on a Mac, the Continue and Cancel buttons are different lengths, and don't line up vertically and no border) Some observations: Does it have to be a button and an anchor link? if you write the html like this: Continue Cancel so that they are both butt