This is on both 1.3 and 1.4.
I have a page with this style:
#sidebar ul ul li:before {
content: "\00BB \0020";
}
And this HTML:
<div id="sidebar">
<ul style="border-left: 1px solid rgb(216, 216, 216);
border-right:
1px solid rgb(216, 216, 216); padding: 5px 8px; background-color: rgb
(237, 237, 237);">
<li class="pagenav">
<h2>Pages</h2>
<ul>
<li class="page_item page-
item-2"><a title="About" href="/?page_id=2">About</a></li>
</ul>
</li>
</ul>
</div>
Neither of the aforementioned versions of Firebug can pick up that
style when inspecting the page. :before is a new selector in CSS2 (not
CSS3).
CSS3 adds things like attribute selection and I'm not sure if that
works or not. There are a bunch of previews of new functionality here:
http://www.css3.info/preview/
But Firebug seems to work fine with most of them.
So does :before, :after not work intentionally?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---