Free ecommerce template using HTML5 and CSS3 animations
Christmas is over but I thought we at web design company London, would give away a little something even though it is mid January. I’ve created an Ecommerce website design template in HTML5 and implemented quite a few CSS3 animations. Included is both the original CSS and an un-minified version, the PSD that creates the sprite. It includes 6 web templates, homepage, product grid, main product view, view basket, login, shipping information. Feel free to browse the online demos: For now there is only support for IE8 and up. I might revisit this and...
Form CSS Free download
You know how you see all these great looking sleek UIs on websites giving away free PSDs. But how many people do actually sit down and create a form in CSS that actually looks like that? So I decided, why not instead of giving away a free PSD we give away the free form CSS itself. All the CSS and graphics you will need to build your own forms. CSS for free form includes The sprite PSD (layered file) is included in the zip if you want to make changes. I might...
We are looking for a senior web developer in London
Senior web developer in London In-house Overview We are looking for a motivated senior web developer to join our team. You will be working in a small team where you will get the opportunity to contribute beyond the boundaries of your role. The company We are Active Webdezign, an award winning north London agency embedded into the beautiful surroundings of Woodside Park. We are a fun team of three (including you) highly motivated individuals that love coffee and get things done. We have a relaxed working atmosphere where every member’s opinion...
Round navigation with overlapping CSS3 animations
I had some time to kill on friday afternoon so I decided to try if I could make a round navigation that overlaps the neighbouring menu items. I remember seeing it done with z-index and transparent png’s in the past, but it wasn’t a solution we give clients in a content management system. Adding more z-indexes to new menu items would be far to complicated. Sure, we could probably add some server side code or even javascript to make a dynamic class, but I thought to myself surely there must...
Steve Jobs RIP
It has been a difficult year for all of us as it is, and to top it all up Steve Jobs the co-founder of Apple Macintosh computers and our hero of tech has this week passed away. Even one of our newest top of the range iMacs died yesterday as if it was coming out in sympathy from the departing of its great creator. A recent email sent directly to Steve Jobs by myself was not replied to and had already raised my suspicions that there was something terribly wrong....
How to fix position:absolute disappearing in ie
If you’ve experienced this problem (position:absolute disappearing in ie) you are probably ready to pull your hair out. It is completely random, sometimes it disappears sometime it appears. It works in IE6 but not 7 then on another computer it works in 7 but not 8 and 6. So what is the problem? Have a look at this header: In this example what I wanted was a logo (1), a registration/checkout area (2), a navigation (3) and a search form (4). The HTML elements are coded in the order indicated...