Re: [WSG] ie-only hack

2006-12-16 Thread Thierry Koblentz
Paul Novitski wrote: > At 12/15/2006 09:14 AM, Rafael Mumme wrote: >> .foo { background:red;width:100px;height:100px; } >> .ie-only.foo { background:blue; } > > At 12/15/2006 11:08 AM, Thierry Koblentz wrote: >> Actually, unless I'm missing something, it should be ".non-ie" > I believe the reason

Re: [WSG] ie-only hack

2006-12-16 Thread Paul Novitski
At 12/15/2006 09:14 AM, Rafael Mumme wrote: .foo { background:red;width:100px;height:100px; } .ie-only.foo { background:blue; } At 12/15/2006 11:08 AM, Thierry Koblentz wrote: Actually, unless I'm missing something, it should be ".non-ie" I believe the reason it's an ie-only hack is that st

Re: [WSG] ie-only hack

2006-12-16 Thread David Hucklesby
On Fri, 15 Dec 2006 15:14:51 -0200, Rafael Mumme wrote: > Is it safe to use this hack? > > > .foo { background:red;width:100px;height:100px; } > .ie-only.foo { background:blue; } > > > It works in IE 6 and IE 7. Hmm. I can only get it to work in IE 5 and IE 6 (Windows xp). My version of IE 7 (

Re: [WSG] Semantics of P element (?)

2006-12-16 Thread Kenny Graham
I cant seem to find anything Div is generic block.. not generic block of text. Agreed, I worded it badly. It can contain non-text, but doesn't have to. In most cases it groups block elements as for grouping inline there are other dedicated elements as span which is inline itself (so it shou

[WSG] Semantics of P element (?)

2006-12-16 Thread Mariusz Nowak
Kenny Graham napisaƂ(a): Why you wouldn't say that date in this case is not paragraph? Paragraph in html is just block of text and this is block of text content isn't? No, a div is a generic block of text. A paragraph is an actual paragraph. We don't have 'date' element in html therefore we n

Re: [WSG] Semantics of news

2006-12-16 Thread Kenny Graham
Why you wouldn't say that date in this case is not paragraph? Paragraph in html is just block of text and this is block of text content isn't? No, a div is a generic block of text. A paragraph is an actual paragraph. We don't have 'date' element in html therefore we need to take more universa

Re: [WSG] Re: digest for w...@webstandardsgroup.org

2006-12-16 Thread Thierry Koblentz
Erwin Heiser wrote: > > Why not going with

[WSG] Re: digest for w...@webstandardsgroup.org

2006-12-16 Thread Erwin Heiser
Nowadays I just use a separate stylesheet for IE6 and IE7 and use conditional comments. You can tweak and fix problems in both browsers and compliant browsers never get to see that code. No more hacks necessary! This goes into my html: Erwin Heiser On Sun, 17 Dec 2006 04:11:28 1100, wsg@webs