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

2012-12-24 Thread Philippe Wittenbergh
Le 24 déc. 2012 à 09:49, Steve Caramia st...@caramiadesign.com a écrit : So I'm ready to make the link text only, but that's not working either. http://www.caramiadesign.com/fredio_last/index.html …. #topnav a:link{ /*… */ height:100%; /* ---*/ } #topnav

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

2012-12-24 Thread Steve Caramia
OK, I've made some progress. Now I just want a text link with a hover state. For some reason, it ignores the hover state in the Conditional Comment in the head. No amount of clearing the cache seems to help. To prevent the logo from hugging the top, I had to repeat the styles for it. Is that

[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. !--[if IE8] #topnav {margin : 17px 0 0 500px;} #topnav a:link{ font-size:20px; padding: 11px 65px 15px 25px; background : url('images/buttonoff.png') no-repeat; width: 295px; height:42px; display:block } #topnav

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 style element. -- Regards, Barney Carroll barney.carr...@gmail.com +44 7429 177278 barneycarroll.com __ css-discuss [css-d@lists.css-discuss.org]

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

2012-12-23 Thread Steve Caramia
-721-0145 -Original Message- 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 even in the head tag I've got

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 style element. -- Regards, Barney Carroll barney.carr...@gmail.com +44 7429 177278 barneycarroll.com

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 !--[if IE 8] style type=text/css media=screen

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 st...@caramiadesign.com 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.