[WSG] targeting link class problem

2006-03-07 Thread kvnmcwebn
hello, How would i target a:hover on the following links? I tried a few things but cant get down to the classes(one, two). div id=navcontainershort ul li a href=# class=onebla bla/a/li li a href=# class=twobla/a/li

RE: [WSG] targeting link class problem

2006-03-07 Thread Mike Foskett
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kvnmcwebn Sent: 07 March 2006 11:10 To: wsg@webstandardsgroup.org Subject: [WSG] targeting link class problem hello, How would i target a:hover on the following links? I tried a few things

Re: [WSG] targeting link class problem

2006-03-07 Thread Joshua Street
On 3/7/06, kvnmcwebn [EMAIL PROTECTED] wrote: How would i target a:hover on the following links? I tried a few things but cant get down to the classes(one, two). div id=navcontainershort ul li a href=# class=onebla bla/a/li

Re: [WSG] targeting link class problem

2006-03-07 Thread russ - maxdesign
div id=navcontainershort ul li a href=# class=onebla bla/a/li li a href=# class=twobla/a/li Start by thinking of the path from the body to the element you are trying to select. In this case the path (we don't know

Re: [WSG] targeting link class problem

2006-03-07 Thread kvnmcwebn
thanks russ and crew, my mistake was that i was putting the class first... like this .one ul li a:hover{ background-color: #88CAEF; } -kevin ** The discussion list for http://webstandardsgroup.org/ See