Search Results

1
vote

How to get usage(progress) bar to display properly in IE

What are $s, $v and $g doing in your HTML; and the <br>, for that matter? If I remove the <br>, and replace those $ values by actual percentages that a …
1
vote

Scroll Lag With CSS3 Attribute box-shadow?

Your best bet would be to use -moz-border-image instead. That should solve both your issues. …
0
votes

How Firefox renders links

That's because .show() turns them into blocks: This function shows the matching elements on the page whe …
1
vote

extension like firebug to actually write on the file system

You can could use the Web Developer Toolbar for this. The changes you make in its CSS editor (CSS > E …