dfenwick
09-20-2006, 11:57 PM
The grid.css file uses ../images/...... for it's image inclusion. The standard says that relative paths in URL statements in CSS files is relative to the directory the CSS file is contained in. In the default deployment of the extension library, the paths look like this:
yui-ext.31/
yui-ext.31/resources
yui-ext.31/resources/images
yui-ext.31/resources/images/grid
All of the .gif files are in the final path specified above. The grid.css file is in the yui-ext.31/resources directory. The URL statements therefore don't pick up any of the images because they're expecting the images to be in yui-ext.31/images directory.
yui-ext.31/
yui-ext.31/resources
yui-ext.31/resources/images
yui-ext.31/resources/images/grid
All of the .gif files are in the final path specified above. The grid.css file is in the yui-ext.31/resources directory. The URL statements therefore don't pick up any of the images because they're expecting the images to be in yui-ext.31/images directory.