CSS - border-radius doesn't display in IE6/7/8

前端 未结 4 2013
青春惊慌失措
青春惊慌失措 2021-01-18 12:23

I\'m using the following CSS to achieve a rounded border on my DIV:

border: 1px solid #999; 
border-radius: 6px; 
-ms-border-radius: 6px; 
-moz-border-radius         


        
4条回答
  •  天命终不由人
    2021-01-18 13:06

    While I realise that an answer's been accepted, I wanted to suggest -if you need further advice/support/guidance- that you have a look at Curvy Corners; they have a JS library with examples.

    As, of course, do MooTools, albeit with a third-party (so far as I could tell) module from phat fusion. And jQuery has its own third-party corner plugin, from methvin.

提交回复
热议问题