technews.am is a new community for breaking news across the technology sector. We are still in Alpha, so please bear with us.

More stories from css tricks »

CSS Tricks  less than a day ago:

Chrome’s requestAutocomplete() -

Auto-filling forms is nice because it saves time and is less prone to user error. Even better is not even needing to see a form in the first place.

CSS Tricks  less than a day ago:

Replace the Image in an with CSS -

The following is a guest post by Marcel Shields. Marcel in a difficult place where he needed to change the image on a page but didn't have access to the HTML.

CSS Tricks  4 days ago:

Slider with Sliding Backgrounds -

Among the many super nice design features of the Yahoo! Weather app for iOS is the transition between city screens.

CSS Tricks  6 days ago:

Photo Swivel -

The following is a guest post by Alex Young. Alex has created a simple technique to "rotate" the subject of a photo simply by hiding and showing multiple stacked photographs taken at different angles.

CSS Tricks  May 14 13 :

Media Query Change Detection in JavaScript Through CSS Animations -

The following is a guest post by Alessandro Vendruscolo. Media queries are relevant to both CSS and JS.

CSS Tricks  May 09 13 :

Naming Media Queries -

It would be pretty cool if we could do this someday in CSS. The best idea for it that I've come across is to define it in a <meta> tag in the <head>.

CSS Tricks  May 07 13 :

Line Clampin’ -

You want X lines of text. Anything after that, gracefully cut off. That's "line clamping" and it is a perfectly legit desire.

CSS Tricks  May 07 13 :

CSS Zen Garden -

It's back.

Direct Link to Article — Permalink…

CSS Zen Garden is a post from CSS-Tricks


CSS Tricks  May 06 13 :

How to mark up subtitles -

Now that <hgroup> is gone, use a <span> inside the main header, or group them with <header> and use a <p> for the subtitle.

CSS Tricks  May 06 13 :

Making accessible icon buttons -

Comprehensive research by Nicholas C. Zakas on the correct markup to make a graphic-only button accessible.