Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
IOS Hotels
and
IOS Rentals
online booking systems for Elxis CMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
hide a <div> using css in ie
« previous
next »
Print
Pages: [
1
]
Author
Topic: hide a <div> using css in ie (Read 3631 times)
ROUBOS
Hero Member
Posts: 699
hide a <div> using css in ie
«
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
Logged
ROUBOS
Hero Member
Posts: 699
Re: hide a <div> using css in ie
«
Reply #1 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{}
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
hide a <div> using css in ie