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

2008-08-02 Thread David Hucklesby
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Maben Sent: Saturday, August 02, 2008 4:11 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Inline style works but css does not On Aug 1, 2008, at 2:03 PM, David Fuller - magickweb wrote: Ive had to work on macs

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
: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hassan Schroeder Sent: Saturday, August 02, 2008 1:47 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Inline style works but css does not Michael Horowitz wrote: Interesting this works

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
:27 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Inline style works but css does not 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

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
://www.magick.com.au Tel: 0434 728 267 Email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hassan Schroeder Sent: Saturday, August 02, 2008 3:31 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Inline style works

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

2008-08-01 Thread Michael Turnwall
PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Hassan Schroeder Sent: Saturday, August 02, 2008 2:27 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Inline style works but css does not David Fuller - magickweb wrote: Come

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

2008-08-01 Thread David Fuller - magickweb
PROTECTED] _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Turnwall Sent: Saturday, August 02, 2008 3:46 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Inline style works but css does not If you are on a mac, Textmate is the best choice. -- Michael

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
:11 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Inline style works but css does not 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

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.