Re: [css-d] transparent pngs don't show transparent in IE6

2007-07-06 Thread Rob Wilmshurst
I came across this post a couple of days ago which provides the fix - http://bjorkoy.com/past/2007/4/8/the_easiest_way_to_png/ It uses a behaviour (.htc) file to work the magic. It'll work on background images too. It's an ugly, ugly solution. But we've been left with little choice :( There's

Re: [css-d] transparent pngs don't show transparent in IE6

2007-07-06 Thread Rob Wilmshurst
[EMAIL PROTECTED] wrote: Before I go delving into these. Do any of them validate. If no then I can't use them. They're both the same solution; the blog post I mentioned links to Rick's twinhelix.com site. The stylesheet won't validate due to the nonstandard 'behaviour' property used (it's

Re: [css-d] png color and IE7

2007-03-05 Thread Rob Wilmshurst
You could try 'pngcrush' - http://pmt.sourceforge.net/pngcrush/ I've found it useful for shrinking pngs (Photoshop seems to output really big ones) and solving this colour mis-match. No idea why or how though :) -Rob -- Rob Wilmshurst [EMAIL PROTECTED

Re: [css-d] firefox border when i click over a link

2007-03-02 Thread Rob Wilmshurst
through the document then it's the only thing to show what's currently in focus. I think it's something to be changed via custom stylesheets in Firefox, at the user's end of things. HTH, Rob -- Rob Wilmshurst [EMAIL PROTECTED

Re: [css-d] alternating coloured rows in dynamic website

2006-12-13 Thread Rob Wilmshurst
Hi Ian, tr .even{background:#eee} tr.odd{background:#F9FBF9} It's not because of the space before '.even' is it? Will that not affect children of the tr, rather than the tr itself? Of course, it could just be that Thunderbird is messing with me this morning :) -Rob -- Rob Wilmshurst [EMAIL

Re: [css-d] first posting

2006-12-07 Thread Rob Wilmshurst
; } #subnavi { ...styles... } #subnavi ul li { ...styles... } Hope that helps, Rob -- Rob Wilmshurst [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css

Re: [css-d] IE Rendering Bug?

2006-10-17 Thread Rob Wilmshurst
Sorry about the slow reply; I haven't been able to get online all weekend. I fear you've misinterpreted the problem (or I worded the original post badly, which is more likely :). The CSS works fine; there is no problem with the page I'm using. The example I gave previously was the bare minimum

[css-d] IE Rendering Bug?

2006-10-13 Thread Rob Wilmshurst
value to be displayed instead! If anybody can shed light on this, it'd be much appreciated. And if the above is completely unintelligible, I'll try and explain a bit better :) Cheers, Rob -- Rob Wilmshurst [EMAIL PROTECTED

Re: [css-d] display block a hover menu problem

2006-09-21 Thread Rob Wilmshurst
you to apply the width to the a element, making the whole thing clickable. Are the links meant to be slightly off-center like they are? - Rob -- Rob Wilmshurst [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] display block a hover menu problem

2006-09-21 Thread Rob Wilmshurst
Sander van Surksum wrote: The problem is that the a hover takes the padding from the normal h3 selector and I think that why he isn't changing the whole background on a hover. If you remove the padding from the h3 and apply it to the a, the entire background will change. That's fine if all

Re: [css-d] css challenge: frameset style browser height stretching page

2006-09-14 Thread Rob Wilmshurst
://www.456bereastreet.com/archive/200609/css_frames_v2_fullheight/ The example: http://www.456bereastreet.com/lab/css-frames-v2/example-2/ Is that what you're after? Regards, Rob -- Rob Wilmshurst [EMAIL PROTECTED] __ css

Re: [css-d] IE 7 and IE 6 Installs

2006-09-12 Thread Rob Wilmshurst
in the registry every time you launch either version -- hours of fun! Standalone IE7 is the easier way round I think, but I'm slightly wary as to its accuracy compared with a full install. -- Rob Wilmshurst [EMAIL PROTECTED] __ css-discuss