Re: [css-d] Border causing extra space!

2008-06-25 Thread Ian Young
> Subject: Re: [css-d] Border causing extra space! > > Ian Young wrote: > > then space is there. > > What Have I missed? > > Ian, > > Try this at the top of your style sheet: > *{margin-top:0;} > That should help. > Thanks Bill, That'

Re: [css-d] Border causing extra space!

2008-06-25 Thread Bill Brown
Ian Young wrote: > Here's one I have not come across before. > Have border around two sides of div but this causes an extra space at the > top of the div in all but IE7. > Style is border:1px solid #a71010;border-left:none;border-top:none > If I comment out border-top then extra space is gone but o

Re: [css-d] Border causing extra space!

2008-06-25 Thread Bobby Jack
ECTED]> > Subject: [css-d] Border causing extra space! > To: css-d@lists.css-discuss.org > Date: Wednesday, June 25, 2008, 3:09 PM > Here's one I have not come across before. > > > > Have border around two sides of div but this causes an > extra space at the >

[css-d] Border causing extra space!

2008-06-25 Thread Ian Young
Here's one I have not come across before. Have border around two sides of div but this causes an extra space at the top of the div in all but IE7. Style is border:1px solid #a71010;border-left:none;border-top:none If I comment out border-top then extra space is gone but of course I have the t