<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Client Side Web Development</title><link>http://forums.asp.net/130.aspx</link><description>Client-side programming discussions, including CSS, DHTML, JScript/Javascript, etc. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=18&amp;c=16" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Table design... problem.</title><link>http://forums.asp.net/thread/3274267.aspx</link><pubDate>Sat, 04 Jul 2009 05:08:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274267</guid><dc:creator>ChaitanyaC</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274267.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3274267</wfw:commentRss><description>&lt;p&gt;Hey, this is the vary tricky issue in designing, it&amp;#39;s tough to give 100 % height to page, but this is the solution for all browsers supported, try.....but i would suggest to give some fixed with and height before you put all your contents inside for handling internal scrolbars.&lt;/p&gt;
&lt;p&gt;----------------------------------&lt;/p&gt;
&lt;p&gt;&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;body { overflow-y:auto; overflow-x : hidden; position:relative; height: 100%; margin:0 ; padding :0;}&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;.dvstyle&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;{&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;position:fixed; top:0; bottom:0; border: solid 1px black; width:99%; height:99%;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;}&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;*html .dvstyle&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;{&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;position:absolute;top:0;bottom:0; &lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;} &lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;&amp;lt;/style&amp;gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/head&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;body&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;lt;div class=&amp;quot;dvstyle&amp;quot;&amp;gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;table&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;tr&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;td style=&amp;quot; width: 100%; height: 100%&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;Your contents are here.&lt;/p&gt;
&lt;p&gt;&amp;lt;/td&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/tr&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/table&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/div&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/body&amp;gt;&lt;/p&gt;
&lt;p&gt;-------------------------------&lt;/p&gt;
&lt;p&gt;visit this link also:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.cssplay.co.uk/layouts/fixed.html"&gt;http://www.cssplay.co.uk/layouts/fixed.html&lt;/a&gt;#&lt;/p&gt;</description></item><item><title>Re: Table design... problem.</title><link>http://forums.asp.net/thread/3273537.aspx</link><pubDate>Fri, 03 Jul 2009 12:51:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273537</guid><dc:creator>harieis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273537.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3273537</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello &lt;/p&gt;
&lt;p&gt;Add this style in the div &lt;/p&gt;
&lt;p&gt;style=&amp;quot;min-height:500px&amp;quot;.. &lt;/p&gt;
&lt;p&gt;In this case, the Low resolution monitor it will display with the scroll bar..Other high resolution Monitors(ex MAC)&lt;/p&gt;
&lt;p&gt;it will be correct ...&lt;/p&gt;</description></item><item><title>Re: Table design... problem.</title><link>http://forums.asp.net/thread/3273512.aspx</link><pubDate>Fri, 03 Jul 2009 12:35:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273512</guid><dc:creator>b007</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273512.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3273512</wfw:commentRss><description>&lt;p&gt;But I need it to fit to any resolution of screen / browser,&lt;/p&gt;
&lt;p&gt;So that the Table will be fill from bottom to top of the page..&lt;/p&gt;
&lt;p&gt;What to Do?&lt;/p&gt;</description></item><item><title>Re: Table design... problem.</title><link>http://forums.asp.net/thread/3273361.aspx</link><pubDate>Fri, 03 Jul 2009 11:07:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273361</guid><dc:creator>harieis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273361.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3273361</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I think&amp;nbsp;you are &amp;nbsp;created a master page.So add this code in the div.&lt;/p&gt;
&lt;p&gt;&amp;lt;div id=&amp;quot;Content&amp;quot; style=&amp;quot;height:500px;&amp;quot;&amp;gt; &lt;/p&gt;
&lt;p&gt;Add the height as per&amp;nbsp;your reqiurement.I jst told 400px.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Table design... problem.</title><link>http://forums.asp.net/thread/3273278.aspx</link><pubDate>Fri, 03 Jul 2009 10:21:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273278</guid><dc:creator>b007</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273278.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3273278</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;But 400px is not fill my all table from bottom till top...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Table design... problem.</title><link>http://forums.asp.net/thread/3273195.aspx</link><pubDate>Fri, 03 Jul 2009 09:42:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273195</guid><dc:creator>harieis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273195.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3273195</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello &lt;/p&gt;
&lt;p&gt;We cannot the set the height of&amp;nbsp; a table/div as %(100%).Only pixel... In your case &lt;/p&gt;
&lt;p&gt;Add this line in the table:&lt;/p&gt;
&lt;p&gt;&amp;lt;table id=&amp;quot;Tbl1&amp;quot; runat=&amp;quot;server&amp;quot; height=&amp;quot;400px&amp;quot; width=&amp;quot;100%&amp;quot; bgcolor=&amp;quot;White&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;It will work fine in all resoltuion.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Table design... problem.</title><link>http://forums.asp.net/thread/3273129.aspx</link><pubDate>Fri, 03 Jul 2009 09:09:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273129</guid><dc:creator>b007</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273129.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3273129</wfw:commentRss><description>&lt;p&gt;Why exactly 500px?&lt;/p&gt;
&lt;p&gt;is it fix to all resolutions?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thanks..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Table design... problem.</title><link>http://forums.asp.net/thread/3273040.aspx</link><pubDate>Fri, 03 Jul 2009 08:20:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273040</guid><dc:creator>harieis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273040.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3273040</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please change the height as 500px(your exac height)..Add as a pixel.&lt;/p&gt;</description></item><item><title>Re: Table design... problem.</title><link>http://forums.asp.net/thread/3272849.aspx</link><pubDate>Fri, 03 Jul 2009 06:49:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3272849</guid><dc:creator>b007</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3272849.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3272849</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I wonna keep the width in a specific size,&lt;/p&gt;
&lt;p&gt;my problem is the height, I want the table to be from bottom to top of the page.&lt;/p&gt;
&lt;p&gt;What should I change?&lt;/p&gt;
&lt;p&gt;Thanks..&lt;/p&gt;</description></item><item><title>Re: Table design... problem.</title><link>http://forums.asp.net/thread/3272822.aspx</link><pubDate>Fri, 03 Jul 2009 06:32:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3272822</guid><dc:creator>harieis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3272822.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3272822</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&amp;lt;div&amp;nbsp;id=&lt;span&gt;&amp;quot;Content&amp;quot;&lt;/span&gt;&lt;span&gt;&amp;gt;......&amp;nbsp;&amp;nbsp;in the &amp;quot;content&amp;quot; u written as the width of the div is 850px..please change that width and add 100%..it will work&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Table design... problem.</title><link>http://forums.asp.net/thread/3272222.aspx</link><pubDate>Thu, 02 Jul 2009 20:23:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3272222</guid><dc:creator>b007</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3272222.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3272222</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi. &lt;/p&gt;
&lt;p&gt;I just added a table in my site which I would like it to be in a specific Width and in height 100% on whole page (from Top to Bottom)&lt;/p&gt;
&lt;p&gt;[what I got now it&amp;#39;s not on whole height (top to bottom..)&lt;/p&gt;
&lt;p&gt;I did this:&lt;/p&gt;&lt;pre class="c-sharp" name="code"&gt;&amp;lt;head runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
     &amp;lt;style&amp;gt;
    #Content
        {
            direction: rtl;
            border-style: dashed;
            border-color: Black;
            border-width: 1px;
            text-align: center;
            font-family: Arial;
            font-size: 13px;
            vertical-align: middle;
            margin: 0px auto;
            padding: 0px;
            width: 850px;
            padding-top: 0px;
        }
     &amp;lt;/style&amp;gt;
    &amp;lt;asp:ContentPlaceHolder id=&amp;quot;head&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;/asp:ContentPlaceHolder&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body bgcolor=&amp;quot;black&amp;quot; topmargin=&amp;quot;0px&amp;quot; style=&amp;quot;height:100%;&amp;quot;&amp;gt;
    &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt; 
    &amp;lt;div id=&amp;quot;Content&amp;quot;&amp;gt;
    &amp;lt;table id=&amp;quot;Tbl1&amp;quot; runat=&amp;quot;server&amp;quot; height=&amp;quot;100%&amp;quot; width=&amp;quot;100%&amp;quot; bgcolor=&amp;quot;White&amp;quot;&amp;gt;
    &amp;lt;tr&amp;gt;
    &amp;lt;td&amp;gt;
        &amp;lt;b&amp;gt;Title&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
    &amp;lt;td style=&amp;quot;direction: rtl; text-align: right&amp;quot;&amp;gt;
        &amp;lt;asp:LoginView ID=&amp;quot;LoginView1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
            &amp;lt;LoggedInTemplate&amp;gt;
                Hello
                &amp;lt;asp:LoginName ID=&amp;quot;LoginName1&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;
            &amp;lt;/LoggedInTemplate&amp;gt;
            &amp;lt;AnonymousTemplate&amp;gt;
                Guest
            &amp;lt;/AnonymousTemplate&amp;gt;
        &amp;lt;/asp:LoginView&amp;gt;
&amp;nbsp;&amp;lt;asp:LoginStatus ID=&amp;quot;LoginStatus1&amp;quot; runat=&amp;quot;server&amp;quot; LoginText=&amp;quot;LogIn&amp;quot; 
            LogoutText=&amp;quot;LogOff&amp;quot; /&amp;gt;
     &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
        &amp;lt;asp:HyperLink ID=&amp;quot;HyperLink_Admin&amp;quot; runat=&amp;quot;server&amp;quot; 
            NavigateUrl=&amp;quot;~/Admin/Admin.aspx&amp;quot;&amp;gt;Admin&amp;lt;/asp:HyperLink&amp;gt;
     &amp;lt;hr style=&amp;quot;border-style:dotted; border-width:0.6px; border-color:Gray;&amp;quot; /&amp;gt;
    &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
    &amp;lt;td&amp;gt;
    &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
    &amp;lt;td&amp;gt;&amp;lt;asp:ContentPlaceHolder id=&amp;quot;ContentPlaceHolder1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
        &amp;lt;/asp:ContentPlaceHolder&amp;gt;
    &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;/table&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;What I did wrong?&lt;/p&gt;
&lt;p&gt;How to fix it?&lt;/p&gt;
&lt;p&gt;Thanks...&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>