Elxis CMS Forum
Support => General => Topic started by: ROUBOS on June 25, 2013, 00:06:35
-
hi all,
been trying to hide a <div> containing an img using css with no luck for IE.
It works on every other browser.
here's the css code
#image-banner {display:none !important;}
even tried
visibility: hidden !important;
with no luck
any thoughts on how I can get it to hide in IE???
thanks
-
ok the problem is the @media section that's not working with IE and not the display:none;
removed the @media{} and it works fine...
works fine on its own, and not inside the @media{}