Meander365


Member since 08/02/2009

9 snippets

6476 profile views

1 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

Meander365's Recent SnippetsTagged css



« Prev 1 Next »
1 725 posted 13 years ago by Meander365
This also use PIE.htc to force rounded corners in IE.
0 912 posted 13 years ago by Meander365
0 747 posted 13 years ago by Meander365
0 928 posted 13 years ago by Meander365
Great for those situations where you need an element fixed on a page - so when a user scrolls it stays in the same position - *relative to its parent element*.
0 789 posted 14 years ago by Meander365
In the example .description is a label and so needs to be made a block level element. For <p> elements (etc) this is not needed. The key to all this is overflow:hidden.
0 756 posted 14 years ago by Meander365
Apply an inline-block to all browsers, including IE6 and IE7.
0 686 posted 14 years ago by Meander365
A wrapper may be made to enclose the content of a page, and then you can write descendant CSS rules that mention that wrapper's ID or class name in the selector. But what if only IE thought that wrapper existed? Then those rules would only work for I...
4 807 posted 15 years ago by Meander365
Think this is a good one to remember. Let's say you have a set of list items and all of them have a border of 1px. Inside you have an image. When you hover over each list item you want the border to change thickness to 2px. The trick is to...
1 790 posted 15 years ago by Meander365
« Prev 1 Next »