ERXResponseRewriter.addStylesheetResourceInHead(...)
ERXResponseRewriter.addStylesheetResourceInHead(...)
- Subject: ERXResponseRewriter.addStylesheetResourceInHead(...)
- From: Farrukh Ijaz <email@hidden>
- Date: Wed, 13 Jul 2011 06:47:15 +0300
Hi Guys,
I've an issue. In the ERXResponseRewriter is a method called addStylesheetResourceInHead(...). This method adds the stylesheet right before the </head> tag.
According to CSS style inheritance, I should load the CSS in proper sequence. The CSS I'm adding is the base CSS but because it's being inserted just before the </head> tag, the inheriting CSS appear before this CSS in the final response and therefore whole CSS hierarchy breaks. Is there a way I could make the CSS inserted right after the <head> tag?
Thanks in advance,
Farrukh
_______________________________________________
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