On Fri, Mar 5, 2010 at 1:42 PM, Pystar <[email protected]> wrote:
> Thanks, I removed the spaces and also changed my link to forward
> slash, it now works in chrome and IE but doesnt work in Firefox 3.5.
> what can now be wrong?
If you could make those references relative instead of absolute, that
would solve all your problems:
C:\css work\blueprint\screen.css
Becomes:
blueprint/screen.css
This is assuming that index.html is in the same folder as the blueprint folder:
- folder
+ index.html
- blueprint
+ screen.css
+ ...
--
--
Christian Montoya
mappdev.com :: christianmontoya.net
--
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" 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/blueprintcss?hl=en.