There are numourous ways and Javascripts out there to sort out a scrolling panel. Although when it comes to getting one that works on a Safari Browser in the iPhone when a double finger action is used to initiate the scroll action item - well then it is a bit tougher. Iframes, JS heavy scrolling divs etc are [...]
Filed under: CSS, General News on May 21st, 2008 | No Comments »
Well - shouldn’t write about ie6 bugs anymore but thought was worth a mention to the kids over at http://www.positioniseverything.net. Once again they have provided the only real working solution for the ie6 only bug of randomly copying content elsewhere and writing it out on the page even though it does not show up in [...]
Filed under: CSS, Javascirpt / DHTML on March 14th, 2008 | No Comments »
For the best of times for the worst of times. When you are trying to create a css driven site which allows fonts etc to be dynamically resized, you can run easily into the trouble of finding hte right em for the pixel mock s you are working from. Here is http://riddle.pl/emcalc/ to the rescue.
Filed under: CSS on November 6th, 2007 | No Comments »
When you dont want to use light-box or any JS to do something simple like image rollover pop-outs, here is a simple solution.
Filed under: CSS on November 6th, 2007 | No Comments »
Finally after some long research and good posts I have found a CSS Holy Grail of sorts - a cross borwser, min-width controlled via CSS. It may be a CSS expression, but by golly it works solidly. IE 5.5+, Firefox, Netscape - all working hunky dory. Just add the following into your css and reference [...]
Filed under: CSS, Javascirpt / DHTML on July 17th, 2007 | No Comments »
For any large site or any high volume site, it is really important to remember to keep the number of server requests to a minimum. And with more and more css, .js libraries and extra’s being added to your site, it doesn’t take long till you are in need of some size stripping. In doing [...]
Filed under: CSS, General News, Javascirpt / DHTML on July 17th, 2007 | No Comments »
Some great work put in to documenting some rules that are the key to speeding up your web pages. They’ve been tested on some of the most popular sites on the Internet and have successfully reduced the response times of those pages by 25-50%.
Filed under: CSS on July 6th, 2007 | No Comments »