I have a webpage which look nice under one browser and terrible in
another. I'd like to write separate css file for second browser. I'd
like to know if there is possibility to check in template under which
browser I am? I mean something like this:

{% if browser="nice_browser" %}
     load css file for nice_browser
{% else %}
     load css for other browser
{% endif %}

I know how to detect browser under javascript but to give this
information for django? Is it possible to post some information from
JS to django?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to