﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - When will the latest DTD's be supported by the Control Suite?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/When-will-the-latest-DTDs-be-supported-by-the-Control-Suite/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>When will the latest DTD's be supported by the Control Suite?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/When-will-the-latest-DTDs-be-supported-by-the-Control-Suite/</link><pubDate>Thu, 08 Apr 2010 22:43:26 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Unfortunately, we only supports normal HTML doctype without some attibutes such as &lt;span style="font-family: 'segoe ui', arial, verdana, tahoma; font-size: 12px; color: rgb(63, 63, 63); line-height: 18px; "&gt;"http://www.w3.org/TR/html4/loose.dtd"&amp;gt;&lt;span style="color: rgb(0, 0, 0); font-family: 'lucida sans unicode'; line-height: normal; font-size: 13px; "&gt;. As far I know, the render behaviour in IE8 browser has changed a little bit. It is more to be like XHTML doctype. &lt;br /&gt;FYI, we are still enhancing all products to support XHTML doctype. Currently, most of our products have supported this doctype. My opinion, this is a browser behaviour rendering because this also happened in the normal div as you have showed me. So, I am afraid you will still need to have your javascript code at all.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui', arial, verdana, tahoma; font-size: 12px; color: rgb(63, 63, 63); line-height: 18px; "&gt;&lt;span style="color: rgb(0, 0, 0); font-family: 'lucida sans unicode'; line-height: normal; font-size: 13px; "&gt;Regards,&lt;br /&gt;Handy &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>When will the latest DTD's be supported by the Control Suite?</title><link>http://www.intersoftsolutions.com/Community/WebGrid/When-will-the-latest-DTDs-be-supported-by-the-Control-Suite/</link><pubDate>Thu, 08 Apr 2010 14:05:26 GMT</pubDate><dc:creator>JerryCWood</dc:creator><description>&lt;p&gt;I'm having a conflict trying to use the latest DTD's versus the DTD recommended by Intersoft.  Specifically, sizing of div's can be accomplished by specifying the top, left, bottom and right style atributes when the &amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&lt;br /&gt;"http://www.w3.org/TR/html4/loose.dtd"&amp;gt; is used.  This greatly simplifies sizing of div's to occupy the entire client area of the browser.  Using the older &amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&amp;gt; forces me to write a bunch of Javascript routines to resize the div's which is a situation I'd really like to avoid.  &lt;/p&gt;
&lt;p&gt;In the following example all of the div's size themselves perfectly to browser window size changes...&lt;/p&gt;&lt;pre&gt;&amp;lt;%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %&amp;gt;

&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&amp;gt;

&amp;lt;html&amp;gt;
&amp;lt;head runat="server"&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id="form1" runat="server"&amp;gt;
        &amp;lt;div style="position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; border: solid 1px green;"&amp;gt;
            &amp;lt;div id="Div1" style="position: absolute; top: 0px; left: 0px; height: 100px; right: 0px; border: solid 1px blue;"&amp;gt;
                Div1
            &amp;lt;/div&amp;gt;
            &amp;lt;div id="Div1a" style="position: absolute; top: 102px; left: 0px; height: 28px; right: 0px; border: solid 1px blue;"&amp;gt;
                Div1a
            &amp;lt;/div&amp;gt;
            &amp;lt;div id="Div2" style="position: absolute; top: 130px; left: 0px; right: 0px; bottom: 0px; border: solid 1px red;"&amp;gt;
                &amp;lt;div id="Div2a" style="position: absolute; top: 0px; left: 0px; right: 15%; bottom: 0px; border: solid 1px brown;"&amp;gt;
                    Div2a
                &amp;lt;/div&amp;gt;
                &amp;lt;div id="Div2b" style="position: absolute; top: 0px; left: 85%; bottom: 0px; right: 0px; border: solid 1px yellow;"&amp;gt;
                    Div2b
                &amp;lt;/div&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The same code with the &lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&amp;lt;!&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;&lt;span style="color: #a31515; font-size: 13px"&gt;DOCTYPE&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;HTML&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;&lt;span style="color: #ff0000; font-size: 13px"&gt;PUBLIC&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 13px"&gt; &lt;/span&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;"-//W3C//DTD HTML 4.0 Transitional//EN"&amp;gt;&lt;/span&gt;&lt;/span&gt; used instead causes the div's render compleltely wrong in IE 8.&lt;/p&gt;
&lt;p&gt;I'm attaching screen prints of both the good and bad rendering I'm seeing in my browser.&lt;/p&gt;
&lt;p&gt;Is there any workaround for this issue?&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;span style="color: #0000ff; font-size: 13px"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>