

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > HTML Forum : Topics : Fixed Head and Footer Prolems. HELP</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Mon, 23 Nov 2009 15:39:28 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > HTML Forum : Topics : Fixed Head and Footer Prolems. HELP</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>Re: Fixed Head and Footer Prolems. HELP</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=51843#p51843</link>
				<description><![CDATA[To remove the padding around the table's edge, you need to ensure that
there is no padding along the TD elements.<br /><br />You can add this on
your rule:<br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent">* {<br />padding:0px;<br />/* margin: 0px; */ /* Adding
this rule will remove all default margins on the element*/<br />}<br
/></div><br /><br />Hope that helps.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=15155">rangana</a> &bull; on Fri May 15, 2009 2:49 pm &bull; Replies 1 &bull; Views 282</p><hr />]]></description>
					<content:encoded><![CDATA[To remove the padding around the table's edge, you need to ensure that
there is no padding along the TD elements.<br /><br />You can add this on
your rule:<br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent">* {<br />padding:0px;<br />/* margin: 0px; */ /* Adding
this rule will remove all default margins on the element*/<br />}<br
/></div><br /><br />Hope that helps.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=51"><![CDATA[HTML Forum]]></category>
			<dc:creator><![CDATA[15155]]></dc:creator>
			<dc:date>2009-05-18T07:21:09+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=51843#p51843</guid>
		</item>
			<item>
			<title>Fixed Head and Footer Prolems. HELP</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=51821#p51821</link>
				<description><![CDATA[ Hey guys.<br /><br />Im new here but will be visiting alot as I have a
huge passion in webdesign.<br /><br />I've searched and googled everything
and couldnt find out how to properly make a fixed, but expandable header
banner. An example of what I want to make is "http://www.google.com"
onclick="this.target='_blank';" rel="nofollow" at the very top they have a
header banner that is expandable. <br /><br />Here is the code I have so
far:<br /><br /><title>Fixed header</title><br /><style type="text/css"><br
/> body{<br />  margin:0;<br />  padding:<length> 0 0 0;<br /> }<br />
div#header{<br />  position:absolute;<br />  top:0;<br />  left:0;<br /> 
width:100%;<br />  height:auto;<br /> }<br /> @media screen{<br /> 
body>div#header{<br />   position: fixed;<br />  }<br /> }<br /> * html
body{<br />  overflow:hidden;<br /> } <br /> * html div#content{<br /> 
height:100%;<br />  overflow:auto;<br /> }<br /></style><br /><div
id="header">Header</div><br /><br />Now this works, how ever its at a set
hight and ive tried everything to make it so it isnt.<br /><br />I just
want to know how to make ...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=43847">NiTx</a> &bull; on Fri May 15, 2009 2:49 pm &bull; Replies 1 &bull; Views 282</p><hr />]]></description>
					<content:encoded><![CDATA[ Hey guys.<br /><br />Im new here but will be visiting alot as I have a
huge passion in webdesign.<br /><br />I've searched and googled everything
and couldnt find out how to properly make a fixed, but expandable header
banner. An example of what I want to make is "http://www.google.com"
onclick="this.target='_blank';" rel="nofollow" at the very top they have a
header banner that is expandable. <br /><br />Here is the code I have so
far:<br /><br /><title>Fixed header</title><br /><style type="text/css"><br
/> body{<br />  margin:0;<br />  padding:<length> 0 0 0;<br /> }<br />
div#header{<br />  position:absolute;<br />  top:0;<br />  left:0;<br /> 
width:100%;<br />  height:auto;<br /> }<br /> @media screen{<br /> 
body>div#header{<br />   position: fixed;<br />  }<br /> }<br /> * html
body{<br />  overflow:hidden;<br /> } <br /> * html div#content{<br /> 
height:100%;<br />  overflow:auto;<br /> }<br /></style><br /><div
id="header">Header</div><br /><br />Now this works, how ever its at a set
hight and ive tried everything to make it so it isnt.<br /><br />I just
want to know how to make ...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=51"><![CDATA[HTML Forum]]></category>
			<dc:creator><![CDATA[43847]]></dc:creator>
			<dc:date>2009-05-15T14:49:56+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=51821#p51821</guid>
		</item>
	
	</channel>
</rss>