razzd
03-03-2006, 07:10 AM
Hello all...
I've got a page with a white background and the top bar has a blue backbround. I have ben trying to apply the follow code so that it only effects the top bar and not all of the rest of the url links on the rest of the page, i.e., white text on top bar and all other links as they are originally. When I apply this code to the css file, of course it effects all links which makes the main catagory link text white on the white background. I've tried numberous things without success. Without posting all of my feable attemps.... Can anyone help me with this?
A { text-decoration: none; }
A:link { color: #FFFFFE; }
A:visited { color: #FFFFF9; }
A:hover { color: #354F5E; }
One more thing. I added a Left column to my layout. I found that (div.footer) can control the spacing above the footer (between the footer and the new column) but what controls the spacing just below the top_bar? I have a gap of about 10px there and I have gone through the entire css layout, and the main.tpl and can't determine what contols this spacing. Any advice, please?
Thank you....
I've got a page with a white background and the top bar has a blue backbround. I have ben trying to apply the follow code so that it only effects the top bar and not all of the rest of the url links on the rest of the page, i.e., white text on top bar and all other links as they are originally. When I apply this code to the css file, of course it effects all links which makes the main catagory link text white on the white background. I've tried numberous things without success. Without posting all of my feable attemps.... Can anyone help me with this?
A { text-decoration: none; }
A:link { color: #FFFFFE; }
A:visited { color: #FFFFF9; }
A:hover { color: #354F5E; }
One more thing. I added a Left column to my layout. I found that (div.footer) can control the spacing above the footer (between the footer and the new column) but what controls the spacing just below the top_bar? I have a gap of about 10px there and I have gone through the entire css layout, and the main.tpl and can't determine what contols this spacing. Any advice, please?
Thank you....