The obvious response is that when working with CSS -- that is, cascading style sheets -- you shouldn't have to edit every style sheet that has attributes for that ID. You should only have to edit the last style sheet, right? That's the whole point of cascading, especially for styled IDs, because you can have only one of any given ID per page. That's why I usually apply an ID to something that needs a link from elsewhere (including a jQuery modifier), and use classes for CSS styling.
On Wednesday, February 8, 2017 at 8:44:33 AM UTC-8, Simdude wrote: > > I've been searching the manual but haven't found how you quickly get to > CSS attributes. i.e., I have a div with some id and want to edit its > attributes that are in one or more css files. How can I quickly find the > attributes associated with this id? I don't believe BBedit has an inline > editor (ala Brackets that pops up all the CSS elements associated with that > id) but I assume there is some method to quickly access without doing a > project search, correct? > > Mark > -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email "[email protected]" rather than posting to the group. Follow @bbedit on Twitter: <http://www.twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/bbedit.
