Welcome Guest, Not a member yet? Register   Sign In
css behavior
#1

[eluser]Unknown[/eluser]
Hi,

I have a htc file in my style directory. My problem htc file not run. I think path problem. I use codeigniter hmvc. How can I do this?

Thanks for answers.

my directory


application
assest->css->style.css and border-radius.htc
system
.htaccess
index.php

my style.css

Code:
width:70px; float:left; color:white; line-height:20px;  background-color:#004A64;  -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius:5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius:5px;behavior: url(../../css/border-radius.htc');




Theme © iAndrew 2016 - Forum software by © MyBB