Design and CSS styles
Version 3.x > Design and CSS styles > Images URL paths in CSS View modes: 
User avatar
Member
Member
Rrij - 8/1/2008 12:31:41 PM
   
Images URL paths in CSS
Hi, this is a noob question but I'm having this problem.

How can I set the URL path of an image in a CSS file that both are in the app_theme folder so kentico and visual studio designer can see it?

JRrij

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 8/4/2008 6:11:51 AM
   
RE:Images URL paths in CSS
Hi,

you could use something like this (the image for the background):

background: url(../App_Themes/CorporateSite/Images/leftmenuBg.gif) repeat-x left bottom;

There are more examples in the CSS stylesheets of default sites. You could find them in Site Manager -> Development -> CSS Stylesheets.

I hope it will be helpful for you.

Best Regards
Helena Grulichova