Html

TwitterFacebook
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

http://www.quackit.com/html/codes/html_background_image_codes.cfm
emails

FadeIn problem using Chrome

http://efreedom.com/Question/1-1433205/Jquery-Hide-FadeIn-Problem-Using-Google-Chrome When user click on that, the "Start" content shows up, but it hides after ... Only in Google Chrome ...IE8 and Firefox 3.5 works fine... Any idea?
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

http://www.seangw.com/wordpress/2010/04/html-fadein-fadeout-basic-javascriptajax-tutorial-using-jquerys-fadeto/
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. http://www.css3.info/preview/rounded-border/

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. http://www.alistapart.com/articles/sprites/

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. http://www.blogohblog.com/nifty-rounded-edges-using-only-css/

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". http://www.webmasterworld.com/forum21/12294.htm

CSS Links

http://www.echoecho.com/csslinks.htm C SS has several options for redefining the style of links. H ere you can see a few examples on how CSS can be used to replace the traditional image based mouseover effects for links. T he hover style is not supported by Netscape browsers prior to version 6, but since it does no harm, you can still use it for the benefit of the +90% of visitors that arrive using MSIE). O ne of the most common uses of CSS with links is to remove the underline. Typically it's done so that the underline appears only when a hover occurs.
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)

Bigger spaces between words

http://www.htmlhelpcentral.com/messageboard/showthread.php?3505-Bigger-spaces-between-words&s=b04ed48e11e05f025d632d857be1c066

texto em negrito, italico e sublinhado

http://www.codigofonte.net/dicas/html/126_aprenda-como-deixar-seu-texto-em-negrito-italico-e-sublinhado Fala pessoal, tudo beleza? Bom, neste artigo irei explicar como deixar seus textos em negrito, itálico ou em sublinhado. É bastante simples, basta apenas uma atenção para você personalizar seus textos.