With the CSS3 pseudo class :target you can change CSS based on a targeted link < a href = “#mylink” > . I used the property to with some transitions to create a double login/scubscribe CSS3 HTML5 form. Both forms are in the HTML, the second is hidden until the users clicks a link that will target the second one. This used to be done in JavaScript but with CSS3 you can easily create the same effect in pure CSS3. … Continue reading
Top sliding navigation using CSS3 and jquery
I was recently making some experimentation with the CSS3 transition, to create a sort of sliding menu. The main idea was to have a menu composed of 4 items life tabs, dropping from the top of the website, with a sliding animation. See the example Download the files Using CSS3 transition and background-image position My first idea was to use a sprite like technique for the different tabs : one image, half hidden, and to show the entire image on … Continue reading
Welcome to inpixelitrust
Welcome to the blog ! Hello and welcome to this new blog. Not much inspiration for a first post so I will explain the purpose of this blog. I wanted a place where I could share some pieces of code, some ideas, some links. A place related to the more “professional” me than my old blog. This blog is linked (well, will be actually) with my portfolio. This is also a place to show what I’m able to do as … Continue reading