![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I've got hte following in a linked css file: .sideNavlinks a:link,a:visited { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #006633; background-color: #E5E5EF; text-decoration: none; } .sideNavlinks a:hover { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #006633; text-decoration: underline; display: block; } .sideNavLinks a:active { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #006633; text-decoration: underline; display: block; background-color: #FFFFFF; } The problem is the active page does not exhibit any of the active properties as above - what am i missing ? Thanks fro your help, Mac |
#3
| |||
| |||
|
|
The problem is the active page does not exhibit any of the active properties as above |
#4
| |||
| |||
|
|
Perhaps you are misunderstanding what the active pseudo-class does. In most browsers, it is only expressed while the mouse button is depressed on the link. I sense that you are looking for a 'breadcrumb' effect, no? In addition, your styles may contain a typo. Change this - .sideNavlinks a:link,a:visited { to this - .sideNavlinks a:link, .sideNavlinks a:visited { (I think) -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "Rupert PupKin" <rupert (AT) trim (DOT) co.uk> wrote in message news:cmvevu$l9g$1 (AT) forums (DOT) macromedia.com... Hi, I've got hte following in a linked css file: .sideNavlinks a:link,a:visited { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #006633; background-color: #E5E5EF; text-decoration: none; } .sideNavlinks a:hover { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #006633; text-decoration: underline; display: block; } .sideNavLinks a:active { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #006633; text-decoration: underline; display: block; background-color: #FFFFFF; } The problem is the active page does not exhibit any of the active properties as above - what am i missing ? Thanks fro your help, Mac |
#5
| |||
| |||
|
|
Hello, Well yes - I'm looking for the link to be 'different' on the page that the link itself points to. I'll go do some more research , thanks,## Mac "Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:cmvluk$62$1 (AT) forums (DOT) macromedia.com... Perhaps you are misunderstanding what the active pseudo-class does. In most browsers, it is only expressed while the mouse button is depressed on the link. I sense that you are looking for a 'breadcrumb' effect, no? In addition, your styles may contain a typo. Change this - .sideNavlinks a:link,a:visited { to this - .sideNavlinks a:link, .sideNavlinks a:visited { (I think) -- Murray --- ICQ 71997575 Team Macromedia Volunteer for Dreamweaver (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.dreamweavermx-templates.com - Template Triage! http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes ================== "Rupert PupKin" <rupert (AT) trim (DOT) co.uk> wrote in message news:cmvevu$l9g$1 (AT) forums (DOT) macromedia.com... Hi, I've got hte following in a linked css file: .sideNavlinks a:link,a:visited { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #006633; background-color: #E5E5EF; text-decoration: none; } .sideNavlinks a:hover { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #006633; text-decoration: underline; display: block; } .sideNavLinks a:active { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #006633; text-decoration: underline; display: block; background-color: #FFFFFF; } The problem is the active page does not exhibit any of the active properties as above - what am i missing ? Thanks fro your help, Mac |
#6
| |||
| |||
|
|
it is only expressed while the mouse button is depressed on the link. |
#7
| |||
| |||
|
|
it is only expressed while the mouse button is depressed on the link. Murray, I know how much you dislike frames but the active pseudo-class happens to work rather well with frames. |
#8
| |||
| |||
|
|
it is only expressed while the mouse button is depressed on the link. Murray, I know how much you dislike frames but the active pseudo-class happens to work rather well with frames. |
#9
| |||
| |||
|
|
But I don't think you are looking in enough browsers to say that with certainty. True. >>As I recall it's only the Mac browsers that keep the link |
![]() |
| Thread Tools | |
| Display Modes | |
| |