Re: [css-d] Resend: margin-left 200px fails in IE7 for a 2 column float fluid layout

2009-07-25 Thread Alan Gresley
Philippe Wittenbergh wrote: On Jul 24, 2009, at 10:51 PM, Don Spark wrote: I probably have a basic IE browser bug affecting floats and or margins. It would be great to get a fix for this (#1.) margin-left 200px not working in MSIE7(5.5 and 6 too) and identify the bug so I understand it

Re: [css-d] background-color : transparent; showing up as white in ie6 7 and AOL 9.1

2009-07-25 Thread Sandy
http://www.uoguelph.ca/mcb/test/index.shtml http://www.uoguelph.ca/mcb/test/css/mcb2009.css http://www.uoguelph.ca/mcb/test/css/ie6-hacks.css http://www.uoguelph.ca/mcb/test/css/ie7-hacks.css One problem remains, as far as I can see - that's the white border on the #globalnav. I think that is

Re: [css-d] css-d Digest, Vol 80, Issue 15 (Is there such a thing as a sub class (in css not society))

2009-07-25 Thread Chris Price
css-d-requ...@lists.css-discuss.org wrote: 16. Re: Is there such a thing as a sub class (in css not society) (David Dorward) You can combine multiple classes selectors too: .comment.wide { } But support is lacking in IE6 Thanks David. That was just what I was looking for. I'll deal

Re: [css-d] Icky image edges: resolution, sizing

2009-07-25 Thread Barry Woolgar
Hello [quote=Tim] IE6 doesn't support PNG transparency... [/quote] Whenever I've needed full PNG support for a project I've used the fix available at http://www.twinhelix.com/css/iepngfix/. Applied via targeted conditional CSS I've found it very effective. Hope that helps Barry

[css-d] stand-down :: peekaboo?

2009-07-25 Thread David Laakso
Repeatedly clicking the digit navigation /or/ the images will eventually throw a blank page. Reload will bring back the page and its content. Reproducible always in: Browser: IE/6.0 OS: Mac 10.4 Parallels XP (standalone and ieTester) PC XP (standalone and ieTester) uri

Re: [css-d] stand-down :: peekaboo?

2009-07-25 Thread MEM
Repeatedly clicking the digit navigation /or/ the images will eventually throw a blank page. Reload will bring back the page and its content. Reproducible always in: Browser: IE/6.0 OS: Mac 10.4 Parallels XP (standalone and ieTester) PC XP (standalone and ieTester) uri

[css-d] question on fix for IE6 min-width issue

2009-07-25 Thread David Butler
I recently added an javascript expression to an IE6-specific style sheet to fix the min-width issue (www.acrightsize.com). Of the many solutions I found, I used this one: http://www.visibilityinherit.com/code/ie6-min-max-height-width.php The author describes a special version for the body

Re: [css-d] stand-down :: peekaboo?

2009-07-25 Thread David Laakso
MEM wrote: Repeatedly clicking the digit navigation /or/ the images will eventually throw a blank page. Reload will bring back the page and its content. Reproducible always in: Browser: IE/6.0 OS: Mac 10.4 Parallels XP (standalone and ieTester) PC XP (standalone and ieTester) uri

Re: [css-d] Resend: margin-left 200px fails in IE7 for a 2 column float fluid layout

2009-07-25 Thread Don Spark
Thanks all, Alan Gresleya...@css-class.com wrote: Don, I think this may fix your layout but be warned, adding hasLayout may cause other issues. *+html #content {height:1%;} /* fix for IE7 */ * html #content {height:1%;} /* fix for IE6- */ This fix did not change solved the positioning

Re: [css-d] question on fix for IE6 min-width issue

2009-07-25 Thread G.Sørtun
David Butler wrote: body { width:expression(d=document.compatMode==CSS1Compat? documentElement:document) (d.clientWidth501?500px:auto);} What does the first part of this expression accomplish? You mean the part of the expression that checks if IE6 is in standard mode (CSS1 compatibility

Re: [css-d] background-color : transparent; showing up as white in ie6 7 and AOL 9.1

2009-07-25 Thread Philippe Wittenbergh
On Jul 26, 2009, at 3:09 AM, Sandy wrote: I didn't realize that there is a colour code for transparent! Do you happen to know the hex? http://www.w3.org/TR/css3-color/#transparent It cannot be translated to hex (hex cannot express transparency). As the spec mentions, it is functionally

Re: [css-d] serious site issues-cont'd

2009-07-25 Thread David Laakso
Lisa Wilcox wrote: Group, http://www.webgirlwebdesigns.com/testing/StPaulsv1/index.html In IE 8 also on some of the three column pages, everything shifts to the left and doesn't center. Thanks Lisa On this specific page: