Re: [css-d] mobile site issue

2011-05-26 Thread Alex Mitchell
http://mobile.peacecereal.com/about.php 1. why can I not get the three content elements to be right against each other? I have a container element and 3 div elements within it: header, content, footer. There is a background image for the content so it is important that header and footer

Re: [css-d] Fwd: Trying to find active state

2011-05-26 Thread Jukka K. Korpela
26.05.2011 8:40, Chris Blake wrote: http://blakeys.com/index.php/profile I would like the current / active title to be a colour. I have managed to find the tag to make hover work: #page div.whitespace div.yoo-accordion dt span.header-r:hover{ color: red; } but :active doesn't seem to work.

Re: [css-d] mobile site issue

2011-05-26 Thread Philippe Wittenbergh
On May 26, 2011, at 9:32 AM, Greg Wilker wrote: http://mobile.peacecereal.com/about.php For the life of me I can not figure out two issues: 1. why can I not get the three content elements to be right against each other? I have a container element and 3 div elements within it: header,

Re: [css-d] PNG; apply class in stylesheet?

2011-05-26 Thread Tom Livingston
!--[if lt IE 7 ] script src=js/libs/dd_belatedpng.js/script scriptDD_belatedPNG.fix('img, .png_bg'); // Fix any img or .png_bg bg-images. Also, please read goo.gl/mZiyb /script ![endif]-- [1] http://html5boilerplate.com/ [2] http://www.dillerdesign.com/experiment/DD_belatedPNG/ [3]

Re: [css-d] PNG; apply class in stylesheet?

2011-05-26 Thread Michael Stevens
So, I've been using the AlphaImageLoader for years. Was the transparent PNG issue resolved in IE7? I noticed in DD_belatedPNG code there's an if targeting IE6 only but I didn't think it was fixed until like IE8... Mike -Original Message- From: Tom Livingston [mailto:tom...@gmail.com]

Re: [css-d] PNG; apply class in stylesheet?

2011-05-26 Thread Barney Carroll
On 26 May 2011 14:53, Michael Stevens bigm...@bigmikes.org wrote: I didn't think it was fixed until like IE8... No, this is tried and tested. You can check this by loading up IE8 or 9, hitting F12, and changing the Browser Mode (the furthest rightward item in the dev tools menu) to IE7.

[css-d] float drop in webkit with CSS3 multiple columns

2011-05-26 Thread Joergen W. Lang
Dear all, I am trying to cook up an example of the CSS3 multiple columns layout module with a floated image in the text. Test page is here: http://www.joergen-lang.com/test/multicol.html This works fine in recent FFs. Chrome seems to eat the line above the image. Safari drops the floated

Re: [css-d] float drop in webkit with CSS3 multiple columns

2011-05-26 Thread David Laakso
On 5/26/11 10:53 AM, Joergen W. Lang wrote: I am trying to cook up an example of the CSS3 multiple columns layout module with a floated image in the text. Test page is here: http://www.joergen-lang.com/test/multicol.html This works fine in recent FFs. Chrome seems to eat the line above

[css-d] CSS stylesheet with Google fonts doesn't validate?

2011-05-26 Thread Steve Caramia
I'm trying Google fonts for the first time. Looks wonderful in everything except (mac) Firefox 3.5 and 3.6, really big in IE7, and (win) FF3.6 and 4, and IE7. I tried asking FF, but the chat volunteer said if the CSS doesn't validate (which it doesn't), then fix it. It validates only when

Re: [css-d] CSS stylesheet with Google fonts doesn't validate?

2011-05-26 Thread Gerhard Hoogterp
On Thursday 26 May 2011 21:00:26 Steve Caramia wrote: I'm trying Google fonts for the first time. Looks wonderful in everything except (mac) Firefox 3.5 and 3.6, really big in IE7, and (win) FF3.6 and 4, and IE7. I tried asking FF, but the chat volunteer said if the CSS doesn't validate

[css-d] CSS stylesheet with Google fonts doesn't validate?

2011-05-26 Thread Steve Caramia
Not really.. The google code is css3 and the w3c validator checks for 2.1. If you change the profile=css21 in the validator url to profile=css3 it will validate.. Gerhard Yes, I tried. But it still comes back with an error. I tested just this: body { font: 65%/1.4 PT Sans

Re: [css-d] CSS stylesheet with Google fonts doesn't validate?

2011-05-26 Thread Tim Climis
On Thursday, May 26, 2011 7:31:25 pm Steve Caramia wrote: Line 3, of course, is font: 65%/1.4 PT Sans Trebuchet MS, Arial, Helvetica, sans-serif; Again, if I delete PT Sans, if validates just fine.One step forward. 3/5ths of a step back. There should be a comma between PT

Re: [css-d] CSS stylesheet with Google fonts doesn't validate?

2011-05-26 Thread Steve Caramia
On May 26, 2011, at 4:52 PM, Tim Climis wrote: On Thursday, May 26, 2011 7:31:25 pm Steve Caramia wrote: Line 3, of course, is font: 65%/1.4 PT Sans Trebuchet MS, Arial, Helvetica, sans-serif; Again, if I delete PT Sans, if validates just fine.One step forward. 3/5ths of a step back.

Re: [css-d] CSS stylesheet with Google fonts doesn't validate?

2011-05-26 Thread David Laakso
On 5/26/11 8:07 PM, Steve Caramia wrote: Holy crap. It's always the punctuation!! Thank you both! FYI, it validated for CSS 2.1, too. http://geekosystemscom.ipage.com/ Now on to making it readable. But then that's off-topic...

Re: [css-d] float drop in webkit with CSS3 multiple columns

2011-05-26 Thread Philippe Wittenbergh
On May 26, 2011, at 11:53 PM, Joergen W. Lang wrote: I am trying to cook up an example of the CSS3 multiple columns layout module with a floated image in the text. Test page is here: http://www.joergen-lang.com/test/multicol.html This works fine in recent FFs. Chrome seems to eat the

Re: [css-d] CSS stylesheet with Google fonts doesn't validate?

2011-05-26 Thread david
Steve Caramia wrote: And the Error in Firefox when I try the page says this: Warning: Expected end of value but found 'Trebuchet MS'. Error in parsing value for 'font'. Declaration dropped. Source File: