English 中文(简体)
CSS3在未使用猎物的情况下环绕角
原标题:CSS3 rounded corner without using htc
  • 时间:2012-04-20 08:30:45
  •  标签:
  • css

我正试图让CSS3边境半部就IE8开展工作。 但出于某些原因,它没有工作:http://uiux.atwebpages.com/“rel=“nofollow noreferer” http://uiux.atwebpages.com/。

我正在使用边界半径。

是否有其他办法使边境半径在IE8工作而不使用htc档案?

最佳回答

如果没有在IE<、9中使用纯CSS,则不可能。 唯一的另一种办法是使用有照的图像。 我建议,如果这些四舍五入的玉米实际上不必要,就只是 o。 如果人们使用过时的浏览器,那就不是你的过错。

然而,我可以建议你:http://css3pie.com/“rel=“nofollow”_cs3pie。 审视这个问题。

编辑:

  1. your page has a 404 on css_reset.css
  2. Are you sure, your resources have loaded all correctly?
  3. you need to include behavior:url(border-radius.htc) in your css (with the correct url of course), but i couldn t find this in your css. Try it and see, if it works.
问题回答

No, CSS3 border-radius isn t supported in IE8. Please, refer to this chart for my info about compatibility:

if you do what s said on this page it should work properly. one more advice: clean up your css and define browser depending rules before you do general css rules.

rel=“nofollow”>cs3 in ie





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

Aligning textarea in a form

Ive used the following css code to align my form elements: form { position:relative; } form input { position:absolute; left:11em; } However, the textarea element is not aligned correctly with the ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

CSS problem with page footer

I have defined my page footer in the css file as: #footer { position: absolute; height: 50px; text-align: center; background: #66CCCC; bottom: 0px; left: 0px; width: 100%; height: ...

热门标签