Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Price Menu Ellipsis 2 Re: Price Menu Ellipsis 2

#129291
wolfcry911
Participant

because the dd are in the same formatting context as the dt – not the absolutely positioned dt:after. So you’d need to compare dd’s z-index with that of dt’s.

Also, I don’t believe you can have a dl as a child of dl – I’d just continue to use dt/dd with a class for the subsets.

http://codepen.io/wolfcry911/pen/honwD