Get some troubles with CSS

Hi everyone.

I have some troubles with a CSS.

I design a simple html with a css file using <link href="mycdd.css" media="all" rel="stylesheet" type="text/css" />. Everything works perfectly .

Then I moved the css to my plugin and  I extended the elgg.css using: elgg_extend_view('elgg.css', 'plugin_name/mycdd');

But my css has not effect on my elgg installation even when I flush the caches. Moreove when I edit elgg.css file from my elgg data directory I can see my custom css in it. 

I dont know what's wrong

Best regard.

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking