Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS input type=button rounded corners

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32946
    zemaker
    Participant

    Been googling and searching for a good way to do rounded corners on buttons, haven’t been really able to find anything that would work with IE7 and require no JavaScript…

    Anyone have good examples?

    #74692
    jamygolden
    Member

    Nope, there aren’t really any good ways. Check this out. In IE7, the rounded corners are achieved via .htc (or javascript) – but it sounds like you don’t want it done via an external file. Unfortunately you won’t be able to use sprites and divs either (The rock solid method in that article) because input type=”button” can’t contain markup within it. The only way to ’round’ it in IE7 without an external file would be with an image.

    #74694
    zemaker
    Participant

    That’s too bad, I really had hopes for a way to get it working.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.