With CSS3, you can transform the appearance of Web page elements. The skew transform allows you to skew a particular element or group of elements, by supplying a number of degrees to skew along the X and Y axes.
Tag: Web Design
Choosing Social Media Icons for your new Website
You’ve just designed your new site and want some great Social Media Icons to go with it. If you Google Social Media Icons you get so many results that it can take hours to trawl through every site to find something that’s just right.
Creating a Responsive Website: The Footer Part 2
In the last tutorial you may recall that we laid out the large version of our footer and inserted a Twitter feed as well. In this tutorial we’re going to finish off our footer by making it responsive and plugging in the jQuery necessary to make our Twitter feed work.
Scaling Web Page Elements Using The CSS3 Scale Transform
The scale transform requires only a single CSS declaration, but to ensure your pages work in the different CSS3 supporting browsers, you do need to add amended versions of the declaration to your code. As with any transform, you can apply the CSS3 scale effect on user interaction, as well as using an animated transition.
Creating and Manipulating Modal Popups Part II
In the last post, Creating and Manipulating Modal Popups, I discussed what the JavaScript method showModalDialog is used for and how to implement it in your website. Part two of this topic will focus on using popups to manipulate data and pass information from the child page back to the parent.