Guest Posted February 16, 2006 Posted February 16, 2006 I want to make the hyperlinks in the navigation bars or "infoboxes" a different colour than on the main body. Ive tried the following, which i think is right, and many other variations in the stylesheet to change the colour of the hyperlinks in the "infoboxes" but it isnt working. A.infoBoxContents { color: #333333; } A.infoBoxContents:hover { color: #666666; text-decoration: underline; } What's wrong with this? I would greatly apreciate being told what is wrong here. Thanks!
Guest Posted February 16, 2006 Posted February 16, 2006 this will only work if you explicitly specify the link parameters with a class infoBoxContents. So when you pass the link to the info box contents array you have to specify the class parameter if the <a> tag.
muskokee Posted March 1, 2006 Posted March 1, 2006 What's wrong with this? I would greatly apreciate being told what is wrong here.Thanks! I tried that too but also found it didn't work. Enigma spurred me on to investigater further. Change your navigation links using the boxText class at the top of the style sheet. Sheri :thumbsup:
muskokee Posted March 1, 2006 Posted March 1, 2006 Change your navigation links using the boxText class at the top of the style sheet.Sheri :thumbsup: Whoops :-" That class seems to only alter the size of the font rather than the colour. I'll keep fiddling around to find the solution because I need it as well. Sheri
Recommended Posts
Archived
This topic is now archived and is closed to further replies.