On 28 août, 10:58, "Filipe David Manana" <[EMAIL PROTECTED]> wrote:
> The images are simply not displayed. Although they are displayed when
> editing the CSS with the webdeveloper plugin for firefox.

url()s in CSS are relative to the stylesheet. I guess that your images
are within ~/img, not ~/css/img (~ denoting the module's base URL),
and that when you edit the stylesheet with WebDeveloper, it somehow
"injects" the rules within the page (at ~/) rather than the stylesheet
(at ~/css/), so url(img/tab-normal.png) refers to ~/img/tab-normal.png
rather than ~/css/img/tab-normal.png (as specified by your css/
cluman.css stylesheet).

Note however that IE doesn't always follow this rule; so it's
generally better to have the stylesheet at the same "level" as the
HTML page (i.e. at ~/ rather than ~/css)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to