noscript tag isn't working on internet explorer

askfind

New Member
I have a website with the \[code\]<noscript>\[/code\] tag that works just fine on all browsers except IE (7,8,9,10).After I disable scripting under the security settings inside Internet Options, On my PC only I can the the \[code\]<noscript>\[/code\] content on IE, but on other PC's (almost all of them) I can't see the code. With these PC's we go with the same settings to Gmail's and FB's sites and we do get the warning for not having js enabled.This is the HTML:\[code\]<noscript> <div class="noscript"> JavaScript must be enabled in order for you to use WEBSITE NAME in standard view.<br /> However, it seems JavaScript is either disabled or not supported by your browser.<br /> To use standard view, enable JavaScript by changing your browser options, then <a href="">try again</a>. </div></noscript>\[/code\]CSS:\[code\].noscript { background: red; color: #fff; padding: 10px; text-align: center; position: relative; z-index: 3;}\[/code\]Any ideas?Thanks!
 
Back
Top