perhaps you could apply a class to any inserted anchors, something like: JavaScript: $("li.tab").append('<a href="/index.htm" class="reset">A Link</a>');
CSS: a.reset { background:#FFF !important; // So on and so forth } - jake On Dec 19, 2007 2:40 PM, Reuben <[EMAIL PROTECTED]> wrote: > > Hi Bernd: > > Thanks for your great work. I'm new to CSS and jQuery, so forgive me > if there is an obvious answer to this. I'm trying to replace the > inside contents of a tab section with individual links. However, as > soon as I throw the <a> tags on something, the link inherits the class > of the tab section (with the gray BG and all). How can I inhibit this > with link content inside the tabs? Thanks! >