Re: [css-d] IE8 stylesheet doesn't work even in the head tag

2012-12-23 Thread Rod Castello
On 12/23/12, Steve Caramia wrote: > OK, as I said, we're getting somewhere: it's recognizing some of the styles, > but the big orange button is still invisible. > > So I'm ready to make the link text only, but that's not working either. > > http://www.caramiadesign.com/fredio_last/index.html > > >

Re: [css-d] IE8 stylesheet doesn't work even in the head tag

2012-12-23 Thread Steve Caramia
OK, as I said, we're getting somewhere: it's recognizing some of the styles, but the big orange button is still invisible. So I'm ready to make the link text only, but that's not working either. http://www.caramiadesign.com/fredio_last/index.html On Dec 23, 2012, at 3:28 PM, Barney Carroll

Re: [css-d] IE8 stylesheet doesn't work even in the head tag

2012-12-23 Thread Steve Caramia
Yes! Thank you, too! Now we're getting somewhere... On Dec 23, 2012, at 3:28 PM, Barney Carroll wrote: > The CSS needs to be contained in a

Re: [css-d] IE8 stylesheet doesn't work even in the head tag

2012-12-23 Thread Steve Caramia
Yes! Thank you! On Dec 23, 2012, at 3:16 PM, Gail Issen wrote: > Change From: css-d-boun...@lists.css-discuss.org > [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Steve Caramia > Sent: Sunday, December 23, 2012 4:35 PM > To: CSS Discuss > Subject: [css-d] IE8 stylesheet doesn't work

Re: [css-d] IE8 stylesheet doesn't work even in the head tag

2012-12-23 Thread Barney Carroll
The CSS needs to be contained in a

[css-d] IE8 stylesheet doesn't work even in the head tag

2012-12-23 Thread Steve Caramia
I've got this in my head tag. ...and still no changes. I see the updated code when I View Source. What do I need to do to make this alternative style sheet work?! (Also this oddness: If I empty the cache, it works ok for a couple of pages (the orange button appears), but then it disappe

Re: [css-d] IE8 stylesheet

2012-12-23 Thread David Hucklesby
On 12/23/12 1:05 PM, Steve Caramia wrote: Hi everybody, I want to fix the IE8 problems with an ie8-specific stylesheet. So I put this in the head (just before ): [...] http://www.caramiadesign.com/fredio_last/ I think you need a space between "IE" and "8". -- Cordially, David ___

[css-d] IE8 stylesheet

2012-12-23 Thread Steve Caramia
Hi everybody, I want to fix the IE8 problems with an ie8-specific stylesheet. So I put this in the head (just before ): That file is on the same level as the index. I put this spec to test in ie8.css: body { background:none; width : 100%; font-family: Georgia, sans-se

Re: [css-d] IE9: No (vertical) scroll bar

2012-12-23 Thread Tim Dawson
On 23/12/2012 11:17, Markus Ernst wrote: Am 22.12.2012 10:48 schrieb Tim Dawson: My page at the link below shows a vertical scrollbar in Fx17, Safari and Chrome, but not in IE9 (I've tried it on three computers in case there were a faulty installation). You could try to wrap the scrollbox tabl

Re: [css-d] IE9: No (vertical) scroll bar

2012-12-23 Thread Markus Ernst
Am 22.12.2012 10:48 schrieb Tim Dawson: My page at the link below shows a vertical scrollbar in Fx17, Safari and Chrome, but not in IE9 (I've tried it on three computers in case there were a faulty installation). You could try to wrap the scrollbox table into a div, and apply overflow=scroll t