- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to import an specific stylesheet (CSS) for IE11??
SOLVEJul 9, 2019 7:21 AM
Hello partners!
I've a problem with a "fieldset" I included in a test landing. The fields are working good in all the browsers, but when you try it in Internet Explorer 11, all the fields seem to be empty.
I tried to add a specific stylesheet for IE11 adding the next code to the header of the landing:
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="ie.css" />
<![endif]-->
But seems it's no working, I think is becasuse the wrong link (href).
What's the good way to do this??? Can anybody help me to solve this issue???
Thanks in advance!!!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
Jul 11, 2019 4:36 AM
Hi Stefen!
First of all, thanks for trying to help!
Yesterday I found this webpage:
https://stackoverflow.com/questions/48412244/apply-css-to-all-browsers-except-ie-using-media-query
And that was the solution I was looking for!!!
This morning I followed your link and I saw @support is mencioned too, so you were right too! The article is very instructive, thanks.
The solution I applied was:
Because the problem was with the fields height!
Thanks again for your help!
Bye bye!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content