HighDots Forums  

active link not 'being active'

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss active link not 'being active' in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rupert PupKin
 
Posts: n/a

Default active link not 'being active' - 11-11-2004 , 05:30 AM






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



Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: active link not 'being active' - 11-11-2004 , 07:27 AM






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

Quote:
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





Reply With Quote
  #3  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: active link not 'being active' - 11-11-2004 , 07:38 AM



On 11 Nov 2004 in macromedia.dreamweaver, Rupert PupKin wrote:

Quote:
The problem is the active page does not exhibit any of the active
properties as above
Go to Project Seven (http://projectseven.com/) and look for the
'Uberlinks' tutorial - it has a really neat css-driven way to accomplish
what you're looking to do.

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php


Reply With Quote
  #4  
Old   
Rupert PupKin
 
Posts: n/a

Default Re: active link not 'being active' - 11-11-2004 , 08:50 AM



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

Quote:
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







Reply With Quote
  #5  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: active link not 'being active' - 11-11-2004 , 08:52 AM



Are you using templates for the menu? Or SSI?

--
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

Quote:
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









Reply With Quote
  #6  
Old   
Kramerica Industries
 
Posts: n/a

Default Re: active link not 'being active' - 11-11-2004 , 09:28 AM



Quote:
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.


Reply With Quote
  #7  
Old   
Gary White
 
Posts: n/a

Default Re: active link not 'being active' - 11-11-2004 , 01:05 PM



Kramerica Industries wrote:

Quote:
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.

Only in IE.


Gary


Reply With Quote
  #8  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: active link not 'being active' - 11-11-2004 , 01:13 PM



<shrug> OK. I'll never see it. But I don't think you are looking in
enough browsers to say that with certainty. As I recall it's only the Mac
browsers that keep the link active....

--
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
==================

"Kramerica Industries" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
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.



Reply With Quote
  #9  
Old   
Kramerica Industries
 
Posts: n/a

Default Re: active link not 'being active' - 11-11-2004 , 01:35 PM



Quote:
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
active.... Not true.. It works in at least IE6 on Windows. Cosmo



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.