CSS

FacebookTwitter

Make CSS3 buttons that are extremely fancy - The Official Posterous Tech Blog

http://technology.posterous.com/make-css3-buttons-that-are-extremely-fancy Hi everybody! Adam Singer here. Over the coming weeks and months, the rest of the Posterous team and I will be posting to this blog to give you some insight into what powers Posterous. We'll be showing off some cool stuff we've been working on, announce open source projects, and provide some useful tips for those power users out there. The first installment of the Posterous Technology blog is all about buttons.
Vegetables are good for you. It's an onion. Really, truly, this approach has saved me great trials when explaining things to people: your code is an onion. Here's what I'm talking about. Because of the multi-viewer nature of the web you don't know what people are going to use to read your message. http://www.thenoodleincident.com/tutorials/design_rant/2.html

Design Rant p.2

http://www.paulrhayes.com/2009-04/3d-cube-using-css-transformations/ The impres­sion of a three dimen­sional cube can be cre­ated using mod­ern CSS tech­niques, with­out the need for JavaScript, imagery, can­vas or SVG. Using the pro­pri­etary trans­form prop­erty to skew and rotate shaded rec­tan­gles, indi­vid­ual cube faces can com­bine to form a 3D object. Cur­rently only sup­ported in recent WebKit and Gecko based browsers, most impor­tantly Fire­fox 3.5+ -moz-transform ( doc­u­men­ta­tion ) and Safari 3.2+ -webkit-transform ( doc­u­men­ta­tion ).

3D Cube using 2D CSS transformations

http://viget.com/inspire/css-generated-content

My New Best Friend: CSS Generated Content | Viget Inspire

I’ve become obsessed with generated content lately. In an effort to use fewer and fewer images, I’ve started to use generated content more since more browsers support it (IE8+, FF3+, Safari 4+, Chrome 4+). The following are a couple of examples I have built for a project to streamline my pages. Triangles in CSS? This is a really zoomed in view of the design; the tricky part was the little triangle shadow on the right hand side. Instead of adding an additional element and using an image, I just used generated content and a little bit of CSS trickery.
http://www.extremeprogramming.org/rules.html

Extreme Programming Rules

Planning User stories are written. Release planning creates the release schedule .
Overview The Mouseover DOM Inspector, or MODI for short, is a favelet (also known as a bookmarklet) that allows you to view and manipulate the DOM of a web page simply by mousing around the document. Browsers currently supported are Firefox , Mozilla , Netscape 8 , Opera 7.5+ and MSIE6+ on all of their respective Operating Systems. To begin using the Mouseover DOM Inpsector, simply add the following link to your bookmarks by right clicking and selecting "Add to Favorites" or "Bookmark this Link" or whatever the nomanclature of your browser of choice. Bookmark this link for MODIv2

slayeroffice | tools | Mouseover DOM Inspector v2.0 Help

http://slayeroffice.com/tools/modi/v2.0/modi_help.html

IE6 Three Pixel Gap

http://www.positioniseverything.net/explorer/threepxtest.html I've provided advanced CSS consulting for Milo and many other big sites. Hire me to help you too.
Skip to Example An alternative to image-only CSS maps has been published. If you're looking for an easier way of creating image maps involving a single image, you may be interested in reading CSS Image Maps, Redux Below is a sample image map that's built entirely using CSS and XHTML. http://www.frankmanno.com/ideas/css-imagemap/#ex

CSS Image Maps - Flickr-like Technique?

forms: checkbox and radio button

http://swatelier.info/at/forms/checkBox.htm What is the difference in the web form elements checkbox and radio button, what are the possibilities to modify their appearance by using the attributes and CSS properties, or why it is not possible to remove the border of checkbox, are going to be answered in this article. Further, experimental muliple state checkbox, based on current HTML text box is demonstrated. Live form which follows is appended by corresponding CSS code and is intended for comparison of live form in your actual browser with screenshots from other browsers.
Pre 2006 copyright © stu nicholls - CSS play Information Another one based on sliding doors this one uses NO images so it can be INFINITELY resized. It also allows the use of the whole tab for a hover effect. http://www.cssplay.co.uk/menus/doors-two.html

Fitted Doors NO Images

CSS For Bar Graphs

Having a working knowledge of XHTML and CSS when developing applications is a big help in knowing what can be done client-side and what should be generated server-side. Recently we’ve had to tackle some interesting visualizations which we coded in XHTML and CSS. The method we used, while fairly simple, was a big help to the engineer and created a very flexible and inexpensive solution. We thought we would share our solution and code in case anyone else ran against similar situations.
Doug Bowman’s Sliding Doors is pretty much the de facto way to build tabbed navigation with CSS , and rightfully so – it is, as they say, rockin’ like Dokken. But since it relies heavily on floats for the positioning of its tabs, we’re constrained to either left- or right-hand navigation. But what if we need a bit more flexibility?

Centered Tabs with CSS