Links inside links with CSS?
Posted: Tue Jan 27, 2009 9:44 am
I'm wondering if it's possible to create links inside links with CSS. I'm making an interface to navigate a hierarchy of content in a CMS, and each section has a list of content. If you click on the box containing the content, it will open a new listing with that content as the parent, and show all it's children (and so on as you navigate through the hierarchy). I'd also like to have links inside each box for editing, moving, or deleting each item... so far my attempts at doing this have failed, as styles applied to the parent a tag also apply to the a tags inside them. Any ideas?