Re: [css-d] Crashing IE7 with CSS a.k.a. IE7 doesn't like button[value]

2008-02-05 Thread Alan Gresley
Brett Merkey wrote: >> A few days ago, while testing for coherence in a webpage, IE7 >> crashed on me. >> I've isolated the "offending" code here: >> http://www.mundoplus.tv/atnbueno/ie7crash.html >> >> After a few tests (actually, a lot of them) I've found it's >> simply more of IE lack

Re: [css-d] Crashing IE7 with CSS a.k.a. IE7 doesn't like button[value]

2008-02-04 Thread Merkey, Brett
> A few days ago, while testing for coherence in a webpage, IE7 > crashed on me. > I've isolated the "offending" code here: > http://www.mundoplus.tv/atnbueno/ie7crash.html > > After a few tests (actually, a lot of them) I've found it's > simply more of IE lack of support for the tag. No > CSS

[css-d] Crashing IE7 with CSS a.k.a. IE7 doesn't like button[value]

2008-02-03 Thread Antonio Bueno
Hello, all. A few days ago, while testing for coherence in a webpage, IE7 crashed on me. I've isolated the "offending" code here: http://www.mundoplus.tv/atnbueno/ie7crash.html After a few tests (actually, a lot of them) I've found it's simply more of IE lack of support for the tag. No CSS appli

Re: [css-d] crashing IE7

2007-05-01 Thread S. F. Alim
Well I don't know, I made few tests of putting proper tags except closing of . It still crashes... But if u remove you `http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt

Re: [css-d] crashing IE7

2007-05-01 Thread Jukka K. Korpela
On Mon, 30 Apr 2007, Glen Lipka wrote: > My IE7 crashes if I look at the following source: Mine does too, after "thinking" some time. This does not happen if I remove the

Re: [css-d] crashing IE7

2007-04-30 Thread Ernie Finlay
span has a beginning and an end,thus ..text.. br for example has no end but must be closed..thus . Regards,E.F. >From: "Simon Tiplady | Forums" <[EMAIL PROTECTED]> >To: >Subject: Re: [css-d] crashing IE7 >Date: Tue, 1 May:55:33 +0200 > >What is the poi

Re: [css-d] crashing IE7

2007-04-30 Thread Craig Cook
On 4/30/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > It still shouldn't crash the browser. I "thought" it was valid. The span element isn't empty, so it requires a closing tag. The trailing slash only closes empty/replaced elements. Agreed that an improperly closed span alone shouldn't cause a f

Re: [css-d] crashing IE7

2007-04-30 Thread Glen Lipka
01 May 2007 00:51 > To: css-d@lists.css-discuss.org > Subject: [css-d] crashing IE7 > > My IE7 crashes if I look at the following source: > > http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> > > > Crashes IE7 > > > a { position:

Re: [css-d] crashing IE7

2007-04-30 Thread Simon Tiplady | Forums
What is the point of a span if it is not spanning anything? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: 01 May 2007 00:51 To: css-d@lists.css-discuss.org Subject: [css-d] crashing IE7 My IE7 crashes if I look at the following

[css-d] crashing IE7

2007-04-30 Thread Glen Lipka
My IE7 crashes if I look at the following source: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> Crashes IE7 a { position: relative;} a span{position: absolute;} Link1 Link2 It doesn't crash if I am explicit with It doesn't crash if I only have 1 link. Is il