Profile
Achievement
Huskie's Recent SnippetsTagged css
- All /
« Prev 1 Next »
CSS code to add a CSS3 box shadow to the bottom of an element only.
0
873
posted 12 years ago by Huskie
IE6 and IE7 don't respect the 'outline' attribute for hyperlinks. This jQuery snippet removes the annoying outline in these browsers.
0
1054
posted 12 years ago by Huskie
In my opinion, this is the best cross-browser method of clearing floated elements in a container. Remember to add .clear-fix{zoom:1;} to an IE specific stylesheet, otherwise IE 7 will complain.
0
786
posted 12 years ago by Huskie
Pure CSS3 buttons with 9 pre-defined colours and 3 styles.
Adapted from Web Designer Wall - http://www.webdesignerwall.com/demo/css-buttons.html
1
860
posted 13 years ago by Huskie