[WSG] What is the best solution for IE6 png issue?

2008-08-01 Thread sri ni
Hi All, What is the best *solution *for IE6 PNG issue? -- Thanks, Srini Perumal *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL

Re: [WSG] What is the best solution for IE6 png issue?

2008-08-01 Thread Tijmen Smit
This solution works fine for me - http://24ways.org/2007/supersleight-transparent-png-in-ie6 Regards, Tijmen On Fri, Aug 1, 2008 at 8:32 AM, sri ni [EMAIL PROTECTED] wrote: Hi All, What is the best *solution *for IE6 PNG issue? -- Thanks, Srini Perumal

Re: [WSG] What is the best solution for IE6 png issue?

2008-08-01 Thread Matthew Pennell
On Fri, Aug 1, 2008 at 1:08 PM, Tijmen Smit [EMAIL PROTECTED] wrote: This solution works fine for me - http://24ways.org/2007/supersleight-transparent-png-in-ie6 Another recent one here: http://labs.unitinteractive.com/unitpngfix.php -- - Matthew

[WSG] Anya Gerasimchuk is out of the office.

2008-08-01 Thread AGerasimchuk
I will be out of the office starting 08/01/2008 and will not return until 08/04/2008. I will respond to your message when I return. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] Inline style works but css does not

2008-08-01 Thread David Dorward
On 1 Aug 2008, at 16:22, Michael Horowitz wrote: but this does not .small { font-size:8x; } x isn't a unit. -- David Dorward http://dorward.me.uk/ http://blog.dorward.me.uk/ *** List Guidelines:

Re: [WSG] Inline style works but css does not

2008-08-01 Thread Al Sparber
From: Michael Horowitz [EMAIL PROTECTED] Interesting this works select style= font-size: 8px name=cruiseline but this does not select class=small name=month .small { font-size:8x; } 8x is a typo? -- Al Sparber - PVII http://www.projectseven.com Automated Menu Systems | Galleries |

Re: [WSG] Inline style works but css does not

2008-08-01 Thread Hassan Schroeder
Michael Horowitz wrote: Interesting this works select style= font-size: 8px name=cruiseline but this does not select class=small name=month .small { font-size:8x; } Interesting how? Typos usually /don't/ work, in my experience :-) -- Hassan Schroeder -

RE: [WSG] Inline style works but css does not

2008-08-01 Thread David Fuller - magickweb
Come on everyone don't give Michael too hard a time, we ALL typo from time to time and wonder why it won't work... Its just part n parcel of the coding world... David Fuller Developer magickweb Web:http://www.magick.com.au Tel: 0434 728 267 Email:

Re: [WSG] Inline style works but css does not

2008-08-01 Thread Hassan Schroeder
David Fuller - magickweb wrote: Come on everyone don't give Michael too hard a time, we ALL typo from time to time and wonder why it won't work... Its just part n parcel of the coding world... True enough, but when something doesn't work running it through a validator (or even an intelligent

RE: [WSG] Inline style works but css does not

2008-08-01 Thread David Fuller - magickweb
I agree with you there however I have been known (usually when im half dead from coding too long) to look @ a misplaced space or + or whatever, and wonder why it wont work ... Anyway meh its all good. Speaking of intelligent editors... What do you all prefer?? Myself I am a Dreamweaver fan...

Re: [WSG] Inline style works but css does not

2008-08-01 Thread Gregorio Espadas
I use Bluefish under Linux, my every day system. In Windows, I use phpDesigner 2008. Gregorio Espadas http://espadas.com.mx On Fri, Aug 1, 2008 at 11:36 AM, David Fuller - magickweb [EMAIL PROTECTED] wrote: ... Speaking of intelligent editors... What do you all prefer?? Myself I am a

Re: [WSG] Inline style works but css does not

2008-08-01 Thread Nick Tomczek
I'm not sure if this has already been addressed (the original subject of the email), but have you tried using something like firebug in firefox and tracing the css hierarchy? As for editors Aptana is my editor of choice for any open source web project (http://www.aptana.com/). It even does Ruby

Re: [WSG] Inline style works but css does not

2008-08-01 Thread Hassan Schroeder
David Fuller - magickweb wrote: Speaking of intelligent editors... What do you all prefer?? This is probably veering OT, but I use jEdit -- feature-rich, easily extensible, runs on anything with a JVM. And free/open source :-) -- Hassan Schroeder - [EMAIL

RE: [WSG] Inline style works but css does not

2008-08-01 Thread David Fuller - magickweb
Ive played with jEdit, while it was nice I wasn't a huge fan - I know I know I know paying for an IDE is bad when you have so many free and open source solutions, but I do love my Dreamweaver. Have used it since version 2... David Fuller Developer magickweb Web:

Re: [WSG] Inline style works but css does not

2008-08-01 Thread Michael Turnwall
If you are on a mac, Textmate is the best choice. -- Michael Turnwall for all your web code needs turnwall.net David Fuller - magickweb wrote: I agree with you there however I have been known (usually when im half dead from coding too long) to look @ a misplaced space or + or whatever,

RE: [WSG] Inline style works but css does not

2008-08-01 Thread David Fuller - magickweb
Ive had to work on macs in the past - I wouldn't wish them on my enemy - sorry Michael :P David Fuller Developer magickweb Web: http://www.magick.com.au http://www.magick.com.au Tel: 0434 728 267 Email:mailto:[EMAIL PROTECTED] [EMAIL

Re: [WSG] Inline style works but css does not

2008-08-01 Thread Andrew Maben
On Aug 1, 2008, at 2:03 PM, David Fuller - magickweb wrote: Ive had to work on macs in the past – I wouldn’t wish them on my enemy – sorry Michael :P And the relevance of this comment to the subject at hand, or web standards in general, is what exactly? Andrew

RE: [WSG] Inline style works but css does not

2008-08-01 Thread David Fuller - magickweb
Andrew.. Seriously. We are talking about our preferences for IDE's the group does NOT have to be SPECIFICALLY about web standards - while its something we deal with a lot, its not the end all and be all. Sheesh lighten up a little.. *shakes his head* David Fuller Developer magickweb

Re: [WSG] Inline style works but css does not

2008-08-01 Thread Michael Horowitz
I know typos kill me. Sorry about bothering people with that. Michael Horowitz Your Computer Consultant http://yourcomputerconsultant.com 561-394-9079 David Dorward wrote: On 1 Aug 2008, at 16:22, Michael Horowitz wrote: but this does not .small { font-size:8x; } x isn't a unit.

Re: [WSG] Extra white line on the top of my list

2008-08-01 Thread Michael Horowitz
Thanks I'm dealing with the combination of lack of sleep from twins, trying to really pick up css and silly mistakes. I will admit once I know what should work I will know better when to assume something is a typo. This is only my 2nd attempt at building a table free site and its looking

Re: [WSG] Extra white line on the top of my list

2008-08-01 Thread Al Sparber
From: Michael Horowitz [EMAIL PROTECTED] I a dealing with a different issue. I am just having above my menu list a time barely visable white line occurring. Site XHTML and CSS both validate. Any ideas what to look for. If you want to look it is at horowitzfamily.net. #mainNav{

Re: [WSG] Extra white line on the top of my list

2008-08-01 Thread Nick Tomczek
Michael, Your image has the line on it. It's not in your code. Nick On Fri, Aug 1, 2008 at 12:29 PM, Al Sparber [EMAIL PROTECTED] wrote: From: Michael Horowitz [EMAIL PROTECTED] I a dealing with a different issue. I am just having above my menu list a time barely visable white line

[WSG] Re: WSG Digest

2008-08-01 Thread cpitts
I am out of the office until August 4th and will not be able to access email regularly until my return. If this is urgent, please call me at 617 515 7579. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm