[symfony-users] PATH in CSS

2010-01-25 Thread Pax95
How to use imagepath in css files? -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com.

Re: [symfony-users] PATH in CSS

2010-01-25 Thread DEEPAK BHATIA
Example 1 ul.ul-01 li {padding:2px 0 2px 25px; background:url(../design/ul-01.gif) 0 50% no-repeat; font-size:85%;} Where design directory is relative to the current directory of CSS File. Example 2 .formbutton5{ cursor:pointer; width:100px; border:outset 1px #ccc;