..sectionCellBlack a {...}
..sectionCellBlack a:hover {...}
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"swspain" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
How do I go about making the link colors/attributes appear a certain way
everytime they're within this style, but not outside of it?
.sectionCellBlack {
border-bottom-width: thin;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #346A74;
}
Thanks. |