Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-17 Thread Alan Gresley
MEM wrote: Maybe you are thinking about a:active? Try styling that. I believe I'm styling that on my css. Here: #mainMenu li a:hover, li a:active { text-decoration:none; background-image:url(../images/hover.png); background-position:bottom;

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-17 Thread David Hucklesby
Writing about dynamic pseudo-classes :active and :focus and the separate CSS property outline in relation to :active and :focus, Alan Gresley wrote: Note. http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes states, The :focus pseudo-class

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-17 Thread Alan Gresley
David Hucklesby wrote: Writing about dynamic pseudo-classes :active and :focus and the separate CSS property outline in relation to :active and :focus, Alan Gresley wrote: Note. http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes states,

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-17 Thread Philippe Wittenbergh
On Sep 17, 2009, at 7:28 PM, Alan Gresley wrote: Note. http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes states, The :focus pseudo-class applies while an element has the focus (accepts keyboard events or other forms of text input). Focus works when tabbing which seems

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-15 Thread Alan Gresley
MEM wrote: Maybe you are thinking about a:active? Try styling that. I believe I'm styling that on my css. Here: #mainMenu li a:hover, li a:active { text-decoration:none; background-image:url(../images/hover.png); background-position:bottom;

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-14 Thread MEM
It *is* highlighted. Have you changed it since you sent this message? O.o No. In IE6 and IE7 I see them. When I click on one of the navigation links, I'm expecting to see a red image above the letters, and I see them. This must be the dummiest think I've ever asked. :s Not able to see them on

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-14 Thread MEM
It *is* highlighted. Have you changed it since you sent this message? O.o No. In IE6 and IE7 I see them. When I click on one of the navigation links, I'm expecting to see a red image above the letters, and I see them. This must be the dummiest think I've ever asked. :s Not able to see

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-14 Thread MEM
It *is* highlighted. Have you changed it since you sent this message? O.o No. In IE6 and IE7 I see them. When I click on one of the navigation links, I'm expecting to see a red image above the letters, and I see them. This must be the dummiest think I've ever asked. :s

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-14 Thread Tim Snadden
On 15/09/2009, at 8:12 AM, MEM wrote: It *is* highlighted. Have you changed it since you sent this message? O.o No. In IE6 and IE7 I see them. When I click on one of the navigation links, I'm expecting to see a red image above the letters, I'm afraid that I don't know what you mean

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-14 Thread MEM
I'm afraid that I don't know what you mean and I don't know what it's meant to look like. There is a red background color on hover and there is a different color/background image for the link with the class of 'current'. Show us an image of what it's meant to look like or describe it

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-14 Thread Tim Snadden
On 15/09/2009, at 1:09 PM, MEM wrote: I'm afraid that I don't know what you mean and I don't know what it's meant to look like. There is a red background color on hover and there is a different color/background image for the link with the class of 'current'. Show us an image of what it's

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-14 Thread MEM
Maybe you are thinking about a:active? Try styling that. I believe I'm styling that on my css. Here: #mainMenu li a:hover, li a:active { text-decoration:none; background-image:url(../images/hover.png); background-position:bottom; background-repeat:no-repeat;

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-14 Thread Tim Snadden
On 15/09/2009, at 2:56 PM, MEM wrote: Maybe you are thinking about a:active? Try styling that. I believe I'm styling that on my css. Here: #mainMenu li a:hover, li a:active { text-decoration:none; background-image:url(../images/hover.png); background-position:bottom;

Re: [css-d] Current Navigation Indicator - the craziest error ever!

2009-09-14 Thread Tim Snadden
On 15/09/2009, at 2:56 PM, MEM wrote: Maybe you are thinking about a:active? Try styling that. I believe I'm styling that on my css. Here: #mainMenu li a:hover, li a:active { text-decoration:none; background-image:url(../images/hover.png); background-position:bottom;