border-radius for ie8 in wordpress
-
I have css code for ie8:
div.widget-footer { display: block; overflow: hidden; background: #D9DDE1; position: relative; zoom: 1; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; behavior: url(ie-css3.htc); }
The file ie-css3.htc make path as https://mysite/ie-css3.htc. See https://fetchak.com/ie-css3/..
I have a problem. Above-stated hack works only on the main page. Other pages look so https://mysite/page/subpage..How to solve this problem?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘border-radius for ie8 in wordpress’ is closed to new replies.