On Jul 15, 3:00 am, Richard Quadling <[email protected]> wrote: > Hi. > > Using ... > > <html> > <head> > <title>Show CSS Before and After issue</title> > <style type="text/css"> > span { border: 2px solid green; } > span:before { content : 'BEFORE ['; border : 2px solid red; } > span:after { content : '] AFTER'; border : 2px solid blue; } > </style> > </head> > <body> > <span>Text</span> > </body> > </html> > > In FireFox V3.6.6 and FireBug V1.6X.0a16 and V1.6X.0a17, the <span> is > rendered correctly, but I cannot find any information about > before/after in the inspected <span> tag.
That is because the before/after content is CSS not HTML. > > The CSS tab shows the CSS (as expected), but there is nothing else. What else do you expect? jjb > > Regards, > > Richard Quadling. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
