
Html
Get flash to fully experience Pearltrees
inline images
This article provides HTML background image code - code for setting a background image on an HTML element. More importantly, it also provides the CSS code for a background image. The CSS method is recommended as it is more powerful, besides, the HTML method is deprecated. CSS allows you to set a background image for any HTML element. Plus you can specify its position, whether it should repeat across the page, how it should repeat etc. Background Image Example
Background Image Code
emails
FadeIn problem using Chrome
Now that we have our JS library, we need to tell our document where it is (I renamed my js file to jquery.js, and threw it in the js folder): fadeTo takes 2 required parmeters — duration, and opacity. Duration can be a number (in milliseconds, 1000 is 1 second) or a string (such as “fast”, 200 ms and “slow”, 600 ms). Opacity is a value from 0 – 1, with 0.5 being 50% opacity (and 0 being invisible). To do this, we change our code below:
Fadein Fadeout
Home / CSS3 Previews / Border-radius: create rounded corners with CSS! The CSS3 border-radius property allows web developers to easily utilise rounder corners in their design elements, without the need for corner images or the use of multiple div tags, and is perhaps one of the most talked about aspects of CSS3. Since first being announced in 2005 the boder-radius property has come to enjoy widespread browser support (although with some discrepancies) and, with relative ease of use, web developers have been quick to make the most of this emerging technology.
Create rounded corners with CSS
Back when video games were still fun (we’re talking about the 8-bit glory days here), graphics were a much simpler matter by necessity. Bitmapped 2-dimensional character data and background scenery was individually drawn, much like today’s resurgent pixel art. Hundreds and later thousands of small graphics called sprites were the building blocks for all things visual in a game. As game complexity increased, techniques developed to manage the multitude of sprites while keeping game play flowing.
CSS Sprites
Nifty Rounded Edges Using Only CSS
If you have a Google Analytics account, you must have seen that Google uses slightly rounded edges in the menu buttons on the left. See the picture below :- Today, I will teach you how to give these nifty little rounded edges to your menu. Given below is the CSS code.Changing link color on hover?
This is presentational, therefore should be done with CSS instead of with body attributes. Add this to the head of your document (a better solution would involve storing this in a separate .css file and including it, but I'm going for simplicity here): Note, links are only "active" when you are in the process of clicking them. That is, "active" does not mean "if this link is the current page, highlight it differently".CSS Links
seems like most of the numeric ones do not need the ; but most of the umm :err: letter ones need ;. (by most, i mean the majority of a few i have tried lol)

