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] 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] 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 [

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

2007-03-02 Thread Rob Wilmshurst
g, but if one is tabbing 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.

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 , rather than the itself? Of course, it could just be that Thunderbird is messing with me this morning :) -Rob --

Re: [css-d] first posting

2006-12-07 Thread Rob Wilmshurst
; } #globalNavi ul li { margin: 0; padding: 0; } #subnavi { ...styles... } #subnavi ul li { ...styles... } Hope that helps, Rob -- Rob Wilmshurst [EMAIL PROTECTED] __ css-discuss [EMAIL PROTECTED] http://www.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 m

Re: [css-d] IE Rendering Bug?

2006-10-13 Thread Rob Wilmshurst
Ian Young wrote: > You might want to have a look at these as something more fundamental is > going on here. The Firefox issue was because the width of the was set to 0, forcing the elements to stack on top of each other (although this only happened in FF2, not 1.5 for me). I've updated the exa

[css-d] IE Rendering Bug?

2006-10-13 Thread Rob Wilmshurst
t; }" causes the second-to-last 's 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
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 and apply it to the , the entire background will change. That's fine if all

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

2006-09-21 Thread Rob Wilmshurst
} That allows you to apply the width to the 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]

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

2006-09-14 Thread Rob Wilmshurst
te an old technique: http://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] __

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

2006-09-12 Thread Rob Wilmshurst
ged 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] ___