Hi,
In my page wrapper's head section I have something like this:
// HTML
<head>
...
<webobject name = "IFLTIE9Open" />
<script src=""http://html5shim.googlecode.com/svn/trunk/html5.js">http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<webobject name = "IFIEClose" />
...
</head>
// WOD
IFIEClose : WOString {
escapeHTML = false;
value = "<![endif]-->";
}
IFLTIE9Open : WOString {
escapeHTML = false;
value = "<!--[if lt IE 9]>";
}
For some reason a stylesheet that gets added through addStylesheetResourceInHead function is stuffed in-between the IF IE tags.
Can someone please tell me how to fix this?
Thank you,
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden