|
Position:relative and overflow CSS issues in Internet Explorer |
||||||||
I was working on a project this week and in the final testing phases I noticed that there was some unusual behaviour in Internet explorer.
A div with an overflow of auto had elements within it that had a position: relative class. The problem here was that the elements remained fixed in place, and the scrollbar was no longer scrolling their content.
|
Using JQuery to dynamically add form fields to a page |
||||||||
I'd seen a few different ways of dynamically adding form fields to a web page but hadn't ever tried it. I was interested in seeing how exactly you can do this at a technical level, but also how you can manage the users interactions, allowing them to keep adding fields as they complete the previously added ones.
|
Super small JQuery / JavaScript image mouseover script |
||||||||
I've been developing more and more rich content using JQuery / JavaScript and today I spent a little time researching and putting together an image mouseover script.
Sure, there are loads of them already, but I really wanted to see how compact and efficient I could get this simple bit of functionality.
|
Creating a baseline HTML 5 document |
||||||||
Browser standards and cutting edge web design are not great bedfellows. I've heard the arguments from creative designers that you have to write specific browser CSS styles to accommodate the multitude of browsers and their own unique way of rendering CSS.
I disagree. I firmly believe that with a good understanding of the structure of CSS elements and how they interact with each other you can develop a completely cross-browser non JavaScript baseline template. This article explains how I have approached creating a HTML 5 layout file, that works across legacy browsers just as well as the more modern interpreters.








