moonbeam Posted June 10, 2005 Share Posted June 10, 2005 How can I have these links: My Account..Shopping Cart...Checkout use the same call to the stylesheet as my breadcrumb. They use A. headernavigation and the breadcrumb uses TD. headernavigation. I would like both to use the same function. I found the lines in header.php but the function already looks the same. Any ideas? Always greatful, Moon "Woohoo, Just Havin Funnn!" Link to comment Share on other sites More sharing options...
♥Vger Posted June 10, 2005 Share Posted June 10, 2005 Hi Moon, Don't really understand what's happening, because as you've already said they are the same class. In header.php it's the headerNavigation class, and in breadcrumbs.php it's the same. If you can't figure out why it's not working then you can always set up another class to match up with your header.php and then change breadcrumbs.php to the new class. Vger Link to comment Share on other sites More sharing options...
moonbeam Posted June 10, 2005 Author Share Posted June 10, 2005 Hi Moon, Don't really understand what's happening, because as you've already said they are the same class. In header.php it's the headerNavigation class, and in breadcrumbs.php it's the same. If you can't figure out why it's not working then you can always set up another class to match up with your header.php and then change breadcrumbs.php to the new class. Vger <{POST_SNAPBACK}> Hi Viger, Glad to see you! Please look Here. I want to change the colors for My Account..Shopping Cart...Checkout to match the breadcrumb. When I do, the colors change on my featured products and specials box change. I don't want that. So I thought I could somehow get the above three links to follow the breadcrumb call to the stylesheet. Does that make sense? Thanks, Moon "Woohoo, Just Havin Funnn!" Link to comment Share on other sites More sharing options...
♥Vger Posted June 10, 2005 Share Posted June 10, 2005 I want to change the colors for My Account..Shopping Cart...Checkout to match the breadcrumb. Yes, I see that, but that's the problem. They are already using the same class as the breadcrumb and should be using the same colours. Somehow I think that one of them is using the default link colours. One quick fix is to use <font color="#whatever"> for each link in the header, which will override any default link colours. Another way is to create another headerNavigation class and change the references just in the header to the new class. Vger Link to comment Share on other sites More sharing options...
moonbeam Posted June 10, 2005 Author Share Posted June 10, 2005 Thanks so much. Could you point me somewhere where I could learn to make another class? In the mean time I will the quick fix. Thanks again you deserve a good belly scratch for that! Moon "Woohoo, Just Havin Funnn!" Link to comment Share on other sites More sharing options...
♥Vger Posted June 10, 2005 Share Posted June 10, 2005 In your stylesheet.css copy and paste this: A.headerNavigation { color: #FFFFFF; } A.headerNavigation:hover { color: #ffffff; } change its title to headerNavigation2, and then change the colour of the links. Change the references in the header to <td class=headerNavigation2> and you're all done. Vger Link to comment Share on other sites More sharing options...
moonbeam Posted June 10, 2005 Author Share Posted June 10, 2005 perrrrrfect! Thanks so much, Moon "Woohoo, Just Havin Funnn!" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.