
css
Get flash to fully experience Pearltrees
selectors
liquid
print
Pure CSS: Remove Link Properties for Linked Images with Borders
This document suggests three ways of presenting an image with a caption in HTML. Styling in CSS is also discussed. Summary: three methods Sadly enough, there is no markup for image captions in HTML, unless you count the figcaption element in HTML5 proposals . What comes closest to semantically associating some text content with some image is putting them into a table so that the image is in one cell and the text is either in another cell or in a caption element.
Image captions on Web pages - HTML and CSS techniques
How to Centre a DIV Block Using CSS
Tutorials: CSS Link Styles
Want to know how to create CSS link styles (pseudoclasses)? It's easy! Just follow along and you'll be a master in no time.Although CSS is generally considered a simple and straightforward language, sometimes it requires creativity, skill and a bit of experimentation. The good news is that designers and developers worldwide often face similar problems and choose to share their insights and workarounds with the wider community. This is where we come in. We are always looking to collect such articles for our posts so that we can deliver the most useful and relevant content to our readers. In this post, we present an overview of useful CSS/jQuery coding tips, tricks and techniques for visual effects, layouts and web form design to help you find solutions to the problems you are dealing with or will have to deal with in future. You may want to look at similar CSS-related posts that we published last months:
50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms) - Smashing Magazine
Equal Height Columns with Cross-Browser CSS and No Hacks
Applying border & opacity to images onMouseover in CSS In this tutorial, I'll show you how to use CSS alone to reproduce two popular image effects that have traditionally been done using scripting. The advantage of looking to CSS instead is obvious- much more lightweight and easier to implement. The two effects in question are:
Applying border & opacity to images onMouseover in CSS
Create a Sleek, High-End Web Design from Scratch - Psdtuts+
In this tutorial, we’ll put together a high-end Web design using a crisp, thin font, gorgeous background images, and clever use of space and layout. You can easily use the technique to create your own unique designs. Then when you’re finished reading this tutorial, you can cross over to our sister site NETTUTS and follow along as we build the design into clean and simple HTML.6.1 Specified, computed, and actual values Once a user agent has parsed a document and constructed a document tree , it must assign, for every element in the tree, a value to every property that applies to the target media type . The final value of a property is the result of a four-step calculation: the value is determined through specification (the "specified value"), then resolved into a value that is used for inheritance (the "computed value"), then converted into an absolute value if necessary (the "used value"), and finally transformed according to the limitations of the local environment (the "actual value"). 6.1.1 Specified values User agents must first assign a specified value to each property based on the following mechanisms (in order of precedence):
Assigning property values, Cascading, and Inheritance
Link Specificity
The Internet is still in its infancy as a medium but, slowly — very slowly — designers are coming to terms with it. Well, a small contingency of designers anyway. The sad fact is that the vast majority of Websites you’ll come across, especially small-medium sized business sites, would be better off being made into a print brochure.
What is Liquid Design? [Design Practice]
Sure, anyone can write CSS. Even programs are doing it for you now. But is the CSS any good? Here are 5 tips to start improving yours.
5 Ways to Instantly Write Better CSS - NETTUTS
Intricate Fluid Layouts in Three Easy Steps
The Year of the Script may have drawn attention away from CSS but building fluid, multi-column, cross-browser CSS layouts can still be as unpleasant as a lump of coal. Read on for a worry-free approach in three quick steps. The layout system I developed, YUI Grids CSS , has three components. They can be used together as we’ll see, or independently. The Three Easy Steps Choose fluid or fixed layout, and choose the width (in percents or pixels) of the page.Most designers and web developers only scratch the surface of the potent language that is CSS. In terms of programming languages, CSS has a fairly simple learning curve. That doesn’t mean that CSS isn’t a powerful language . Sometimes it’s the small things that make a huge difference in a website design. In this post we’re going to outline 10 awesome CSS techniques for web developers who know their stuff.

