Re: [css-d] Cross-browser problem: IE

2008-11-21 Thread Alan Gresley
Linden A. Mueller wrote: > Gunlaug, > > I sincerely appreciate your detailed answers. Can I ask you a few > questions in order to further my understanding of the IE problem? > Thanks in advance. > > Re: the CSS file with the comments: > > * Could you explain or point me to a site that clearly ex

Re: [css-d] Cross-browser problem: IE

2008-11-21 Thread Gunlaug Sørtun
Linden A. Mueller wrote: > * Could you explain or point me to a site that clearly explains the > collapsing margins thing? Don't know how "clear" you'll find the explanation here... ...but it is the official version. To expand on the solu

Re: [css-d] Cross-browser problem: IE

2008-11-21 Thread Linden A. Mueller
Gunlaug, I sincerely appreciate your detailed answers. Can I ask you a few questions in order to further my understanding of the IE problem? Thanks in advance. Re: the CSS file with the comments: * Could you explain or point me to a site that clearly explains the collapsing margins thing? * "IE6

Re: [css-d] Cross-browser problem: IE

2008-11-21 Thread Gunlaug Sørtun
Linden A. Mueller wrote: > I have tested my page in all major browsers and it works perfectly in > all of them except for IE (I've tested in IE7). Instead of a nice, > flat horizontal nav bar, it looks likes steps in IE. See it here: > http://lindenamueller.com > > Is this a hasLayout problem?

Re: [css-d] Cross-browser problem: IE

2008-11-21 Thread Alyda Gilmore
; To: Kevin Evans <[EMAIL PROTECTED]> > Cc: > Subject: Re: [css-d] Cross-browser problem: IE > > On Fri, Nov 21, 2008 at 18:26, Kevin Evans <[EMAIL PROTECTED]> wrote: >> And you don't need the bold in the links, you can do that in CSS. >> >> You shoul

Re: [css-d] Cross-browser problem: IE

2008-11-21 Thread Linden A. Mueller
On Fri, Nov 21, 2008 at 18:26, Kevin Evans <[EMAIL PROTECTED]> wrote: > And you don't need the bold in the links, you can do that in CSS. > > You should do all that in the CSS. > > Also you should ot some CSS and apply it to the a tag, not the b tag. I think perhaps because of the type on the abov

Re: [css-d] Cross-browser problem: IE

2008-11-21 Thread Kevin Evans
And you don't need the bold in the links, you can do that in CSS. You should do all that in the CSS. Also you should ot some CSS and apply it to the a tag, not the b tag. #point li a:hover b, #point li a.current b, #point2 li a:hover b, #point2 li a.current b { display:block; flo

Re: [css-d] Cross-browser problem: IE

2008-11-21 Thread Kevin Evans
Hey Linden, From the brief look, you have the at the very top of the code; I recall this points IE in quirks mode. YOu have a CSS validation error too: http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A%2F%2Flindenamueller.com%2F On Nov 21, 2008, at 12:08 PM, L

[css-d] Cross-browser problem: IE

2008-11-21 Thread Linden A. Mueller
I have tested my page in all major browsers and it works perfectly in all of them except for IE (I've tested in IE7). Instead of a nice, flat horizontal nav bar, it looks likes steps in IE. See it here: http://lindenamueller.com Is this a hasLayout problem? I'd like to understand why this is happe