On 11/10/11 10:58 AM, Jukka K. Korpela wrote:
11/10/2011 8:35 PM, Angela French wrote:p a.downloadhelp { margin-bottom:20px!important; }By the specs, and by browser practice, vertical margin properties "do not apply" (i.e., are syntactically allowed but have no effect) to "non-replaced inline elements" (i.e., anything text-level, such as <a>, excluding e.g. images, which are "replaced" elements).
Umm. The class="downloadhelp" is on your P element, not the A. Try: p.downloadhelp or just .downloadhelp as the selector. -- Cordially, David ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
