pregraph / Items
-
CSS Large backgroundThis article shows a technique on how to make a large background site with CSS.
pregraph
added
13 months ago
- SHARE
- VIEW IN TWINES (1)
- VIEW WEB PAGE
-
CSS sprite outlineTo get rid of the outline when you use text-indent put this in the a tag: outline:0;
pregraph
added
17 months ago
- SHARE
- VIEW IN TWINES (1)
-
TripoliTripoli is a generic CSS standard for HTML rendering. By resetting and rebuilding browser standards, Tripoli forms a stable, cross-browser rendering foundation for your web projects.
pregraph
added
17 months ago
- SHARE
- VIEW IN TWINES (1)
- VIEW WEB PAGE
-
-
Safari text rendering fix* {text-shadow: #000000 0 0 0px;}
pregraph
added
17 months ago
- SHARE
- VIEW IN TWINES (1)
-
Transparency for cross-browser compability.transparency { filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; }
pregraph
added
17 months ago
- SHARE
- VIEW IN TWINES (1)
-
PixiePixie is a free, open source web application that will help you quickly create your own website. Many people refer to this type of software as a content management system (cms), we prefer to call it a small, simple, website maker. Download and try Pixie here.
pregraph
added
17 months ago
- SHARE
- VIEW IN TWINES (1)
- VIEW WEB PAGE
-
ExpressionEngine - Publish Your Universe!ExpressionEngine: Publish Your Universe
pregraph
added
17 months ago
-
IE6 PNG alpha transparency
.trans {background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/imagename.png', sizingMethod='image/scale/crop');}This code is to be put in a IE specific stylesheet.
pregraph
added
17 months ago
- SHARE
- VIEW IN TWINES (1)
