PDA

View Full Version : Css Issues with my php pages and ext js



punuka
16 Oct 2007, 1:14 AM
Hi . I have currently developed a php application with the integration of ext js. In my pages I have forms and datagrids in it created using phpmaker. When Integrated the pages to the ext js, all my css dissappeared. I wanted to have the ext js css effects. Any one help pleases. Its very urgent

evant
16 Oct 2007, 3:11 AM
How can CSS disappear? Post an example somewhere.

crafter
16 Oct 2007, 3:28 AM
My PHP scripts have the following CSS files loaded


<link rel="stylesheet" type="text/css" href="http:/mydomain/libs/ext/resources/css/ext-all.css" />

<link rel="stylesheet" type="text/css" href="http:/mydomain/libs/ext/resources/css/xtheme-gray.css">


Yours should too.