Hi all, I have a couple of landing pages, on IE11 the css is not loading on page resulting in a page break, I am unable to figure out the issue with them. Its happening only on IE. Please help!!!
t
Timothy
09/23/2019, 10:12 PM
This may not be the issue but IE does have a limit on selectors per css file. I ran into this once and had to split my css into 2 files
p
Paper Plane Netsuite Group
09/24/2019, 6:53 AM
I think the issue is because my style is getting loaded before markup and that is whats causing the css to break on IE. I thought of loading my css through javascript but I am unable to do so as require doesn't work with css file. Plus not sure if its as per best practices of suitecommerce. Any suggestion for this? @Timothy
t
Timothy
09/25/2019, 10:39 PM
If you get me a url I can take a quick look. IE in particular has a number of css quirks.