2012-05-29 135 views
0

我使用-webkit-border-radius:5px; -moz-border-radius:5px;作爲div的半徑。它在Chrome和sfari中工作正常,但不在Mozilla Firefox和IE8中運行。 我怎樣才能解決這個問題-crosskit瀏覽器支持的webkit

<div style="background-color:#f7f7f7; width:340px; height:175px; -webkit-border-radius:6px;-moz-border-radius:6px;"> 
       <div style="padding-top:20px;text-align:center"><input name="email" type="text" class="required emailcheck" placeholder="Enter your email address" id="email" style="height:25px; width:200px;-moz-border-radius:5px; -webkit-border-radius:5px; "></div> 

       <div style="padding-top:20px;text-align:center"><input type="password" name="password" id="password" placeholder="Password" class="required" style="height:25px; width:200px; -webkit-border-radius:5px;-moz-border-radius:5px;"></div> 


      </div>​ 

JS小提琴http://jsfiddle.net/ranasaani/uHHLX/

+0

-moz-border-radius應該在Firefox中工作正常 – freebird

+0

可能dublicate http://stackoverflow.com/q/635851/1001563 – noob

+0

Mozilla在Firefox 12之後放棄了對「-moz-border-radius」的支持。始終使用前綴不變的版本。 –

回答

0

IE8及以下犯規支持邊界半徑(CSS3)
爲Mozilla的工作,IE9,你可能需要包括
邊界半徑:爲5px;