I have know - I had in layout:
<?php echo $this->headLink()->appendStylesheet('css/main.css') ?>

WITHOUT SLASH AT THE BEGINNGING !!

It should be:
<?php echo $this->headLink()->appendStylesheet('/css/main.css') ?>

and now everything is ok.
-- 
View this message in context: 
http://www.nabble.com/strange-problem-with-layout-tp25508565p25509610.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to