Re: [css-d] A few question about this media query (for retina display)...

2012-07-16 Thread Micky Hulse
Hi Georg! Thanks again for the help! Much appreciated. :) On Sun, Jul 15, 2012 at 10:24 PM, Georg gunla...@c2i.net wrote: IE8 and older don't support @mediaqueries with min/max arguments in any form, so they are shut out anyway and will need a backdoor entry or other workaround. Cool! Thanks

Re: [css-d] google web font question

2012-07-16 Thread Philip TAYLOR
Gergely Buday wrote: Hi, I have chosen Pontano Sans from the Google web font collection. On their website all Hungarian accents show right, even ő and ű, the two letter with the long double accent, which causes problems in many fonts. Now, I created a simple shell script to generate a sample

Re: [css-d] google web font question

2012-07-16 Thread Philippe Wittenbergh
Le 16 juil. 2012 à 17:48, Gergely Buday a écrit : I have chosen Pontano Sans from the Google web font collection. On their website all Hungarian accents show right, even ő and ű, the two letter with the long double accent, which causes problems in many fonts. Now, I created a simple shell

Re: [css-d] A few question about this media query (for retina display)...

2012-07-16 Thread David Laakso
David L. reported that a certain change at a certain width, did not take place on his low-end phone. I had 'screen only' in query for that width, while only 'screen' for all other widths. I changed that one query to 'screen' also, and the change took place. So ask David what version he has -

Re: [css-d] google web font question

2012-07-16 Thread Gergely Buday
When you created your set on google fonts, did you make sure to check the 'Latin Extended' checkbox? (the default is only use the 'latin' subset) When I do that, your test file works correctly. This is a stand-alone html page along the lines of

Re: [css-d] IE 6 workaround?

2012-07-16 Thread Dave J. Holloway
Did you get this fixed? Your link throws a 404. Dave Am 06.07.12 04:04, schrieb John: At this link: http://www.coffeeonmars.com/testing/index.html IE 6 has 2 major problems, that I can see. 1 is that it won't draw those entire widgets, and 2 is that the Content area crashes into the side

Re: [css-d] Public list archives...

2012-07-16 Thread Micky Hulse
On Sun, Jul 15, 2012 at 6:35 PM, Micky Hulse mickyhulse.li...@gmail.com wrote: Yah, kinda looks like something got borked. I'll try to contact someone on their end. :) Awesome! Tim at Incutio got back to me ASAP and they fixed 'er up ASAP: http://archivist.incutio.com/viewlist/css-discuss/

Re: [css-d] google web font question

2012-07-16 Thread Gergely Buday
I don't know, but there is a very odd mixture of markup in your document, and it is also not at all clear to me what role a shell script has to play in this (f you're producing HTML, why not either an HTML editor or a text editor ?). I wanted to get a list of headlines and paragraphs with

Re: [css-d] Responsive images not scaling down

2012-07-16 Thread Tedd Sperling
On Jul 15, 2012, at 5:45 PM, Gates, Jeff gat...@si.edu wrote: Two images on a page don't seem to be resizing as they should when I reduce the viewport. The page in question is http://www.outtacontext.com/wp2/about/past7/ -nip- Can someone tell me why the images aren't scaling down?

[css-d] float breaks borders

2012-07-16 Thread Gergely Buday
Hi there, the following html/css code works, a gray line appears on the left and right: html head style type=text/css media=screen !-- div#container { width: 800px; margin-left: auto; margin-right: auto; } div#headline {

Re: [css-d] float breaks borders

2012-07-16 Thread David Laakso
On Mon, Jul 16, 2012 at 11:15 AM, Gergely Buday gbu...@gmail.com wrote: Now, if I use float at div#text and div#sidebar the sidebar column goes to the right of the text colum (good), but the gray borders disappear (bad): - Gergely Try: div#main{overflow:hidden;}/* add to enclose and clear

Re: [css-d] float breaks borders

2012-07-16 Thread David Laakso
On Mon, Jul 16, 2012 at 11:58 AM, David Laakso laakso.davi...@gmail.com wrote: On Mon, Jul 16, 2012 at 11:15 AM, Gergely Buday gbu...@gmail.com wrote: Error correction: div#sidebar{ idth: 120px;border:1px solid red;float: right; /*margin-left: 20px;delete */} Should read: div#sidebar{width:

Re: [css-d] float breaks borders

2012-07-16 Thread David Laakso
Sorry for the noise! I am having a bad day: Should read: div#sidebar{width:120px;border:1px solid red;float:right;} -- Chelsea Creek Studio http://ccstudi.com __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] A few question about this media query (for retina display)...

2012-07-16 Thread Micky Hulse
On Mon, Jul 16, 2012 at 2:39 AM, David Laakso laakso.davi...@gmail.com wrote: So ask David what version he has - I Cc'd him. Android/2.3.6 [low-end touch screen] Awesome! Thanks so much David, Philippe and Georg! You folks are life savers. :) I owe you guys (many) one(s). Hopefully one of