Styling a 'file' form field using CSS and Javascript

Posted in: Javascript, Saturday 27th March, 2010

I wanted to change the appearance of a html file input element, and as there is no easy way (if at all) of doing this through CSS I had a quick look around google to see what others had to say about the matter....

Read full post / comment

Firefox Reserved Function Names?

Posted in: Javascript, Thursday 3rd December, 2009

I've just been developing a new javascrpt function for my CMS that simply hides one DIV layer and exposes another. In fact, its a function I thought I had polished off ages ago but upon returned to it this evening I found it didn't work as intended. Theres a little more too it than just changing the DIV layer display state (hence the difficulty) but essentially that is the end result....

Read full post / comment

Animated List

Posted in: Javascript, Tuesday 2nd June, 2009

Inspired by the fantastic looking preview of the currently (I believe) in development new Dragon Interactive website, I decided to put together a little animated HTML list concept....

Read full post / comment

Style Sheet Switcher - IE Problem

Posted in: Javascript, Tuesday 26th May, 2009

I've just been implementing my first ever stylesheet switching script on a project I'm working on at the moment - unsure as to the best way to achieve this, a quick google search led me to A List Apart and Paul Sowden's great little javascript which does the trick nicely....

Read full post / comment

Change Colour on Mouse Move

Posted in: Javascript, Friday 15th May, 2009

This is a little background colour changing script I put together a while back using scraps of other scripts available else where online....

Read full post / comment

1

back