I know css, but how do I style html that I can't see for the html/javascript badge?
My question is in regards to css customization of the html/javascript badges. If all that shows in my source code is the javascript, how am I supposed to style it with css? Is there a list somewhere of the style's used, or a way to view the html the the javascript is outputting?
8
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?there is a plugin for firefox called firebug that allows you to inspect any element. install the plugin, highlight an element, right click, and select inspect element.
twitter's html format:
twitter post
about 5 hours ago
-
Inappropriate?<ul id="twitter_update_list">
<li>
<span>
Tweet
</span>
<a href="http://twitter.com/YourTwitterName/statuses/2438845587" style="font-size: 85%;">about 5 hours ago</a>
</li>
</ul>
Loading Profile...



