Re: [css-d] odd left margin in IE - solved

2007-02-03 Thread ~davidLaakso
Bob Meetin wrote: > Neal, David, > > Yes - the bug - just had to be a bug. This one. I added an if_ie > statement and it is now workable for both IE and FF. > > Thanks to both of you, Bob > > > ~davidLaakso wrote: > >> Bob Meetin wrote: >> >> >>> See: www.dottedi.biz/testpage.html >

Re: [css-d] odd left margin in IE - solved

2007-02-03 Thread Bob Meetin
Neal, David, Yes - the bug - just had to be a bug. This one. I added an if_ie statement and it is now workable for both IE and FF. Thanks to both of you, Bob ~davidLaakso wrote: > Bob Meetin wrote: > >> See: www.dottedi.biz/testpage.html >> >> The page and CSS are self-contained. Looks

Re: [css-d] odd left margin in IE

2007-02-03 Thread ~davidLaakso
Bob Meetin wrote: > See: www.dottedi.biz/testpage.html > > The page and CSS are self-contained. Looks fine in Firefox, but in IE, > the upper divs are pushed over several pixels exposing the background > color. The CSS for these 3 ID's has height set. > > -Bob > Try: * html #left_column {

Re: [css-d] odd left margin in IE

2007-02-03 Thread neal
Shot in the dark here but this may be the problem http://www.positioniseverything.net/explorer/doubled-margin.html > See: www.dottedi.biz/testpage.html > > The page and CSS are self-contained. Looks fine in Firefox, but in IE, > the upper divs are pushed over several pixels exposing the backgrou

[css-d] odd left margin in IE

2007-02-03 Thread Bob Meetin
See: www.dottedi.biz/testpage.html The page and CSS are self-contained. Looks fine in Firefox, but in IE, the upper divs are pushed over several pixels exposing the background color. The CSS for these 3 ID's has height set. The CSS is like: #right_header_upper { border-bottom: 1px solid whi