stolz Posted February 3, 2003 Share Posted February 3, 2003 Hi. I want to change the color of the links that are included in Boxes, like Categories "Hardware,Software,..." or Information "Shipping & Returns,Privacy Notice,..." I've found A { color: #00000; } but it too changes the color of links out of the boxes. I want the links in boxes have a colour and other links have another different. I've tried using the atribute color in A.infoBox or A.infoBoxContents but it doesnt work. Coud you help me please?. Bye and Thanks in advice for any help and attention Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2003 Share Posted February 3, 2003 You will have to create a separate class in the stylesheet and apply it where you want to in your other files....have fun!.... or... pay somebody to do it :wink: Link to comment Share on other sites More sharing options...
mazza Posted February 3, 2003 Share Posted February 3, 2003 Try this: td.boxtext a { background-color: #FF0000; border: 1px solid #00FF00; } And replace the values inside with your own. These are pretty funky. You migth want to add the :hover, :active and :visited values also. This way you do not need to add any more classes. Not sure about the browser support though. "Use no way as way, have no limitation as limitation." - Bruce Lee Link to comment Share on other sites More sharing options...
Guest Posted February 3, 2003 Share Posted February 3, 2003 additionally download the manual at http://www.oscdox.com near the end is a list of .css and what they do within osc. cheers barry Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.