|
| |
|
|
johnanthonygroup
Posts: 78 From: Arlington, Massachusetts Status: offline
|
I have an issue that I need help resolving. - 5/29/2003 13:42:01
I have an issue that I need help resolving. I’m using shared borders that are navy blue and the links are light blue. I’ve created a page that I’ve linked these pages to (i.e.: get background information from another page) that reflect those choices. In the body of the page (which is white), I’d prefer to have the links the standard blue link color. All of the content of the page is in a table. Can I create a cascading style sheet that only impact the links in the table, which is on my page and not the shared borders?
_____________________________
Tony Holowitz John Anthony Group www.johnanthonygroup.com www.tonytheteacher.com
|
|
|
|
pageoneresults
Posts: 1001 From: Orange, CA USA Status: offline
|
RE: I have an issue that I need help resolving. - 5/29/2003 18:02:17
Hey bobby, you posted a perfect example for me to show you how to use the Cascade to optimize your CSS. You' ll come to rely on the Cascade as it will be of great benefit in keeping your CSS files lean and mean. Here is the above code optimized and utilizing the Cascade. This code does validate with the W3C and shows no errors or warnings! a { text-align: center; font-size: 14px; font-weight: normal; text-decoration: underline; } a:link, a:visited, a:active { color: #c30; background: transparent; } a:hover { color: #fff; background: #6b9689; text-decoration: none; } a.white:link, a.white:visited, a.white:active { color: #fff; background: transparent; } a.white:hover { color: #6b9689; background: #fff; text-decoration: none } Here is a working example of [url=" http://www.csstips.com/cascade/" ]Bobby' s Optimized CSS[/url] using the Cascade.
< Message edited by pageoneresults -- 5/29/2003 8:29 PM >
_____________________________
SEO Consultants Directory Find Search Engine Marketing Companies
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|