[css-d] Word Links

2009-03-25 Thread Alain Durocher

I need to have certain words be linked to specific pages wherever  
they appear throughout our site.  I would greatly appreciate  
assistance on how to write the CCS for this function.  I have  
searched my Eric Meyer books for the answer to this question but  
cannot seem to find it the answer.

Thanks,



Alain J. Durocher
Manager, Multimedia Programs Strategist
Information Technology Services (ITS)
Technology Enhanced Learning
University of Southern California
ph 213.923.9668
fx  213.821.2725
ala...@usc.edu



__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Word Links

2009-03-25 Thread Scott Mueller
I assume you mean CSS, not CCS?  I'm not aware of any mechanism to create
links (of the a sort) in CSS.  How exactly do you want to link certain
words to specific pages?  Any appearances of dog, cat and mouse always
become links to /animals.html?

On Wed, Mar 25, 2009 at 5:31 PM, Alain Durocher ala...@usc.edu wrote:


 I need to have certain words be linked to specific pages wherever
 they appear throughout our site.  I would greatly appreciate
 assistance on how to write the CCS for this function.  I have
 searched my Eric Meyer books for the answer to this question but
 cannot seem to find it the answer.

 Thanks,



 Alain J. Durocher
 Manager, Multimedia Programs Strategist
 Information Technology Services (ITS)
 Technology Enhanced Learning
 University of Southern California
 ph 213.923.9668
 fx  213.821.2725
 ala...@usc.edu



 __
 css-discuss [cs...@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/




-- 
Scott Mueller
http://www.appletree.com
AppleTree - Solve the Puzzle
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Word Links

2009-03-25 Thread Alain Durocher
Scott...that is what I want to do.  In our case when words such as   
Ju Jitsu, Krav Maga and Kickboxing appear in text there should be an  
a ref link to a particular page.  Is that possible?



On Mar 25, 2009, at 5:51 PM, Scott Mueller wrote:

 I assume you mean CSS, not CCS?  I'm not aware of any mechanism to  
 create
 links (of the a sort) in CSS.  How exactly do you want to link  
 certain
 words to specific pages?  Any appearances of dog, cat and  
 mouse always
 become links to /animals.html?

 On Wed, Mar 25, 2009 at 5:31 PM, Alain Durocher ala...@usc.edu  
 wrote:


 I need to have certain words be linked to specific pages wherever
 they appear throughout our site.  I would greatly appreciate
 assistance on how to write the CCS for this function.  I have
 searched my Eric Meyer books for the answer to this question but
 cannot seem to find it the answer.

 Thanks,



 Alain J. Durocher
 Manager, Multimedia Programs Strategist
 Information Technology Services (ITS)
 Technology Enhanced Learning
 University of Southern California
 ph 213.923.9668
 fx  213.821.2725
 ala...@usc.edu



 _ 
 _
 css-discuss [cs...@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/




 -- 
 Scott Mueller
 http://www.appletree.com
 AppleTree - Solve the Puzzle
 __
 css-discuss [cs...@lists.css-discuss.org]
 http://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- http://css-discuss.incutio.com/
 List policies -- http://css-discuss.org/policies.html
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/




Alain J. Durocher
Manager, Multimedia Programs Strategist
Information Technology Services (ITS)
Technology Enhanced Learning
University of Southern California
ph 213.923.9668
fx  213.821.2725
ala...@usc.edu



__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Word Links

2009-03-25 Thread Blake
On Thu, Mar 26, 2009 at 3:27 PM, Alain Durocher ala...@usc.edu wrote:
 Scott...that is what I want to do.  In our case when words such as
 Ju Jitsu, Krav Maga and Kickboxing appear in text there should be an
 a ref link to a particular page.  Is that possible?

Not with CSS. I'd look into backend or JavaScript solutions depending
on how you want to implement it. Maybe someone else has some
appropriate resources.

-- 
Blake Haswell
http://www.blakehaswell.com/ | Twitter: @haswell00
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/