Re: [css-d] DocType on page question.

2008-10-17 Thread David Dorward
2008/10/16 Gunlaug Sørtun <[EMAIL PROTECTED]>: > Only IE (and the validator) needs a doctype... > """ IE is the only browser I'm avare of that makes a clear distinction between what it supports in which mode. """ The author clearly didn't do

Re: [css-d] Safari problem?

2008-10-17 Thread Philippe Wittenbergh
On Oct 17, 2008, at 8:24 AM, Dave Pierce wrote: > Aforementioned client got in touch, and a web site they have has > gotten messed up somehow, and nobody knows why...including me. > The HTML is good, except in the Flash insert section, and the CSS is > OK too, except where there's no colors given

Re: [css-d] DocType on page question.

2008-10-17 Thread Gunlaug Sørtun
David Dorward wrote: > 2008/10/16 Gunlaug Sørtun <[EMAIL PROTECTED]>: >> Only IE (and the validator) needs a doctype... >> > > """ IE is the only browser I'm avare of that makes a clear > distinction between what it supports in which mode. ""

[css-d] IE6 flicker bug - can't seem to fix it

2008-10-17 Thread Mark Senff
Hey all, I'm in the process of creating a "standard base" 4-level Suckerfish menu that is 100% compatible with FF, IE6/7/8, Opera and Safari (Win). (for the sake of argument, let's not go into details why other browsers should be supported too. this is what's on my plate for now) that I

Re: [css-d] IE6 div border problem

2008-10-17 Thread Gunlaug Sørtun
Brett wrote: > ... As soon as the page is scrolled in IE, the div border breaks (has > gaps), but the clearing element at the bottom has a complete border. > Is there some trick that can fix this in IE? Yes, add a 'hasLayout'[1] trigger to the div. div#your-id {height: 1%;} ...usually works fi

Re: [css-d] IE6 flicker bug - can't seem to fix it

2008-10-17 Thread Gunlaug Sørtun
Mark Senff wrote: > To see the error in action, you will need to change your IE6 > settings: Tools - Internet Options - Temporary Internet Files > Settings - Every visit to the page Info: regards Georg -- http://www.gunlaug.no ___

Re: [css-d] IE6 div border problem

2008-10-17 Thread Brett
Georg, Thanks, that worked great. And thanks for taking the time to answer. Best, Brett __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List po

Re: [css-d] Sarari Problem?

2008-10-17 Thread Dave Pierce
On Oct 17, 2008, at 8:24 AM, Dave Pierce wrote: >> Aforementioned client got in touch, and a web site they have has >> gotten messed up somehow, and nobody knows why...including me. >> The HTML is good, except in the Flash insert section, and the CSS is >> OK too, except where there's no colors g

Re: [css-d] IE6 flicker bug - can't seem to fix it

2008-10-17 Thread Mark Senff
--- On Fri, 10/17/08, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Info: I know that page, and under "WORKAROUNDS" it does list the following: "Update September 2006 - Thanks to Dan Popa, a javascript workaround using an undocumented parameter in a

[css-d] IE6 div border problem

2008-10-17 Thread Brett
I have a long div with a border, which contains floated ul li elements. I have a clearing element after the last li element, so the div will expand to contain the floated elements, and the border will will surround everything. It all works well in FF, Safari, and Opera, and even works initially i

Re: [css-d] IE6 flicker bug - can't seem to fix it

2008-10-17 Thread Gunlaug Sørtun
Mark Senff wrote: > I applied the JS fix (as described in my original post) but that > didn't seem to work (the JS file IS being called, I'd say??). Or > were you referring to another specific part of that page? > > Server configuration is not possible, by the way. I see it as an "end-user

Re: [css-d] IE6 flicker bug - can't seem to fix it

2008-10-17 Thread Mark Senff
--- On Fri, 10/17/08, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > In my book: if end-users don't know how to set preferences in their > own browser so it works for them, or deliberately set them so their > browser works badly, then there's nothing I can or will do other > than to tell those who as

[css-d] float covers margin

2008-10-17 Thread Jack Bates
I am trying to float an image to the left of some paragraphs of text which include a list: http://campcoop.com/ When the image is *not* floated to the left, the list is nicely indented (in Firefox 3, the has 40px left padding). However when the float is adjacent to the list, it is not indented a

[css-d] Text-Align:Center Not Completely Centered

2008-10-17 Thread Chris Akins
Page and CSS: http://www.springfieldmo.gov/newSite/sfd/galleries/photo1/pages/BobCumley-1.html http://www.springfieldmo.gov/newSite/css/gallery.css There's also a reset.css file, but it doesn't have any positioning info in it that should be pertinent. On this page all I want is the content in

Re: [css-d] Text-Align:Center Not Completely Centered

2008-10-17 Thread David Laakso
Chris Akins wrote: > Page and CSS: > > http://www.springfieldmo.gov/newSite/sfd/galleries/photo1/pages/BobCumley-1.html > http://www.springfieldmo.gov/newSite/css/gallery.css > > > On this page all I want is the content in > to be centered. > > Chris A. > Try: .textpadderC h1 {clear:both;mar

Re: [css-d] Sarari Problem?

2008-10-17 Thread Philippe Wittenbergh
On Oct 18, 2008, at 1:52 AM, Dave Pierce wrote: >> *html #left p, #right p, #main p {padding-top: 1em;} >> ... > > ... > > Yeah, that was the Tan hack from a-way back The Tan hack: * html selector {} What you had in your stylesheet: *html selector {} Note the lack of a space between the * (u