> I had to change your CSS imgs to relative, instead of absolute because very few browsers support it
Something to keep in mind here: often in EE, the same Template can look like it’s appearing at different “directory levels” as far as the browser is concerned. In cases like that, relative paths are very dangerous and will almost always fail except in the one case they’re designed for.
Example:
Let’s say you design your CSS for the main “index” Template (in the “weblog” Template Group) on your site. The same Template can be accessed from:
http://www.example.com/index.php
http://www.example.com/index.php/weblog/
http://www.example.com/index.phpweblog/index/
http://www.example.com/index.php/weblog/C23/
http://www.example.com/index.php/weblog/index/my_first_entry/
