<?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: Div Problem</title><link>http://forums.asp.net/thread/3274150.aspx</link><pubDate>Sat, 04 Jul 2009 02:14:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274150</guid><dc:creator>deepthoughts</dc:creator><author>deepthoughts</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274150.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3274150</wfw:commentRss><description>&lt;p&gt;Please note that absolutely positioning an element will remove it from document flow. So normally if you place a div after another, it will automatically adjust its position after the upper div has consumed its desired space. But in case of absolutely positioned element it will not happen.&lt;/p&gt;
&lt;p&gt;As you&amp;#39;ve in the #LoginFooter class. When the length of the content div increases 612px it will start overlapping with the footer.&lt;/p&gt;
&lt;p&gt;So first of all don&amp;#39;t position the footer at an absolute position. If at-all you want to set the minimum height of the &amp;quot;content&amp;quot; portion to be 612 px, why not you use min-height property on the content div and set the footer div position relatively.&lt;/p&gt;
&lt;p&gt;Hope it helps.&lt;/p&gt;</description></item><item><title>Re: Div Problem</title><link>http://forums.asp.net/thread/3273951.aspx</link><pubDate>Fri, 03 Jul 2009 19:33:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273951</guid><dc:creator>novogeek</dc:creator><author>novogeek</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273951.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3273951</wfw:commentRss><description>&lt;p&gt;Hi Imran,&lt;/p&gt;&lt;p&gt;If what I understood is correct, your static page which is containing images is not looking good when content increases.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Suppose if your original image is of the size 1024x768, when you use tools like ImageReady, it will divide them into multiple images(slices) of smaller sizes. When you save it as a webpage, what you get is a html file with embeded images. This means, it can hold only static content. When the length of page increases due to increase in data, your layout will be spoiled as you don&amp;#39;t have images for the extended body.&lt;/p&gt;&lt;p&gt;For designing sites, what people generally do is, design images using tools like Photoshop and design layout using tools like Microsoft Expression web(This is a really excellent tool, which has evolved from Ms Frontpage 2003. It&amp;#39;s CSS editor has improvised a lot!), Dream weaver etc. For the body, a suitable background color is applied or image is repeated using CSS. So even if your page length increases, the background image still repeats itself. &lt;/p&gt;&lt;p&gt;Try using Ms Expression Web. It should surely solve all your issues.&lt;/p&gt;&lt;p&gt;Hope this helps!&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Div Problem</title><link>http://forums.asp.net/thread/3273632.aspx</link><pubDate>Fri, 03 Jul 2009 13:59:41 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273632</guid><dc:creator>M imran shafiq</dc:creator><author>M imran shafiq</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273632.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3273632</wfw:commentRss><description>&lt;p&gt;my Footer Css is&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;#LoginFooter&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;position: absolute;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; left: 0px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; top: 612px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 1000px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 158px;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;background-image: url(&amp;#39;../Images/AdminPanel_04.jpg&amp;#39;);&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;}&lt;/p&gt;</description></item><item><title>Re: Div Problem</title><link>http://forums.asp.net/thread/3273604.aspx</link><pubDate>Fri, 03 Jul 2009 13:36:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273604</guid><dc:creator>yjaved</dc:creator><author>yjaved</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273604.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3273604</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;try using absolute position for body section div&amp;nbsp;as well and if you using z-index then keep the body z-index higher than div&lt;/p&gt;</description></item><item><title>Div Problem</title><link>http://forums.asp.net/thread/3273439.aspx</link><pubDate>Fri, 03 Jul 2009 11:54:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273439</guid><dc:creator>M imran shafiq</dc:creator><author>M imran shafiq</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273439.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=130&amp;PostID=3273439</wfw:commentRss><description>&lt;p&gt;I have a page and done slices from Adobe image ready.&lt;/p&gt;&lt;p&gt;Showing Divs like with position:abolute;left:value;top:value&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;when my body of page expand then body dissapear in Footer&amp;#39;s div because its position:abolute.&lt;/p&gt;&lt;p&gt;I never use Div but tables any help?&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>