Welcome To Snipplr
Everyone's Recent Snippets Tagged css
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I’ve seen some very cool parallax effect around lately, especially liking the Silverback site. But none of them are particularly interactive, so I thought I’d make a small implementation of the Parallax effect that interacts with the mouse.
Ve...
1
702
posted 14 years ago by dom111
From: http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/
3
1087
posted 14 years ago by josephknight
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
855
posted 14 years ago by Meander365
The arguments circle, disc, square are used for the marked list. For the numbered list: decimal, lower-alpha, lower-roman, upper-alpha, upper-roman. The argument none determines marker type. It is the same as a parental element.
0
719
posted 14 years ago by Masis
In the browser Internet Explorer 6 when you use the enumerated list <OL> and the value "inside" of the parameter "list-style-position", the numbers more than 10 begin to collide the list text.
0
701
posted 14 years ago by Masis
This parameter determines the image address which serves as a list marker. This attribute is inherited; therefore value none is used for separate elements of the list for marker resto
0
754
posted 14 years ago by Masis
You’ve now told the HTML web page that is linked to this CSS document to display the nav_bar list as inline-block – or in a single, horizontal row. The first problem: IE6 and IE7 don’t recognize it, so you need to add something that only they...
1
644
posted 14 years ago by fatihturan
The code is not particularly pretty but it does the job.
If you call this file css.php you can call it like this:
css.php?files=reset,style,iefix&minify=yes
1
948
posted 14 years ago by Sverri
Using the CssRegistration control is the proper way to register CSS in a SharePoint master page/layout page, but it has drawbacks. Namely, no matter what order you put them on the page the server loads them in a seemingly arbitrary order, making it...
2
827
posted 14 years ago by rumremix
I switched the h1 to a span to stop the hover from being effective from the other side of the page. Take a look at it [here](http://jsbin.com/okepo4/6/,\"here\")
1
964
posted 14 years ago by s0l1dsnak3123