Re: [css-d] Problem with Display in IE8

2011-03-26 Thread Alan Gresley
On 26/03/2011 4:26 PM, Philippe Wittenbergh wrote: Basically, in both cases you have an invalid selector p [background: blue} .test1 and everything is ignored until the 1st instance of 'green}' The 1st valid selector after p{} is .test2 For those following at home: Following a discussion

Re: [css-d] Problem with Display in IE8

2011-03-25 Thread Philippe Wittenbergh
On Mar 25, 2011, at 9:51 AM, Philippe Wittenbergh wrote: On Mar 25, 2011, at 3:18 AM, Alan Gresley wrote: http://css-class.com/test/css/parsing/invalid-blocks2.htm Basically, in both cases you have an invalid selector p [background: blue} .test1 and everything is ignored until the

[css-d] Problem with Display in IE8

2011-03-24 Thread Gates, Jeff
I'm having a problem with a web page's display in IE 8. Here's a quick link I set up to show you how the page looks in IE8 and how it should look: http://americanart.si.edu/test2 I don't know where to begin with this one. You can see the real page at http://africanamericanart.si.edu/timeline

Re: [css-d] Problem with Display in IE8

2011-03-24 Thread Alan Gresley
On 25/03/2011 2:47 AM, Gates, Jeff wrote: I'm having a problem with a web page's display in IE 8. Here's a quick link I set up to show you how the page looks in IE8 and how it should look: http://americanart.si.edu/test2 I don't know where to begin with this one. You can see the real page at

Re: [css-d] Problem with Display in IE8

2011-03-24 Thread Alan Gresley
On 25/03/2011 4:00 AM, Alan Gresley wrote: http://css-class.com/test/css/parsing/invalid-blocks.htm I have uploaded another test. IE8 and IE9 see this. p [background: blue} .test1 {background: green} .test2 {background: green} And all other browsers see this, p

Re: [css-d] Problem with Display in IE8

2011-03-24 Thread Alan Gresley
On 25/03/2011 4:00 AM, Alan Gresley wrote: http://css-class.com/test/css/parsing/invalid-blocks.htm I will try this again but this time with the link to the new test. http://css-class.com/test/css/parsing/invalid-blocks2.htm IE8 and IE9 see this. p [background: blue} .test1

Re: [css-d] Problem with Display in IE8

2011-03-24 Thread Gates, Jeff
On 3/24/11 2:18 PM, Alan Gresley a...@css-class.com wrote: On 25/03/2011 4:00 AM, Alan Gresley wrote: http://css-class.com/test/css/parsing/invalid-blocks.htm I will try this again but this time with the link to the new test. http://css-class.com/test/css/parsing/invalid-blocks2.htm IE8

Re: [css-d] Problem with Display in IE8

2011-03-24 Thread Alan Gresley
On 25/03/2011 7:35 AM, Gates, Jeff wrote: On 3/24/11 2:18 PM, Alan Gresleya...@css-class.com wrote: On 25/03/2011 4:00 AM, Alan Gresley wrote: http://css-class.com/test/css/parsing/invalid-blocks.htm I will try this again but this time with the link to the new test.

Re: [css-d] Problem with Display in IE8

2011-03-24 Thread Philippe Wittenbergh
On Mar 25, 2011, at 3:18 AM, Alan Gresley wrote: http://css-class.com/test/css/parsing/invalid-blocks2.htm IE8 and IE9 see this. p [background: blue} .test1 {background: green} .test2 {background: green} And all other browsers see this, p [background: blue}]