Some of the experimental features Tab Atkins — a guy who’s on the Chrome team and part of the CSSWG — is working on (aka how we will most likely write CSS in the near future)
Tag Archives: css
Positioning Firefox’ Tab Close Buttons on the left
“I can’t stand how the close button for tabs is on the right. On the Mac, close goes on the left.”— John Gruber (#) Last night I whipped up a tad of CSS to position the tab close buttons in Firefox 4 (currently in Beta) on the left hand side of the tab. The CSS …
Continue reading “Positioning Firefox’ Tab Close Buttons on the left”
RE: Rounded corners on images, CSS-only
Rounded corners are hot. They have been for a long time and still are. Recently things got a whole lot easier due to the fact that lots of browsers started supporting (their vendor specific prefixed version of) border-radius. One of the problems with it is that border-radius cannot be used on images. Tim Van Damme …
How to style your lists properly
Native CSS selector system to look up DOM nodes hits Webkit/Safari
Many javascript libraries have implemented functions to use the powerful CSS selector system to look up DOM nodes. Continuing the trend of standardizing and speeding up commonly used functionality from these libraries, WebKit now has support for the new W3C Selectors API, which consists of the querySelector and querySelectorAll methods. Sweet! 🙂 Native CSS selector …
Continue reading “Native CSS selector system to look up DOM nodes hits Webkit/Safari”
TinyMCE CSS Classes and IDs Plugin : bramus_cssextras 0.5.0 hits the net!
My Javascript (non-AJAX) Progress Bar Class : jsProgressBarHandler
Don’t you just hate it when people wrongly label something as AJAX? A fine example of this is the – so called – AJAX Progress Bar. Above that the javascript could … well … let’s say “a rewrite needs to be done” popped up in my head, resulting in jsProgressBarHandler, a Prototype.js class to dynamically …
Continue reading “My Javascript (non-AJAX) Progress Bar Class : jsProgressBarHandler”
CSS Specificity : Things you should know
My note to myself : Dissapearing Firefox Caret (Cursor) CSS Fix
In FireFox (or any other Mozilla/Gecko based browser), the caret in input fields and textareas sometimes just disappears (viz. it’s not there). To be more precise it has something to do with input fields and textareas inside fixed-positioned elements. Found a CSS fix a few months ago, but forgot about it, so sticking a post-it …
Continue reading “My note to myself : Dissapearing Firefox Caret (Cursor) CSS Fix”