Re: [css-d] fixed in IE

2008-09-20 Thread Gunlaug Sørtun
Leandro Coutinho wrote: > I use IE6, and I'm not using any doctype definition. > > what I have to do to work in IE7? No DTD means IE7 and IE6 (and IE8 and probably all future versions) fall back to a 'quirks mode' rendering pretty similar to that found in IE5.5. 'Quirks mode' means all progress i

Re: [css-d] workaround to inherited opacity

2008-09-20 Thread Rob Emenecker
Hi all, > > you could feed PNGs to Opera, FF2 and to IE7 with conditional > > commenting Just a further comment. I have put together a version using PNG32, which works with FF, IE7, Opera. I plan on adding a conditional style sheet for http://winningsportsclub.com/preview/concept2a.html

Re: [css-d] IE Clearing Bug

2008-09-20 Thread Alan Gresley
James Alvies wrote: > Hi Folks, > > I've been working on an IE clearing bug for the past 3 days and have > exhausted all my patience and knowledge of CSS. I've tried the following > fixes along with my own experimentation: > http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ >

[css-d] CSS for mobile?

2008-09-20 Thread Nitsan Bin-Nun
Hi, I have just uploaded this on my buddy's iphone: www.rakevet.net For some reason which I don't know exectly why, its look really really small (the text and the checkboxes). On my Sony Ericsson K610i it looks okay (through the Opera Mini mobile browser). Any idea how to solve this issue? Kind

Re: [css-d] clearing a CSS float

2008-09-20 Thread Ingo Chao
Bill Brown wrote: > ... > Try this: > ul, li { >list-style: none; >margin: 0; >padding:0; >} > ul { >display:inline-block; /* IE Float Clear, Part 1 */ >overflow: hidden; /* Float Clear */ >} > ul { >display:block;/* IE Float Clear, Pa

Re: [css-d] Larger Chinese characters

2008-09-20 Thread Richard Grevers
On Wed, Sep 17, 2008 at 4:17 AM, Tony Lush <[EMAIL PROTECTED]> wrote: > I would like to find a way to automagically increase the font size for > Chinese characters when interspersed with Western European characters. An > examples are at: > > http://catalog.etco.com/item.php?sku=08393&l=c (mixed) >

[css-d] Testing css in browsers

2008-09-20 Thread Andy Borka
When testing CSS in browsers, what ones should be tested and in what order? I need to narrow down the list so I don't end up testing in 30+ different ones. Also what OS are these browsers in. I heard that I should test with the following in order: 1. Safari 3.x (MAC OSX) 2. Firefox 3.x (Windows) 3

Re: [css-d] Testing css in browsers

2008-09-20 Thread Jeff Reid
From: "Andy Borka" <[EMAIL PROTECTED]> Sent: Saturday, September 20, 2008 11:02 PM Subject: [css-d] Testing css in browsers > When testing CSS in browsers, what ones should be tested and in what > order? > I need to narrow down the list so I don't end up testing in 30+ different > ones. Also wh