Skip to main content

Home/ CSS Evangelist/ Group items tagged css layouts

Rss Feed Group items tagged

mikhail-miguel

dynamic resolution dependent layouts - 0 views

  •  
    Particletree is the beginning of something. This place, this collection of knowledge, is a gathering of forces, a sharpening of skills.
Vernon Fowler

Box Sizing | CSS-Tricks - 0 views

  • -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */
Frederik Van Zande

A List Apart: Articles: Faux Absolute Positioning - 0 views

  •  
    There are two popular approaches to positioning with CSS: float and absolute positioning. Both approaches have their pros and cons. My teammates and I have developed a new positioning approach that gives us the best of both worlds. After quite a bit of experimenting and testing, it's time to share the technique with the rest of the world and see how we can work together to improve it. I'm calling it "faux absolute positioning" after the faux columns technique that simulates the presence of a column.
Gary Edwards

HTMLayout: fast, lightweight and embeddable HTML/CSS renderer and layout manager component - 0 views

  •  
    Terra Informatica services include: HTMLayout, WYSIWYG HTML Word Processor, and TIScript compiler-vm.
Frederik Van Zande

Style Switchers Are Back: Ideas, Examples and a Contest | Design Showcase, Events | Sma... - 0 views

  •  
    examples of css styleswitchers
Perry Branch

mezzoblue § CSS Crib Sheet - 0 views

  • Name classes/IDs based on function, not appearance. If you create a .smallblue class, and later get a request to change the text to large and red, the class stops making any form of sense. Instead use descriptive classes like .copyright and .pullquote.
  • When in doubt, validate.
  • When relying on floats for layouts, make sure they clear properly.
Andrea Micheloni

Smart Columns w/ CSS & jQuery - 9 views

  •  
    As I observe other liquid based websites, I see two commonly used techniques on displaying columns, the fixed columns and the liquid columns. There are
« First ‹ Previous 61 - 80 of 132 Next › Last »
Showing 20 items per page