Re: [css-d] pleeeeease help.....png problems

2007-06-08 Thread Jennifer Strickland
The thing I noticed and am not sure if it is the problem, but your style for: > .index #content #header img.logo { behavior: url(iepngfix.htc) } doesn't have a semi-colon at the end. I'm relatively new to css but I have yet to see anyone not close with the semi-colon. When I've used the iep

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Rick Faircloth
L PROTECTED] On Behalf Of Lori Lay Sent: Thursday, June 07, 2007 10:01 PM To: jeffrey morin Cc: css-d Subject: Re: [css-d] pleeeeease help.....png problems jeffrey morin wrote: > On 6/7/07, Lori Lay <[EMAIL PROTECTED]> wrote: > >> jeffrey morin wrote: >> >>>

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Lori Lay
jeffrey morin wrote: > > > > The comment wasn't meant to be witty. You still haven't followed the > instructions. Look at the demo page! Line one in the CSS!! It > starts > with USAGE in capital letters. I've seen your posts over the last few > months and I was noting a tre

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Joaquim Font
I follow the instruction and don't work http://www.izquierdanacional.org/index3.html CSS code: http://www.izquierdanacional.org/css2/tapa4.css Saludos El 07/06/2007, a las 23:00, Lori Lay escribió: > jeffrey morin wrote: >> On 6/7/07, Lori Lay <[EMAIL PROTECTED]> wrote: >> >>> jeffrey morin

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
On 6/7/07, Dejan Kozina <[EMAIL PROTECTED]> wrote: > > Here is the research. Mordor itself says so: > http://support.microsoft.com/kb/306231 > > The plain word translation is that IE (on WinXP with SP2, to be precise) > won't load a .htc file unless it's served with the correct MIME type of > text/

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Dejan Kozina
Here is the research. Mordor itself says so: http://support.microsoft.com/kb/306231 The plain word translation is that IE (on WinXP with SP2, to be precise) won't load a .htc file unless it's served with the correct MIME type of text/x-component . The Apache web server doesn't come with this pr

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
> > > The comment wasn't meant to be witty. You still haven't followed the > instructions. Look at the demo page! Line one in the CSS!! It starts > with USAGE in capital letters. I've seen your posts over the last few > months and I was noting a trend. > > Lori > at the top of my global.css i

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Lori Lay
jeffrey morin wrote: > On 6/7/07, Lori Lay <[EMAIL PROTECTED]> wrote: > >> jeffrey morin wrote: >> >>> i have looked at the following site forever now and still cannot get >>> >> this to >> >>> work. >>> >>> http://www.twinhelix.com/css/iepngfix/ >>> >>> >> Well look clos

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
On 6/7/07, Lori Lay <[EMAIL PROTECTED]> wrote: > > jeffrey morin wrote: > > i have looked at the following site forever now and still cannot get > this to > > work. > > > > http://www.twinhelix.com/css/iepngfix/ > > > > Well look closer because you haven't followed the instructions. Pardon > the t

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Lori Lay
jeffrey morin wrote: > i have looked at the following site forever now and still cannot get this to > work. > > http://www.twinhelix.com/css/iepngfix/ > Well look closer because you haven't followed the instructions. Pardon the terse tone, but we're not here to write your code for you... Any

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
png transparency has now stopped working. i didn't even do anything to it __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
On 6/7/07, Dejan Kozina <[EMAIL PROTECTED]> wrote: > > Your web server is sending out iepngfix.htc with a MIME type of > text/plain. IE since v. 6 SP1 wants it to be sent as text/x-component. > Put a .htaccess file in your css folder with this line in it: > > AddType text/x-component .htc > > djn >

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
On 6/7/07, Dejan Kozina <[EMAIL PROTECTED]> wrote: > > Your web server is sending out iepngfix.htc with a MIME type of > text/plain. IE since v. 6 SP1 wants it to be sent as text/x-component. > Put a .htaccess file in your css folder with this line in it: > > AddType text/x-component .htc > > djn >

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Joaquim Font
I have the same problem i think. I understand the solution. (sorry my english, i am from argentina) I test de .htc file in this adress: http://www.izquierdanacional.org/index3.html Salut! El 07/06/2007, a las 15:58, Dejan Kozina escribió: > Your web server is sending out iepngfix.htc with a M

Re: [css-d] pleeeeease help.....png problems

2007-06-07 Thread Dejan Kozina
Your web server is sending out iepngfix.htc with a MIME type of text/plain. IE since v. 6 SP1 wants it to be sent as text/x-component. Put a .htaccess file in your css folder with this line in it: AddType text/x-component .htc djn jeffrey morin wrote: > i have looked at the following site forev

[css-d] pleeeeease help.....png problems

2007-06-07 Thread jeffrey morin
i have looked at the following site forever now and still cannot get this to work. http://www.twinhelix.com/css/iepngfix/ can someone please tell me what i am doing wrong. i have been at this forever! my site is www.bioneutrix.com here is the htc file: http://bioneutrix.com/css/iepngfix.htc th