Firefox, Safari e Chrome já implementaram propriedades do CSS3. Para que funcionem, é necessário adicionarmos os prefixos -moz (para renderização no Firefox) e -webkit (para renderização nos navegadores Chrome e Safari). Ambos são soluções proprietárias dos fabricantes. Veja abaixo 10 efeitos das folhas de estilos CSS3. http://www.kadunew.com/blog/css/10-efeitos-com-propriedades-css3 Share and enjoy:
http://www.smashingmagazine.com/2010/06/10/50-new-useful-css-techniques-tools-and-tutorials/ www.smashingmagazine.com/2010/06/17/start-using-css3-today-techniques-and-tutorials/ http://www.designzzz.com/top-16-free-online-tools-for-designers/ http://www.net-kit.com/mays-best-resources-for-css3/ Share and enjoy:
Abaixo apresento alguns truques para se usar no css que por vezes são muito úteis e evitam problemas futuros http://webdeveloperplus.com/css/25-incredibly-useful-css-tricks-you-should-know/ css técnicas http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/ Ferramentas para optimizar o css http://www.smashingmagazine.com/2006/09/02/list-of-css-tools/ http://www.smashingmagazine.com/2008/12/09/50-really-useful-css-tools/ Javascript técnicas http://www.smashingmagazine.com/2008/09/11/75-really-useful-javascript-techniques/ Redesenhar os botões padrão (submit) com css : http://particletree.com/features/rediscovering-the-button-element/ Share and enjoy:
Para quem precisa de Molduras em css para fotos apresento aqui algumas engraçadas. http://csscody.com/30-beautiful-photo-frames-brushes-and-actions/ Share and enjoy:
One of the most bizarre statistical facts in relation to browser use has to be the virtual widespread numbers that currently exist in the use of Internet Explorer versions 6, 7 and 8. As of this writing, Internet Explorer holds about a 65% market share combined across all their currently used browsers. In the web [...]
Interactive CSS 3 Generator from Ajaxian by Brad Neuberg 9 people liked this Many browsers have been experimenting with new custom CSS properties lately. Keeping track (and learning how to use them) can be a bit of a challenge. Via WidgetPad comes a nifty CSS 3 Generator that helps you understand the new CSS 3 [...]
LINKS DO DIA JQUERY PLUGINS http://visionwidget.com/inspiration/web/398-latest-jquery-plugins.html CSS http://www.google.pt/reader/view/#stream/feed%2Fhttp%3A%2F%2Fwww.smashingmagazine.com%2Ffeed%2F Share and enjoy:
css quick list CSS for beginers CSS cheat sheets CSS shorthand cheat sheets CSS reference guides XHTML cheat sheets HTML cheat sheets HTML5 cheat sheets Character entity cheat sheets RGB and HEX color cheat sheets Creating CSS layouts from scratch CSS tricks (beginners) CSS tricks (advanced) CSS organization CSS cross browser techniques Free CSS templates [...]
Quando estou a fazer uma estrutura com divs para uma página muita das vezes, tenho problemas com os float. Caso utilize um div com a propriedade float:left; ou float:right; o div seguinte fica escondido atrás do div anterior para utilizar isso uso um velho truque que é criar outro div com a propriedade: clear:both; Mas [...]