fjordaan + css   596

CSSquirrel : The Egotistical Puppet King & I | opinions and news on web design by Kyle Weems
In a way I should be grateful to Ian “Hixie” Hickson for being an egotistical tyrant. Without his inability to acknowledge that a consensus-driven, well-crafted and usable solution built by a group of well-meaning, hard-working people could actually somehow be better than his own personal opinion, he’s pulled me out of my long-hiatus and back to to the drawing board.
css  comic  hixie  whatwg  responsive  images 
12 days ago by fjordaan
SASS vs. LESS | CSS-Tricks
"Which CSS preprocessor language should I choose?" is a hot topic lately. I've been asked in person several times and an online debate has been popping up every few days it seems. It's nice that the conversation has largely turned from whether or not preprocessing is a good idea to which one language is best. Really short answer: SASS
css  less  sass  scss  compass  chris  coyier  comparison 
12 days ago by fjordaan
Metafizzy
Isotope
An exquisite jQuery plugin for magical layouts. Enables filtering, sorting, and dynamic layouts.
jQuery Masonry
A dynamic jQuery plugin for the flip-side of CSS Floats.
css  javascript  jquery  plugins  layout  masonry  grid  css3  rainbow  shadow  desandro 
20 days ago by fjordaan
Hiding content untangled: Hiding vs. moving out of the visible viewport | Marco’s accessibility blog
It is my sincere hope that this blog post helps to clear up some confusion about the types of “hidden” content, the effects “display: none;” vs. negative positioning has, and when to use what properly. A good rule of thumb might be: If something should remain hidden until the user performs a conscious action, use “display: none;”. Should something, on the other hand, become visible when navigated to via the keyboard, or be discoverable by screen reader users right away, use negative positioning.
marco  zehe  accessibility  mozilla  display  none  visibility  hidden  css  francois  comment 
4 weeks ago by fjordaan
table cells height & box model (standards)
Amazed doesn't follow the W3C box model for table cell height. Compare between FF and Chrome
CSS  from twitter
9 weeks ago by fjordaan
Responsive Navigation Patterns | Brad Frost Web
Here’s some of the more popular techniques for handling navigation in responsive designs:
css  mobile  navigation  responsive  patterns  brad  frost 
12 weeks ago by fjordaan
CALL FOR ACTION: THE OPEN WEB NEEDS YOU *NOW* - <Glazblog/>
Not so long ago, IE6 was the over-dominant browser on the Web. Technically, the Web was full of works-only-in-IE6 web sites and the other browsers, the users were crying. IE6 is dead, this time is gone, and all browsers vendors including Microsoft itself rejoice. Gone? Not entirely... IE6 is gone, the problem is back. [...] I am asking all the Web Authors community to stop designing web sites for WebKit only, in particular when adding support for other browsers is only a matter of adding a few extra prefixed CSS properties.
css  daniel  glazman  glazou  open  web  webkit  vendor  prefixes  ie6 
february 2012 by fjordaan
haz.io › HTML5 & CSS3 Browser Capabilities
Trio of useful HTML5/CSS3 resources: HTML5Please, CanIUse, Haz.io
css  html5  from twitter
february 2012 by fjordaan
CSS Tip: Targeting IE 5.x, 6 and 7 Separately - Ed Eliot
In rare situations it may be necessary to provide different rules, not only to the Internet Explorer family in general, but also to each individual version. We can combine 3 CSS Hacks to achieve this.
CSS  hack  IE  version  ie6  ie7  ie5  underscore  star 
february 2012 by fjordaan
The two CSS Selector bugs in IE6 « Paul Irish
But beyond selectors not being implemented, there are two BUGS when it comes to selectors in IE6:
The multiple class bug
The ID-class bug
bugs  css  ie6  multiple  class  selectors  paul  irish 
january 2012 by fjordaan
HTML5 Please - Use the new and shiny responsibly
HTML5 Please great site that tells you what , etc. features are safe to use. /via
CSS3  HTML5  css  from twitter
january 2012 by fjordaan
Perfection kills » Profiling CSS for fun and profit. Optimization notes.
I wanted to see the kind of impact these nice UI elements have on performance.
css  optimization  performance  css3  profiling 
january 2012 by fjordaan
Josh Sullivan: Css3 progress bars
I made CSS3 progress bars. They are light-weight, requiring no javascript. They look great on iOS devices and they're incredibly simple to use and customize. No images are used.
css  progress  bars  indicators 
january 2012 by fjordaan
On Adaptive vs. Responsive Web Design - The Easy Designs Blog
In the past few months, I’ve spent an inordinate amount of time discussing the differences between the “adaptive” and “responsive” web design philosophies. Don’t get me wrong, I love having these discussions, but I felt the need to set the record straight: these two philosophies are not at odds, despite numerous blog posts and tweets to the contrary.
adaptive  css  responsive  progressive  enhancement  aaron  gustafson  nomenclature 
december 2011 by fjordaan
CSS Crunch: new IE Extension for developers - IEBlog - Site Home - MSDN Blogs
There are many tools in the market that allow you to customize your pages' cascading style sheets (CSS), but there are actually a very few that do the opposite—scan for all the CSS rules in the document and remove those that are not used. Cleaning out the CSS will not only reduce the bandwidth impact, but will also improve the performance of the browser (minimizing the time spent by the CSS engine to parse the style sheets).
CSS  crunch  selector  rule  usage  bookmarklet 
november 2011 by fjordaan
Animate.css - a bunch of plug-and-play CSS animations
animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness. To use them in your project, simply add the class to the element.
animation  animations  css  css3  flash  bounce  shake  swing  pulse 
november 2011 by fjordaan
Pure CSS GUI icons (experimental) – Nicolas Gallagher
An experiment that uses pseudo-elements to create 84 simple GUI icons using CSS and semantic HTML. I don’t think this is practical and I hope people are aware of the limitations. Images and SVG are better tools for the job.
css  css3  icons  gui  before  after  pseudo-elements 
november 2011 by fjordaan
An explanation of the CSS animation on Apple's iPhone 4S webpage -- John B. Hall
The "phone stage" (blue-bordered box) contains all 6 "slides" of the animation sequence and has a transition css property with a duration and timing function (a cubic bezier curve). For the phone stage to cycle from one slide to the next, its css transform property is updated with new translate and rotate values. At the end of the cycle, the phone stage's transition duration is temporarily set to 0ms while slide 6 resets to slide 1.
iphone  apple  animation  CSS  explanation  4s 
november 2011 by fjordaan
CSS Usage :: Add-ons for Firefox
Firebug extension to view which CSS rules are actually used.
css  usage  extension  selectors  dust 
october 2011 by fjordaan
A List Apart: Articles: Making Compact Forms More Accessible
To maintain accessibility, each form element should have an associated label that identifies that element’s purpose. Despite its compact design, there’s no reason our form can’t meet this guideline.
accessibility  css  compact  forms  in-field  labels  alistapart 
july 2011 by fjordaan
Theming - Ext JS 4.0.2 API Documentation
Ext JS 4 has a brand new theming system to customize the look of your application while still supporting all browsers.
sencha  extjs  sass  less  css  theming  watchlater  js 
june 2011 by fjordaan
Lettering.js - A jQuery plugin for radical web typography.
Web type is exploding all over the web but CSS currently doesn't offer complete down-to-the-letter control. So we created a jQuery plugin to give you that control. Here are a few examples of what can easily be done with Lettering.js:
css  javascript  jquery  lettering  typography  js  kern 
april 2011 by fjordaan
HTML5 Reset Stylesheet | HTML5 Doctor
We’ve had a number of people ask about templates, boilerplates, and styling for HTML 5. Last week, Remy introduced some basic boilerplates for HTML 5, so to keep the momentum going, I’ve modified Eric Meyer’s CSS reset for you to use in your HTML 5 projects.
html5  reset  css 
march 2011 by fjordaan
BeerCamp at SXSW 2011
Wha..??! RT : Two lovely CSS scrolling effects I saw today for the first time.
sxsw  beercamp  3d  css  html5  inspiration  zoom  typography  css3  from twitter
march 2011 by fjordaan
Type study: An all CSS button « The Typekit Blog
The button is also a great place to showcase many of the new CSS3 properties in one place, which is another reason I’m particularly taken with buttons at the moment. Through the use of box-shadow, text-shadow, border-radius, and CSS gradients, we can create highly polished interface components that don’t require images.
animation  css3  typekit  button  buttons  css  dan  cederholm  shadow 
february 2011 by fjordaan
Nifty CSS buttons - Anna Debenham
I was messing around with making buttons in CSS and thought I’d share the code I wrote. I discovered that using an inset shadow gives the button a little glow on the top.
css  buttons  annadebenham  css3 
january 2011 by fjordaan
3D Text in CSS
Use multiple text-shadows to create 3D text on any HTML element.
No extra HTML, no extra headaches, just awesomesauce. Works in the latest builds of Safari, Chrome, Firefox, and Opera.
3d  css  css3  text 
january 2011 by fjordaan
SonSpring | Formalize CSS
I want some measure of control over form elements, without changing them so drastically as to appear foreign in a user’s operating system. Thus, my quest to find a happy medium, where browsers would generally agree and let me keep my sanity. The result is what I’m simply referring to as Formalize CSS.
css  framework  jquery  standard  forms  formalize  fields 
november 2010 by fjordaan
The Grid System
The ultimate resource in grid systems.
design  grid  system  CSS 
november 2010 by fjordaan
CSS: How to Host Right-to-Left Styling – Jens O. Meiert
For international projects, don’t use separate style sheets for right-to-left (RTL) styling: use natural (@dir) or artificial (@id, @class) hooks instead. The only exception are unbearable performance issues due to hundreds of RTL rules.
css  rtl  hebrew  arabic  i18n 
september 2010 by fjordaan
Code Style: Build better CSS font stacks
The font stack builder will help you build a better font stack from scratch, but what if you need a jump start, inspiration, or want to build on tried and trusted CSS font stacks? Start with this selection of pre-built font stacks and customise with your own preferred fonts.
font  stack  builder  css 
july 2010 by fjordaan
31Three - The portfolio of Jesse Bennett-Chamberlain
As a developer, you're an extremely creative individual. Getting your websites to behave in Internet Explorer is proof enough... you are creative. Even so, you may not have the time or know-how needed to get the design of your site looking as clean as your code. That's OK. I take design as seriously as you take your markup. Have a look around, and get in touch if you think we'd work well together.
css  design  inspiration  portfolio  designer  web-literate  steinway  campaignmonitor  31three 
july 2010 by fjordaan
#grid
inserts a layout grid in web pages, allows you to hold it in place, and toggle between displaying it in the foreground or background. To see it in action, hit G on your keyboard.
css  design  grid  javascript  analog  keyboard  shortcut 
july 2010 by fjordaan
@font-face gotchas « Paul Irish
Over the past few months, I've collected a few worthwhile notes on @font-face that are worth reading over if you geek out about this stuff…
css  font  font-face  gotchas  paulirish 
july 2010 by fjordaan
Blog | Graphicpeel — iOS Icons Made in Pure CSS
Each one of these icons was rendered in nothing but CSS, no images. Viewed best in Safari 5 or Google Chrome.
pure  css  css3  ios  iphone  icons 
july 2010 by fjordaan
When can I use...
Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies
browser  compatibility  html5  css3  tables  whencaniuse  css 
may 2010 by fjordaan
HTML5 presentation
This presentation was originally created by Marcin Wichary and modified by Ernest Delgado. The purpose of the presentation is to show the coming bleeding edge features for modern desktop and mobile browsers.
css  demo  javascript  presentation  html5  css3  from twitter
april 2010 by fjordaan
24 ways: Working With RGBA Colour
CSS3 introduces a couple of new ways to specify colours, and one of those is RGBA. The A stands for Alpha, which refers to the level of opacity of the colour, or to put it another way, the amount of transparency. This means that we can set not only the red, green and blue values, but also control how much of what’s behind the colour shows through. Like with layers in Photoshop.
24ways  color  css  rgba  transparency  opacity  drewmclennan  colour  css3 
april 2010 by fjordaan
24 ways: Rock Solid HTML Emails
Knowing which email clients you’re targeting not only makes the building process easier, it can save you lots of time in the testing phase too. For the purpose of this article, I’ll be sharing techniques that give the best results across all of the popular clients, including the notorious ones like Gmail, Lotus Notes 6 and Outlook 2007. Just remember that pixel perfection in all email clients is a pipe dream.
email  marketing  design  css  html  24ways  davidgreiner  campaignmonitor 
april 2010 by fjordaan
Button Width in IE
Ever been annoyed with extra padding in a input button in Internet Explorer? I was and I came up with this solution:
button  css  ie  width  input 
march 2010 by fjordaan
CSS Speech Bubble · David DeSandro
Speech bubble icons have become synonymous with comments. When creating yet another one for a standard comment link, it occurred to me that there might be a way to make the icon without ever opening up an image editor. It could all be done with CSS. After all, a word bubble is only two shapes a rounded rectangle and a triangle. For it to work, I just needed to add a couple tags inside the comment link.
pure  css  speech  bubble  icon  daviddesandro 
march 2010 by fjordaan
jQuery Masonry · David DeSandro
Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.
columns  css  jquery  layout  daviddesandro  float  alternative  grid  boxes  fit  masonry 
march 2010 by fjordaan
In the Woods – Vertical Centering With CSS
Vertical centering with CSS isn’t an easy thing to do. There are many different ways that may not work in some browsers. Let’s review 5 different ways to vertically centering objects, as well as the pros and cons of each method. My favourite method is number 3.
css  tutorial  vertical  centering 
march 2010 by fjordaan
CSS 100% Height | TutWow
A common problem among designers is how to get a div to stretch 100% of the window’s height. There are a few different techniques out there, but I came up with one that is my personal favorite, which I will share with you today.
css  tutorial  100%  height 
march 2010 by fjordaan
LESS.app For Mac OS X -- LESS CSS app
These two guys, Alexis and Dmitry, invented a time machine. They went forward 10 years, brought back CSS 4.0 and called it LESS. It's universally awesome and you can read about it here. This app makes working with LESS a snap by turning it into a graphical interface.
less  css  app  gui  mac  compiler 
february 2010 by fjordaan
Sass - Syntactically Awesome Stylesheets
Sass makes CSS fun again. Sass is CSS, plus nested rules, variables, mixins, and more, all in a concise, readable syntax.
sass  css  framework  variables  mixins  operations  nesting  ruby  less 
february 2010 by fjordaan
LESS - Leaner CSS
LESS extends CSS with: variables, mixins, operations and nested rules. Best of all, LESS uses existing CSS syntax. This means you can rename your current .css files to .less and they'll just work.
less  css  framework  variables  mixins  operations  nesting  ruby  sass 
february 2010 by fjordaan
Román Cortés » Pure CSS Coke Can
After doing the CSS Paper Bird effect, I found out that by a combination of the CSS1 properties background-attachment and background-position, 2D displacement maps could be created and, by scrolling, the displacement map would be applied to different parts of the texture (a background image).
css  displacement  coke  can  3d  css3  cool 
january 2010 by fjordaan
Eric's Archived Thoughts: JavaScript Will Save Us All
A while back, I woke up one morning thinking, John Resig’s got some great CSS3 support in jQuery but it’s all forced into JS statements. I should ask him if he could set things up like Dean Edwards‘ IE7 script so that the JS scans the author’s CSS, finds the advanced selectors, does any necessary backend juggling, and makes CSS3 selector support Transparently Just Work. And then he could put that back into jQuery.
eric  meyer  javascript  js  css  support  css3  ie7  jquery  sizzle  save 
january 2010 by fjordaan
CSS background transparency without affecting child elements, through RGBa and filters - Robert's talk
Therefore, I can happily offer an alternative for you: RGBa colors. The beauty in this is that you declare the normal RGB values + values for the level of transparency you want, resulting in a very easy way to declare transparency for a color.
css  transparency  rgba  IE  filters  background  opacity 
january 2010 by fjordaan
SpriteMe
Background images make pages look good, but also make them slower. Each background image is an extra HTTP request. There's a fix: combine background images into a CSS sprite. But creating sprites is hard, requiring arcane knowledge and lots of trial and error. SpriteMe removes the hassles with the click of a button.
css  sprites  generator  utility  spriteme 
october 2009 by fjordaan
Wikipedia’s markup: some case studies
Wikipedia is a fascinating eco-system of content, structure and style. I have dived down into this system in order to better understand it, learn how to reuse the content in many ways, and how to improve it.
hakon  lie  wikipedia  html  markup  css  redesign  printing 
september 2009 by fjordaan
Carsonified » How to Create a Valid Non-Javascript Lightbox
I recently came across a solution on CSSPlay for a JavaScript free lightbox that uses invalid markup. So, being a sucker for a challenge, I set myself the task of creating one with valid markup and I eventually succeeded.
non-javascript  lightbox  css  jenna  smith 
september 2009 by fjordaan
Build an Auto-Scrolling Slideshow That Works With and Without JavaScript - Nettuts+
Create a jQuery slideshow that enables you to click through each slide when JavaScript is disabled, without having to display all slides one under the other.
jquery  slideshow  javascript  tutorial  css  slider  jenna  smith 
september 2009 by fjordaan
XHTML & CSS Lightbox
A valid XHTML & CSS Lightbox (no JavaScript) by Jenna Smith
css  lightbox  html 
september 2009 by fjordaan
A List Apart: Articles: Printing a Book with CSS: Boom!
Can CSS be used for serious print jobs? To find out, we decided to take the ultimate challenge: to produce the next edition of our book directly from HTML and CSS files. In this article we sketch our solution and quote from the style sheet used. Towards the end we describe the book microformat (boom!) we developed in the process.
alistapart  css  print  books  howto  printing  pdf  hakon  lie  bert  bos  boom  microformat 
september 2009 by fjordaan
The 1Kb CSS Grid by Tyler Tate :: A simple, lightweight approach
Other CSS frameworks try to do everything-grid system, style reset, basic typography, form styles. But complex systems are, well, complex. Looking for a simple, lightweight approach that doesn't require a PhD? Meet The 1Kb CSS Grid. »
netvouzimported  netvouzpublic  1kbgrid  css  framework  grid  lightweight  tate  tyler 
june 2009 by fjordaan
Styling buttons to look like links | Natalie Downe
A common mistake that many developers make is to use a link to trigger an action on the server, for example deleting an item from a shopping basket or adding something to your favourites. Both of these examples are actions that modify state on the server and should therefore be performed using 'post'.
netvouzimported  netvouzpublic  buttons  css  get  links  natbat  post  server  styling 
june 2009 by fjordaan
24 ways: Absolute Columns
As the title implies, we are indeed going to be discussing columns today-more to the point, a handy little application of absolute positioning that may be exactly what you’ve been looking for…
netvouzimported  netvouzpublic  24ways  absolute  columns  css  positioning 
june 2009 by fjordaan
Dinky pocketbooks with WebKit transforms | Natalie Downe
Brian Suda happened to be in the office that day and pointed me to a cool Flash interface for creating these, pocketmod.com. He also suggested that it would be possible to build these using just HTML and CSS with CSS3 transforms, currently supported by Safari and WebKit.
netvouzimported  netvouzpublic  css  natbat  pocketbook  print  safari  suda  transforms  webkit 
may 2009 by fjordaan
Image-free CSS Tooltip Pointers - A Use for Polygonal CSS? | Filament Group, Inc., Boston, MA
A while back, Tantek Celik released A Study of Regular Polygons, which used a little-known CSS trick to create non-rectangular shapes such as triangles and pentagons with nothing more than an ordinary HTML element. The experiment is very interesting and really cool, but the practical takeaway wasn’t immediately clear.
netvouzimported  netvouzpublic  arrow  css  filament  jquery  pointer  polygonal  popup  shapes  styles  tantek  tooltip  triangles 
april 2009 by fjordaan
CleverCSS
CleverCSS is a small markup language for CSS inspired by Python that can be used to build a style sheet in a clean and structured way. In many ways it's cleaner and more powerful than CSS2 is.
netvouzimported  netvouzpublic  arithmetic  clevercss  css  language  markup  python  structured  variables 
april 2009 by fjordaan
A List Apart: Articles: Fluid Grids
However, our client had one last, heart-stopping requirement: the design had to be fluid and resize with the browser window.
netvouzimported  netvouzpublic  alistapart  css  fluid  grid  hack  ie6  layout  liquid  max-width 
march 2009 by fjordaan
Mozilla Webdev » Blog Archive » Cross-Browser Inline-Block
Ah, inline-block, that elusive and oh so tempting display declaration that promises so much, yet delivers so little. Too many times have I received PSD files like this: Gallery Design and begin to cry. Normally, this type of layout would be a cakewalk. Fixed width, fixed height, float:left and you’re done. Buuuuut, the design needs to work with variable amounts of content, which means if one of these blocks has more content than the others, it will break the layout:
netvouzimported  netvouzpublic  cross-browser  css  gallery  grid  inline-block  layout 
march 2009 by fjordaan
CSS-Based Tables: Modern Solutions | CSS | Smashing Magazine
So what do we have? Let’s take a look around: over 28 modern css-based techniques in a brief overview.
netvouzimported  netvouzpublic  alternative  colours  css  stripes  tables  zebra 
february 2009 by fjordaan
Google Open Source Blog: CSS Selector Shell Released
So far this tool has proven quite useful by showing what happens when developers try to make use of CSS selector syntax that may not be supported in a particular browser. Specifically, it can show how and perhaps why a particular CSS hack works in some browsers and how it is ignored in others. It can also demonstrate the potential for harm when using unsupported CSS syntax in some browsers.
netvouzimported  netvouzpublic  browser  css  csstext  google  selector  shell  support  test 
january 2009 by fjordaan
CSS Compatibility and Internet Explorer
This article provides an at-a-glance look at CSS compliance across recent versions of Internet Explorer, including support in Internet Explorer 8 Beta 2 and planned support in the final version of Internet Explorer 8.
netvouzimported  netvouzpublic  compatibility  css  ie  support  versions 
january 2009 by fjordaan
Battle of the CSS Frameworks | Capsize Designs
I’ve become a little obsessed with CSS frameworks lately. I’ve tried just about all of them at one point or another.
netvouzimported  netvouzpublic  comparison  css  frameworks  list 
november 2008 by fjordaan
typeface.js -- Rendering text with Javascript, <canvas>, and VML
Instead of creating images or using flash just to show your site's graphic text in the font you want, you can use typeface.js and write in plain HTML and CSS, just as if your visitors had the font installed locally.
netvouzimported  netvouzpublic  alternative  canvas  css  embedding  flash  font  javascript  js  rendering  sifr  typeface  vml 
october 2008 by fjordaan
Robust CSS button by Gunlaug S?rtun on CSS-discuss
These shapes are only good for short, one-line, buttons since they can't grow in height. When subjected to font-resizing the text will stay in the middle of the vertically non-resizable button.
netvouzimported  netvouzpublic  button  css  css-discuss 
october 2008 by fjordaan
SitePoint Blogs » Dust-Me Selectors: Now Compatible With Firefox 3!
Today we released Dust-Me Selectors Version 2.1, the handy Firefox extension that trawls through your style sheets and cleans up unused selectors.
netvouzimported  netvouzpublic  css  dust-me  extension  firefox  selectors  unused 
october 2008 by fjordaan
Nicolas Cannasse Blog - HSS
HSS is tool that extends the CSS syntax with powerful features such as variables and nested blocks.
netvouzimported  netvouzpublic  cannasse  css  extend  hss  nested  nicolas  preprocessor  syntax  variables 
october 2008 by fjordaan
« earlier      

related tags

1kbgrid  2-col  3-col  3d  3px  4.0  4.xx  4s  24ways  31three  100%  456bereastreet  1976design  a-z  aa  aaa  aardvark  aaron  abbreviations  about  absolute  accessibility  accessible  accessify  accesskey  adams  adaptive  adjacent  adobe  adrian  ads  advanced  after  agency  agitprop  ahem  aifia  aiga_atl  aim  airport  ajax  ajaxian  aka  al  ala  albin  aleksandar  alex  algonquin  align  alignment  alistapart  all-css  allmyfaqs  allsopp  alpha  alphabetise  alphaimageloader  alternate  alternative  alzheimer  amazon  analog  anchors  andreas  andrew  andy  angeles  animation  animations  annadebenham  annotations  annual  apart  apartments  apologia  app  apple  application  arabic  architecting  architecture  arithmetic  arrow  arstechnica  art  asilomar  asked  asp  associations  atebits  atlanta  attractive  attribute  auditory  aural  auto  automatic  aviva  awards  babadag  bach  background  background-attachment  background-image  background-position  backward  badboy  balloon  bank  banking  banner  bar  bars  barstow  bartlett  base  basic  basics  bass  bbc  beauty  bednarz  beercamp  beethoven  before  behaviours  belgian  belle  ben  benchmark  benton  bergevin  bert  best  bestpractice  betting  bevel  big  block  blog  blooberry  bloody  blue  bluerobot  blur  body  book  bookmaker  bookmark  bookmarklet  bookmarklets  books  boom  border  border-collapse  border-spacing  borders  bos  bot  bottom  bounce  bowman  box  boxes  bracknell  brad  brainjar  brainstorms  brandy  breadcrumb  breadcrumbs  break-word  brett  brian  briggs  broadcast  brown  browse  browser  browsers  bubble  budd  buell  buffalo  bug  bugs  bugzilla  builder  bullet-proof  bullets  business  busy  button  buttons  cacheing  calculator  calendar  california  cameron  campaignmonitor  campbell  can  canada  cannasse  canvas  caps  captions  cards  caregiver  carlson  cart  carver  cascading  cat  cederholm  celik  cellspacing  center  centered  centering  centre  centred  centrica  centricle  certificate  certification  certified  champeon  championship  chandanais  change  chao  charcol  charts  checkboxes  cheztabor  choose  chris  christian  church  cinnamon  clagnut  clark  class  classical  clay  clearing  clevercss  client-side  clients  clock  clothing  cloud  cloudking  cms  cnet  code  codestyle  cog  coke  collapse  college  colophon  color  colorado  colors  colour  colours  column  columns  comic  comment  comments  common  commons  community  compact  company  comparison  compass  compatibility  compatible  compiler  complexspiral  compliant  compressor  conditional  configurator  conformance  conservation  conspiracy  constants  container  containing  content  contents  contenu  contextual  controls  cookiecrook  cool  corner  corners  corporate  corrected  cory  costello  council  counterculture  countries  courier  coyier  cpus  cq  craig  creative  creativecommons  cribsheet  critical  criticalmass  croft  cross-browser  cross-platform  crossbrowser  crunch  css  css-discuss  css-p  css3  cssbeauty  cssliquid  cssplay  csspp  csstext  csswizardry  culture  current  cursors  custom  customisable  customise  cuzillion  cv  czech  daily  dan  daniel  dao  dark  darvas  dashed  data  database  dave  david  daviddesandro  davidgreiner  davidson  davinci  deafness  dean  death  debugging  decrease  default  definitive  degradable  dell  demo  demonstration  denver  department  departure  desandro  desert  design  designed  designer  designmeme  detection  dhtml  dhtml-guis  diagnostic  diaz  difference  digital-web  discuss  disney  dispatch  displacement  display  disproving  dithered  div  diveintomark  dmgt  doc  doctype  dolphin  dom  dominey  donimo  dooce  doors  dot  dotjay  dotted  doubled  doug  douglas  downing  download  doxdesk  draw  dreamprojections  dreamweaver  drewmclennan  drop  drop-down  dropdown  dropshadow  dropshadows  dual  duluth  dunstan  dust  dust-me  dustin  dutch  dynamic  e-com  e-commerce  e-consultancy  easysite  ebook  ebuyer  ecco  ecoculture  ecom  ecommerce  econsultancy  edevcafe  edge  editor  education  edwards  effects  efficient  element  elephant  elitism  els  em  email  embedding  ems  enhancement  environmental  eric  error  espn  essential  evolt  example  examples  experiment  experimental  experiments  explained  explanation  explorer  expression  expressions  extend  extension  external  extjs  ezboard  fabrice  factfinder  factory  fahrner  fail  family  faq  faqs  fast  fastcompany  faster  favelets  fear  female  field  fields  fieldset  filament  file  filter  filtering  filters  financial  fir  firdamatic  firebug  firefox  firstdirect  fit  fitts  fivesevensix  fixed  fixes  flash  flaws  flexible  flicker  flicker-free  flickering  flickr  float  floating  floats  fluid  fold  font  font-face  font-size  font-variant  fonts  fontsize  footer  footerstick  form  formalize  formatter  formatting  forms  forums  fouc  found  frame  frames  framework  frameworks  francois  free  freelance  frequently  frost  fuller  functionality  funny  galaxy  gallant  gallery  game  gap  garden  gecko  geek  generate  generation  generator  generic  geocities  geoff  german  get  getelementbyid  gibbons  gif  glassdog  glazblog  glazman  glazou  glish  glossary  gnu  golding  golf  good  google  gotchas  government  gpl  gradient  graphs  greasemonkey  greenflag  grey  grid  grids  guelph  gui  guide  guidelines  guigalaxy  guild  guillotine  guis  guru  gustafson  hack  hacks  hakon  hal  hale  hall  hamilton  handheld  hanging  hanson  happy  harley-davidson  harry  haughey  having  head  header  heading  headings  health  healthcare  heather  hebig  hebrew  height  heilmann  hell  help  helpfile  hesperia  hicksdesign  hickson  hidden  hide  hiding  hierarchical  high  highlight  highlighting  highpass  hixie  hlp  hockey  holly  holzschlag  homeless  homepage  homer  horizontal  horizontally  hospitals  hosted  house  hover  howat  howden  howto  hr  hsbc  hss  html  html5  htmlgoodies  htmlhelp  humour  hunt  hwg  hybrid  i18n  ia  ian  icelandic  icon  icons  id  ie  ie5  ie5.1  ie6  ie7  ie8  ieblog  iedocmon  iframe  illustration  image  images  import  import?  in-field  inc  increase  incutio  indentation  index  indicators  information  ingo  inheritance  inknoise  inline  inline-block  inman  input  inspiration  installed  installer  institute  insurance  interactive  interesting  interface  international  internet  interview  introduction  inversion  investments  investor  ios  ip  iphone  ipod  ir  ir-soc  irgroup  irish  ism  issues  jakpsatweb  javascript  jeans  jeepster  jeff  jenna  joe  joeclark  johannes  john  journalism  journey  jquery  js  jsss  jukka  k  k10k  kaiser  kalsey  karova  ken  kern  kevin  keyboard  khmerang  kill  kindly  king  kingfisher  klykken  koch  koechley  komodomedia  kontakt  korpela  kryogenix  kynn  label  labels  lachlan  landscape  langridge  language  laura  law  layers  layout  layouts  lcky  leader  leaders  leahy  lecture  lee  legend  leisure  leonardo  less  lessons  letterbox  lettering  level  li  libraries  lie  lightbox  lightweight  lindsay  line  link  linkdup  links  liorean  liquid  list  listamatic  lists  little  livestoryboard  living  lloyd  loading  loans  local  login  logo  logos  london  long-term  lost  ludwin  mac  macfly  macgregor  macie  macintosh  macromedia  madebyelephant  magazine  mail  mailing  mailman  maintainability  maintainable  makeover  maker  malarkey  malibutelecom  management  manifesto  maninblue  map  marco  marek  margin  margins  mark  marketing  markup  marquessjobs  martin  masonry  mass  master  math  mathematical  mathowie  matt  matthew  max  max-height  max-width  maxdesign  meaning  media  megnut  memory  menu  menus  merkey  meryl  message  meta  metrius  meyer  meyerweb  mezzoblue  micah  michael  microformat  microformats  micropop  microsoft  mid  midpass  mijnkopthee  mike  mikko  milov  min  min-height  min-width  minimal  minimizing  minmax  minnesota  mishoo  mixins  mobile  mode  model  modifying  molly  monitors  moonfall  morphon  mortgage  motorcycle  motoring  mountain  moveabletype  mozart  mozilla  mp3  mrclay  msdn  msn  mt  mulder  multiclass  multiple  music  myth  már  nasa  natbat  nate  nathan  navigation  ncolor8  ned  nederlands  negative  nested  nesting  netscape  netvouzimported  netvouzpublic  networking  neverending  new  newhouse  news  newsletters  newspaper  nicholls  nicolas  nidahas  nifty  nike  nn4  noao  nokia  nomenclature  non-javascript  none  notes  notestips  nott  nouveau  nowrap  nscu  numbered  numbering  nykris  nypl  obrien  offleft  ohtamaa  ol  old  omniweb  oneill  ones  online  onlineclassical  only  opacity  opal  open  opera  operations  optgroup  optimiser  optimization  optimize  options  order  oreillynet  organisation  oss  outdoors  ove  overflow  overlap  overview  owen  p2p  padding  page  pairlist  panic  panther  parser  partch  particletree  pass  patterns  paul  paulirish  pda  pdf  peekaboo  penetration  percentage  perfect  performance  personal  petr  pg  pga  philip  phoenity  phone  photo  photoblog  photography  photolog  photos  php  picker  picture  piefecta  pilgrim  pink  pixel  pixelpark  pixels  pixy  plainenglish  platform  plc  plone  plugins  png  pocket-sized  pocketbook  pocketpc  pointer  polygonal  pop-up  popup  popups  portal  portfolio  position  positioning  positioniseverything  post  powerpoint  ppk  ppt  practical  practice  prefixes  preload  preloading  premonition  preprocessor  presentation  presenting  prevalence  preview  print  printers  printing  private  profiling  programmer  programming  progress  progressive  project  projectseven  prokop  propaganda  properties  pseudo-elements  pseudodesign  public  pull-quote  pulse  punctuation  pure  pvii  python  qcharts  questions  quick  quirks  quirksmode  quote  r2communications  radu  raggett  rainbow  ramblers  randal  rant  rapha  rater  rating  ratings  raves  readability  reader  readers  real  recruitment  redesign  redesigns  reference  references  reflex  relations  relative  render  rendering  replacement  report  reset  resig  resizable  resize  responsive  resume  retro  revamp  review  rgba  rhythmspice  richinstyle  ripcord  rmh-d  rnib  rnid  rob  roberts  robertson  robinson  robot  rocky  rollover  rollovers  romanian  roselli  round  rounded  rounding  row  rpgme  rtl  ruby  rule  rules  russel  rust  ryan  safari  safe  saila  sam-i-am  sample  sampler  sander  sane  sapient  sass  satzansatz  sauyet  save  scale  schools  science  scott  scrabble  screen  screenshots  script  scripts  scrollbar  scrollbars  scrolling  scss  search  sebastian  secure  seed  selectapix  selector  selectoracle  selectors  semantics  sencha  seo  separate  separated  sergio  server  server-side  seven  sexy  shadow  shadows  shake  shapes  share  shaun  shaw  sheep  sheet  sheets  shell  sheridan  shim  shine  shirley  shoes  shop  shopping  shortcut  shorthand  shorthands  showcase  sibling  sidebar  sifr  signage  simon  simple  simplebits  simplified  simpson  sitemap  sitepoint  sites  sittig  size  sizes  sizzle  skin  skins  skiplinks  skipnav  skype  slider  slideshow  sliding  slidingdoors  small  smashingmagazine  smith  snapshot  sniffing  snippet  society  software  solardreamstudios  sonicdeath  sophisticated  sorehead  sound  source  sowden  sparber  spec  specification  specificity  speech  sports  sportswear  sprite  spriteme  sprites  sql  sscrabble  stack  stacked  stacking  standard  standards  stanjames  stanícek  star  statement  statistics  steal  steinway  step  steve  steven  stick  stokely  stopdesign  storage  store  strategies  stretch  strict  stripes  strips  structural  structure  structured  stu  stuart  style  styled  stylegala  styles  styleserver  stylesheet  stylesheet-switchers  stylesheets  styling  sub-pixel  suda  suite  summary  sun  sunburst  superb  support  surgery  survey  svend  swing  switch  switcher  switching  sxsw  syntax  system  tab  tabindex  table  table-layout  table-less  tableless  tables  tabs  tags  taming  tanfa  tantek  tao  tate  teaser  techniques  tekelenburg  telephony  template  templates  tesco  test  testimonial  testing  tests  texas  text  text-align  text-transform  texture  themaninblue  theme  theming  thenoodleincident  theory  thrash  thraxil  three  thumbnail  thumbnails  ticker  tim  timeline  timvandamme  tiny  tips  todd  tofte  toilet  tonevendor  toolbar  tools  tooltip  tourism  transforms  translucency  transparency  transparent  travel  travelocity  trebuchet  trees  triangles  trick  tricks  tschischold  turkish  tutorial  tutorials  tuttle  tweetie  tyler  type  typeface  typekit  typography  uberlinks  udasss  ugly  ui  uk  ul  underlines  underscore  unglued  units  universal  university  unix  unobtrusive  unstyled  unused  updated  url  usability  usage  uscho  useful  user  using  utility  v2studio  valid  validation  variables  vault  veerle  vendor  version  versions  verso  vertexwerks  vertical  vertical-align  vertically  view  viewer  viklund  villarreal  villas  virtuelvis  virus  visibility  visitors  vivaldi  vml  w3c  w3schools  waferbaby  wai  walker  walking  wannabegirl  watch  watchlater  watermark  wcag  wddg  wdg  wdvl  weather  web  web-authoring  web-literate  webarchitects  webdevout  webgraphics  webkit  weblog  weblogs.com  webmonkey  webnouveau  webreference  webreview  website  webstandards  webstandardsawards  webweaver  weird  wellstyled  westciv  whatwg  whencaniuse  why  widget  width  wiki  wikipedia  will  willison  windows  winer  wired  wireframing  wireless  wise  wml  word  word-wrap  workaround  workarounds  workshop  world  wpdfd  wpdfd404  wrap  wright  writers  wufoo  wwf  wyner  xhtml  xml  xmlforums  yahoo  york  yoyodesign  yslow  yucca  yui  yvoschaap  z-index  zebra  zehe  zeldman  zen  zen-cart  zion  zoom  zope  örlygsson 

Copy this bookmark:



description:


tags: