in reply to Unknown warnings/errors
If so, that would mean that $ENV{HTTP_USER_AGENT} isn't defined (i.e. you don't have an HTTP_USER_AGENT environment variable set.($ENV{HTTP_USER_AGENT} =~ /MSIE/)
As a side note, you're probably better off using IE conditional comments to work around explorer's crappy CSS implementation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Unknown warnings/errors
by kmullin5016 (Acolyte) on Jan 29, 2007 at 21:14 UTC | |
by chargrill (Parson) on Jan 29, 2007 at 23:11 UTC |