SitePoint Sponsor |
|
User Tag List
Results 1 to 10 of 10
Thread: Multiple link types with CSS
-
Jul 2, 2000, 15:52 #1
- Join Date
- Feb 2000
- Location
- Brisbane, Queensland, Australia
- Posts
- 187
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi there, I noticed in another post that it is possible to have multiple link types using CSS. Is this done by using multiple A:link tags or by specifying a defult with A:link etc, and then having custom span tags for others?
I have tried to last of these two, but it did not seem to work. Maybe it is because I am using tables?
Thanks.
-
Jul 2, 2000, 16:06 #2
- Join Date
- Feb 2000
- Location
- NE FL, USA
- Posts
- 301
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
This has nothing to do with your use of tables. To utilize different CSS attributes for you links, do just as you said:
a.nav { text-decoration: underline; color: #FF0033; font-weight: normal}
a.nav:hover { color: #0000FF; font-weight: normal; text-decoration: none}
a.nav:visited { color: #0000FF; font-weight: normal; text-decoration: underline}
When you want your link to utilize these attributes, just use the following code <BLOCKQUOTE><font size="1" face="Verdana, Arial">code/font><HR><pre><a class="nav" href="this_page.html">text here</a>[/code].
If you don't specify a class, then the attributes would be your default. When you put in your links, you would do it just like normal HTML.
Does this help?
You can also reference a page for us to see. Maybe you've missed something along the way.
Mike
------------------
Street Bikers United - protecting the rights of motorcyclists worldwide.
Cosmic Custom Airbrush - Hawaii's premier airbrush studio.
New Life Community Church - Your Christian online community
-
Jul 2, 2000, 17:37 #3
- Join Date
- Feb 2000
- Location
- Brisbane, Queensland, Australia
- Posts
- 187
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Yep that is great!, exactly what I was looking for.
I was doing something wrong when I tried initially. Should work now though..
Thanks for your help.
-
Jul 2, 2000, 18:55 #4
- Join Date
- Feb 2000
- Location
- Brisbane, Queensland, Australia
- Posts
- 187
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Ok, I tried out those things using only external styles and they worked. BUT.. for some reason, all atributes of my default link properties work (hover, active, visited), however, the actual link colour does not.
When I cut the same properties from the external style sheet and put them as internal styles (for the default links only, all other styles stay as external), it all works (including the additional classes I have added).
The non working page is at www.webmasterslibrary.com (with all styles external)
and a working page is at www.webmasterslibrary.com/articles/ (with default link properties as internal styles, everything else external)
As I said earlier, all other styles work except the actual link colour of the default link.
I am using SSI for the side and top navigation bars.
Any help would be appreciated.
[This message has been edited by Wilmot (edited July 02, 2000).]
-
Jul 3, 2000, 19:53 #5
- Join Date
- Feb 2000
- Location
- NE FL, USA
- Posts
- 301
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
In your style sheet, you've missed the ':link' part of your very first attribute.
Try that and let's see if it works!
------------------
Street Bikers United - protecting the rights of motorcyclists worldwide.
Cosmic Custom Airbrush - Hawaii's premier airbrush studio.
New Life Community Church - Your Christian online community
-
Jul 4, 2000, 00:40 #6
- Join Date
- Feb 2000
- Location
- Brisbane, Queensland, Australia
- Posts
- 187
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Yeah, I actually had that in before and removed it to see if it made a difference. It didn't and I forgot to put it back in.
I have put it back in now though but still doesn't work unfortunately.
-
Jul 4, 2000, 03:48 #7
- Join Date
- Aug 1999
- Location
- Pittsburgh, PA, USA
- Posts
- 3,910
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Wilmont: could you post a link? That will allow us to view the source of the page and try to report on what might be wrong.
------------------
Chris Bowyer
MyCoding.com: Join our mailing list for launch notification!
"I'm not an insomniac, I'm a web designer."
-
Jul 4, 2000, 14:09 #8
- Join Date
- Feb 2000
- Location
- Brisbane, Queensland, Australia
- Posts
- 187
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
There is actually a link above in one of my earlier replies. But here they are again.
www.webmasterslibrary.com for the non-working default link colour.
www.webmasterslibrary.com/articles/ for the working version using the default link properties as internal styles.
Problem is, the same code which works fine with internal styles does not work when put in external style. However, All styles except the default link colour work. (including the hover, visited properties for the default link type)
Thanks.
-
Jul 5, 2000, 15:10 #9
- Join Date
- Feb 2000
- Location
- Brisbane, Queensland, Australia
- Posts
- 187
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks for your help everyone. I found out what the problem was though..
Removing the <style> and </style> from the external styles file made everything work. It is strange that everything except the default link colour worked before I removed it though.
Oh well..
-
Jul 5, 2000, 17:30 #10
- Join Date
- Feb 2000
- Location
- NE FL, USA
- Posts
- 301
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I don't use external style sheets, but when I do I'll be sure to keep that in mind. Thanks for the info!
Mike
------------------
Street Bikers United - protecting the rights of motorcyclists worldwide.
Cosmic Custom Airbrush - Hawaii's premier airbrush studio.
New Life Community Church - Your Christian online community
Bookmarks