Telerik.Web.UI
File Version: 2008.1.415.35
Product Version: 2008.01.0415.35
Hi,
Although my div has a style "display:none", it still shows up on IE7 in Design view. It doesn't show up in Firefox 3.
You can replicate it by pasting the code below in HTML view at Telerik RadEditor Online Demo (default).
Hope to hear a reply soon. Thanks!
Gavin
File Version: 2008.1.415.35
Product Version: 2008.01.0415.35
Hi,
Although my div has a style "display:none", it still shows up on IE7 in Design view. It doesn't show up in Firefox 3.
You can replicate it by pasting the code below in HTML view at Telerik RadEditor Online Demo (default).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
"http://www.w3.org/TR/html4/loose.dtd"> |
<html> |
<style type="text/css"> |
.foo{ |
display:none; |
width:100px; |
height:100px; |
background-color:blue; |
} |
</style> |
<body> |
div under me should be hidden |
<div class="foo">blue div</div> |
</body> |
</html> |
Hope to hear a reply soon. Thanks!
Gavin