i have a problem which i cannot solve..
i found a nice php popup contact form for my page which aldready has layout.css and this contact form has its own .css file which is called popup-contact.css
the contact form work without a problem with its test page:
http://www.tercume.pro/a-page.php
when you click on the yellow "contact us" button you will see that the form is nice and
styled..
however,
when i implement it to my website http://www.tercume.pro/index.php where the form is supposed to be,and click on the picture with numbers on, you see that the form does not get rendered and is without the style and even the "close link" is not visible, whereas it is properly styled on the a-page.php
when i get rid of the layout.css in the index.php, then the form is styled but then the page is not..
i wanna have both the styles in one page..
so how can we solve this?