Profile
Achievement
vagrantradio's Recent SnippetsTagged css
- All /
« Prev 1 Next »
Add the last three lines to fix text-indent in IE7. Alternatively, you can also add text-transform:capitalize.
0
758
posted 14 years ago by vagrantradio
If you don’t use this order, IE8-as-IE7 doesn’t apply the opacity, although IE8 and a pure IE7 do.
5
1015
posted 14 years ago by vagrantradio
HTML 5 provides some great new features for web designers who want to code readable, semantically-meaningful layouts. However, support for HTML 5 is still evolving, and Internet Explorer is the last to add support. In this tutorial, we’ll create a...
3
1154
posted 14 years ago by vagrantradio
Starter barebones stylesheet that fixes many common browser differences and styles all common HTML elements. - Will be updated.
3
1254
posted 14 years ago by vagrantradio
Any table with an attribute of align="left" also applies float:left in older versions of IE, this fixes it.
0
934
posted 14 years ago by vagrantradio
Requires markup, yes. Cross-Browser compatible, yes. Requires images, no.
0
722
posted 14 years ago by vagrantradio
jQuery Ajax function to load xml data into a table and add class to even rows for striping.
1
1600
posted 14 years ago by vagrantradio