Re: [css-d] Oldest Browser Currently Testing for

2008-03-08 Thread Tim Palac
It's all about the user data, baby! We've got no people using anything lower than IE6, so I test IE6, IE7, Firefox, Safari, Opera, and that's about it. However, I'd really like to know how to test for those several WebTV users we have visit our site every month (I didn't even know it still

Re: [css-d] IE6 display problem

2008-02-20 Thread Tim Palac
Hey Dan, I did some work to debug the issues you have going on in IE6; The first issue is the banner - it's too tall, which is being caused by this bit of code: #menu a span { float : left; padding : 34px 25px 0 25px; height : 61px; font-size : 12px; border-left : 1px solid #fff; } IE doesn't

Re: [css-d] font in email

2007-11-07 Thread Tim Palac
Bob, Email support for CSS is an odd creature, indeed! I spend half of my day trying to figure out what will work and what won't sometimes! Anyway, first off you're going to want to avoid using percentages and ems for fonts - I know Hotmail doesn't support it and I'd bet that a lot of others

[css-d] Glitch with Dean Edward's IE7 Script

2007-11-05 Thread Tim Palac
Hey list, I am putting together a new website and using Dean Edward's IE7 Script at http://dean.edwards.name/IE7/ - not sure how many of you have used this, but Eric is definitely a huge promoter of it (it was a big part of his speech at An Event Apart, Chicago). Anyway, with this Javascript

Re: [css-d] IE6 png fix problem / behavior property

2007-11-04 Thread Tim Palac
Hey, Why not just apply the png transparency style to the areas that need them, rather than blanketing the statement and trying to subtract? This might work out easier. forgive me if i misunderstood your question at all! Thanks! Tim IM: TymArtist On 10/31/07, Mark Senff [EMAIL PROTECTED] wrote: