On Sep 7, 9:14 am, John J Barton <johnjbar...@johnjbarton.com> wrote: > On Jul 15, 3:00 am, Richard Quadling <rquadl...@gmail.com> 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?
Ok I re-read the bug report: there is a firefox bug here. They don't handle these selectors. jjb > > 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 fire...@googlegroups.com. To unsubscribe from this group, send email to firebug+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.