Forums / Setup & design / Css Problem

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Css Problem

Author Message

Tom Denzin

Monday 01 December 2008 3:07:32 am

I have a lot of css styles in my extension folder.The folder is called css

i imported it like

@import url({"css/navmain.css"|ezdesign(no)});
@import url({"css/solic_styles_home.css"|ezdesign(no)});
@import url({"css/solic_styles_partner01.css"|ezdesign(no)});
@import url({"css/solic_styles_area05.css"|ezdesign(no)});
@import url({"css/solic_styles_area05.css"|ezdesign(no)});
@import url({"css/solic_styles_area04.css"|ezdesign(no)});
@import url({"css/solic_styles_area03.css"|ezdesign(no)});
@import url({"css/solic_styles_area02.css"|ezdesign(no)});
@import url({"css/solic_styles_area01.css"|ezdesign(no)});

in my pagelayout.tpl

i also can see that the css are called when i look in firebug.

But the pictures wont display.

I think they get not rendert.
does anybody have an idea??
I use EZ-P 4.01

Arnaud Lafon

Monday 01 December 2008 3:49:19 am

Hi Tom,

you should check the image path. Sometimes you'll need to use an absolute path.
Also check that your virtual host (or your htaccess) is correct. If you have something like url( ../img/picture.jpg ) in your CSS, then you should have in your vhost :

...
Rewriterule ^/extension/[^/]+/design/[^/]+/(flash|stylesheets<b>|img</b>|images|javascripts?)/.* - [L]
...

Looking for information about SQLI ?
Looking for a new job in Paris ?
Please contact me at alafon [at] sqli [dot] com