Elxis CMS Forum

Support => General => Topic started by: ROUBOS on June 25, 2013, 00:06:35

Title: hide a <div> using css in ie
Post 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
Code: [Select]
#image-banner {display:none !important;}


even tried
Code: [Select]
visibility: hidden !important; with no luck

any thoughts on how I can get it to hide in IE???

thanks
Title: Re: hide a <div> using css in ie
Post by: ROUBOS on June 25, 2013, 02:23:15
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{}