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 of course I have
> the top border!.
> If I write the style long hand (border-right: etc and border-bottom: etc)
> then space is there.
> What Have I missed?
> Page is temporarily at http://79.170.40.177/soloaccounts.com/test.html
> Very simple CSS is at
> http://79.170.40.177/soloaccounts.com/includes/style.css
> Cheers
> Ian

Ian,

Try this at the top of your style sheet:
*{margin-top:0;}
That should help.

Bill Brown
TheHolierGrail.com
______________________________________________________________________
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