CodeIgniter Forums
css behavior - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: css behavior (/showthread.php?tid=48478)



css behavior - El Forum - 01-18-2012

[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');