Did you try `url(/images/whatever.png)`? Keep in mind that while on your local server the url is different - for me it would be /projectname/web/images/imagename.png, as I stick to localhost, not creating virtual hosts, like the jobeet tutorial advises.
On Sat, Jan 23, 2010 at 14:31, tirengarfio <[email protected]> wrote: > Sorry i was rush..Actually it doensn't work.. > > I have tried also with "/image.png" and "image.png" but it still > doesnt work..Anyway inside the modal box is also showed the symfony > toolbar even when im in the user enviroment (frontend.php).. > > Javi > > On Jan 23, 2:11 pm, Javier Garcia <[email protected]> wrote: >> Thanks G bor! >> >> On 01/23/2010 01:37 PM, G bor F si wrote: >> >> > In the css it refers to the images as `url(images/...)`, but you need >> > `url(/images/...)`. >> >> > On Sat, Jan 23, 2010 at 13:32, Javier Garcia<[email protected]> wrote: >> >> >> Hi, >> >> >> i have installed this library to show modal windows: >> >>http://www.dolem.com/lytebox/ >> >> >> It works fine, but the images belonging to the modal window (for example >> >> one >> >> that shows a cross and the word "Close") are not showed. >> >> >> I put them in web/images. >> >> >> Any idea? >> >> >> Javi >> >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> >> "symfony users" group. >> >> To post to this group, send email to [email protected]. >> >> To unsubscribe from this group, send email to >> >> [email protected]. >> >> For more options, visit this group at >> >>http://groups.google.com/group/symfony-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "symfony users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
