Swizec Teller - a geek with a hatswizec.com

Senior Mindset Book

Get promoted, earn a bigger salary, work for top companies

Senior Engineer Mindset cover
Learn more

    jQuery imageless buttons a la Google take two

    On Monday I released these buttons and as many of you noted I seriously didn't do nearly enough testing and what's worse, I even bragged about the fact. But some of you perhaps noticed my edits to the blogpost where I said I'd make it all better. Well, here's Wednesday and I made it all better while still, as promised, spending much less time than Google probably did. Think I've spent under 20 hours for the whole thing from inception to finish (now). If you're lazy just head over to the jQuery imageless buttons a la Google examples/documentation page.

    Let's start off with a screenshot of what the buttons look like on modern browsers

    Imageless buttons on proper browsers

    I spent a good deal of last night making sure they also look like this on many older browsers, in fact these are now officially supported:
    Opera 9.6x
    Firefox 3
    Firefox 2
    Safari 3
    Safari 2
    Internet Explorer 8 beta
    Internet Explorer 7
    Internet Explorer 6
    Chrome

    And I seriously hope that's enough for your needs, if supporting all of those isn't enough for you then I'm not certainit's even possible to satisfy your needs. Personally I must admit I've learned a lot in getting all of these browsers to work. Most of all that Firefox 2 doesn't have an inline-block, but rather a -moz-inline-block for some strange reason. It's also interesting to not that Safari 2 and IE break when you have trailing commas in your lists of properties, which I'm used to so it's easier to add stuff.

    Anyhow, here's what the buttons look like in Firefox 2

    Imageless buttons in Firefox 2

    And what they're like Internet Explorer 6

    Imageless buttons in IE6

    I should probably also note that there are two known issues with the buttons. Namely that in Internet Explorer onchange events don't work since it doesn't allow firing them on noninput elements and that in IE the darker border on the right vanishes on activated buttons for some reason, I was simply too tired to hunt this one down and you know what, I can live with a minor glitch such as that.

    Since you're still reading, please head over to the jQuery imageless buttons a la Google examples now.

    Published on February 19th, 2009 in creation, Uncategorized

    Did you enjoy this article?

    Continue reading about jQuery imageless buttons a la Google take two

    Semantically similar articles hand-picked by GPT-4

    Senior Mindset Book

    Get promoted, earn a bigger salary, work for top companies

    Learn more

    Have a burning question that you think I can answer? Hit me up on twitter and I'll do my best.

    Who am I and who do I help? I'm Swizec Teller and I turn coders into engineers with "Raw and honest from the heart!" writing. No bullshit. Real insights into the career and skills of a modern software engineer.

    Want to become a true senior engineer? Take ownership, have autonomy, and be a force multiplier on your team. The Senior Engineer Mindset ebook can help 👉 swizec.com/senior-mindset. These are the shifts in mindset that unlocked my career.

    Curious about Serverless and the modern backend? Check out Serverless Handbook, for frontend engineers 👉 ServerlessHandbook.dev

    Want to Stop copy pasting D3 examples and create data visualizations of your own? Learn how to build scalable dataviz React components your whole team can understand with React for Data Visualization

    Want to get my best emails on JavaScript, React, Serverless, Fullstack Web, or Indie Hacking? Check out swizec.com/collections

    Did someone amazing share this letter with you? Wonderful! You can sign up for my weekly letters for software engineers on their path to greatness, here: swizec.com/blog

    Want to brush up on your modern JavaScript syntax? Check out my interactive cheatsheet: es6cheatsheet.com

    By the way, just in case no one has told you it yet today: I love and appreciate you for who you are ❤️

    Created by Swizec with ❤️