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:

Just One of Those Weird Things About CSS: Background on -

So you want to make the background of your website red eh? You'll probably put this in your CSS:

body { background: red; }

Done!

Check out this Pen!

You're going about your business and then all the sudden one day this happens:

Check out this Pen!

What in the heck? Why is the red cut off like that? I put red as the background color on the body?

You did, but the fact that that red color floods the …

jQuery Conference Portland 2013 has a limited number of regular tickets still available.

CSS Tricks  less than a day ago:

This Website Brought To You By… -

I always wanted to write something on all the technologies that a website relies on in order to have been created and work.

CSS Tricks  3 days ago:

Logic in Media Queries -

Just in case you have brain farts about this constantly like I do.

If

That's what media queries are: logical if statements.

CSS Tricks  4 days ago:

CSS-Tricks Chronicle XIII -

> go east > You see a beautiful grassy field. > set up camper > You camper is now set up [roundtime: 18 seconds] > sit down

jQuery Conference Portland 2013 has a limited number of regular tickets still available.

CSS Tricks  5 days ago:

Prepros -

Is an open-source app modeled after CodeKit. Prepros runs on Windows where CodeKit is Mac only.

CSS Tricks  5 days 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  5 days 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  May 17 13 :

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  May 15 13 :

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.