Re: [css-d] Problem with a:hover

2007-03-21 Thread francky
Hi John, ~davidLaakso wrote: > John M Shepard wrote: > >> I am working on this page with all the css on same page but having a >> difficult time getting the ³a:hover² to work. I am trying to get the color >> to change slightly when the mouse hovers over. >> >> Here¹s the mockup site: >> http://p

Re: [css-d] Problem with a:hover

2007-03-20 Thread ~davidLaakso
John M Shepard wrote: > I am working on this page with all the css on same page but having a > difficult time getting the ³a:hover² to work. I am trying to get the color > to change slightly when the mouse hovers over. > > Here¹s the mockup site: > http://pushforpd.earthpedal.com/ > > Can anybody h

Re: [css-d] Problem with a:hover

2007-03-20 Thread Stephen Van Doren :: Fusionbox
ent. -Original Message- From: John M Shepard [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 2:40 AM To: css-d@lists.css-discuss.org Subject: [css-d] Problem with a:hover I am working on this page with all the css on same page but having a difficult time getting the ³a:hover²

Re: [css-d] Problem with a:hover

2007-03-20 Thread francky
John M Shepard schreef: > I am working on this page with all the css on same page but having a > difficult time getting the ³a:hover² to work. I am trying to get the color > to change slightly when the mouse hovers over. > > Here¹s the mockup site: > http://pushforpd.earthpedal.com/ > > Can anybody

[css-d] Problem with a:hover

2007-03-20 Thread John M Shepard
I am working on this page with all the css on same page but having a difficult time getting the ³a:hover² to work. I am trying to get the color to change slightly when the mouse hovers over. Here¹s the mockup site: http://pushforpd.earthpedal.com/ Can anybody help? John Shepard ___

Re: [css-d] Problem with a:hover

2006-06-08 Thread Zoe M. Gillenwater
David Hucklesby wrote: > On Wed, 07 Jun 2006 07:38:38 -0400, Zoe M. Gillenwater wrote: > >> I usually set a base text color for a (with no pseudo classes on it) >> that affects all states of all links. Then I override this color for >> :visited and :hover. I usually don't set anything for :activ

Re: [css-d] Problem with a:hover

2006-06-08 Thread Zoe M. Gillenwater
Thierry Koblentz wrote: > Zoe M. Gillenwater wrote: > >> don't have this problem because I just apply ids directly to the >> headings and target jump links to these ids (works pretty much >> everywhere except NN4). >> > > The jump part may work but this technique may break tabbing navigatio

Re: [css-d] Problem with a:hover

2006-06-07 Thread Thierry Koblentz
Zoe M. Gillenwater wrote: > don't have this problem because I just apply ids directly to the > headings and target jump links to these ids (works pretty much > everywhere except NN4). The jump part may work but this technique may break tabbing navigation in IE: http://juicystudio.com/article/ie-ke

Re: [css-d] Problem with a:hover

2006-06-07 Thread David Hucklesby
On Wed, 07 Jun 2006 07:38:38 -0400, Zoe M. Gillenwater wrote: > > I usually set a base text color for a (with no pseudo classes on it) > that affects all states of all links. Then I override this color for > :visited and :hover. I usually don't set anything for :active or > :focus. I like this.

Re: [css-d] Problem with a:hover

2006-06-07 Thread David Dorward
On 03/06/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > besides that, make sure that your pseudo classes are in the order > :link, :visited, :hover, :active, :focus > (don't know where this order comes from and why it's so important, but > it works...) A link can be in multiple states at once.

Re: [css-d] Problem with a:hover

2006-06-07 Thread Zoe M. Gillenwater
Click This IT Solutions wrote: > (BTW. Is it necessary to have the > active and visited in the css file or is it acceptable to have only a:link > and a:hover) I usually set a base text color for a (with no pseudo classes on it) that affects all states of all links. Then I override this color for

Re: [css-d] Problem with a:hover

2006-06-03 Thread David Laakso
Click This IT Solutions wrote: > I have a problem on my first CSS layout/design. The one thing I'm struggling > with is to get the a:hover to work. ...] > The site is at www.989studiowebhosting.com and the CSS file is > www.989studiowebhosting.com/989style.css I think you've got a human bug, Rudy--

Re: [css-d] Problem with a:hover

2006-06-03 Thread Janet Lynn Ford
> The site is at www.989studiowebhosting.com and the CSS file is > www.989studiowebhosting.com/989style.css > Hi Rudi, Also, I think the links are not displaying a :hover change because the links link to the same page: Home Try changing to and the hover effect (link disappears due to #CC) is

Re: [css-d] Problem with a:hover

2006-06-03 Thread Glenn E. Lanier, II
> From: Click This IT Solutions > Sent: Saturday, June 03, 2006 2:01 PM > The site is at www.989studiowebhosting.com and the CSS file is > www.989studiowebhosting.com/989style.css Rudi, > Hi clever css people You're not really talking to me ;-> > I have a problem on my first CSS layout/design.

Re: [css-d] Problem with a:hover

2006-06-03 Thread mylittleaccount
hi rudi, Click This IT Solutions wrote: > I have a problem on my first CSS layout/design. The one thing I'm struggling > with is to get the a:hover to work. It was working just fine and all of a > sudden it stopped working after some minor adjustments to who knows what or > where. I checked and mo

[css-d] Problem with a:hover

2006-06-03 Thread Click This IT Solutions
Hi clever css people I have a problem on my first CSS layout/design. The one thing I'm struggling with is to get the a:hover to work. It was working just fine and all of a sudden it stopped working after some minor adjustments to who knows what or where. I checked and moved it, redid it, added a:v