spencermjax Posted September 6, 2005 Posted September 6, 2005 Is there an easy way to change the link color and hover color for all links in the column_left.php?
iggym Posted September 6, 2005 Posted September 6, 2005 On stylesheet.css look for the hover color. I think the hover color can be specified so it will be used throughout the site. Iggy
spencermjax Posted September 6, 2005 Author Posted September 6, 2005 yes, I got the overall hover part but now I would like to have all of the links in the column_left.php to be white and the rest of the links to be black.
iggym Posted September 6, 2005 Posted September 6, 2005 ok i think i got it... Paste this into your stylesheet.css .left-column:hover { color: #000000; background: #99ff00;} specify to whatever color u want there. Iggy
spencermjax Posted September 6, 2005 Author Posted September 6, 2005 sorry Iggym, that didn't work. Don't I need to call it somewhere in the code?
iggym Posted September 6, 2005 Posted September 6, 2005 on your index page, what is td class of your left-column? is it "left-column"? my best suggestion is for you to remove the background color on that code i gave you and seeing if that works.
spencermjax Posted September 7, 2005 Author Posted September 7, 2005 well, I did remove the background color but I have already tweeked my code and have my own class in that td. Not to mention, if I were to do it that way I would have to add that code to every other file in the main directory. I was hoping for an easier solution. I have already opened and changed code parts on each of the files in the main dir. I don't feel like doing it again. Oh well...guess I'll stick with black. Thanks anyway.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.