<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — CSS positioning question]]></title>
		<link>https://punbb.informer.com/forums/topic/3201/css-positioning-question/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/3201/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in CSS positioning question.]]></description>
		<lastBuildDate>Sun, 15 Feb 2004 19:09:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: CSS positioning question]]></title>
			<link>https://punbb.informer.com/forums/post/10051/#p10051</link>
			<description><![CDATA[<p>Yay, I luv u!!!!!<br />overflow-y: hidden;<br />I would have never figured out that one. Now let&#039;s see if I can still use it. I&#039;d have killed for that a few months ago.</p><p>And when I said not implemented, I meant not implemented in MSIE, that is. I know they say it&#039;s just buggy, but... I never saw it work, so to me it&#039;s not implemented <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Cheers!</p>]]></description>
			<author><![CDATA[null@example.com (MarcB)]]></author>
			<pubDate>Sun, 15 Feb 2004 19:09:47 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/10051/#p10051</guid>
		</item>
		<item>
			<title><![CDATA[Re: CSS positioning question]]></title>
			<link>https://punbb.informer.com/forums/post/10049/#p10049</link>
			<description><![CDATA[<div class="quotebox"><cite>MarcB wrote:</cite><blockquote><p>Rickard, that is an unfortunate not well implemented feature of CSS, it should work with position: fixed, but I still have to see that work somewhere.</p></blockquote></div><p>Try viewing <a href="http://www.pixy.cz/blogg/clanky/cssunderscorehack/ex-position.html">this</a> in <a href="http://www.mozilla.org/products/firefox">Firefox</a>.</p><p>Or you can use this <a href="http://devnull.tagsoup.com/fixed/vertical.html">tag soup</a> with IE ;)</p>]]></description>
			<author><![CDATA[null@example.com (Louis)]]></author>
			<pubDate>Sun, 15 Feb 2004 18:59:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/10049/#p10049</guid>
		</item>
		<item>
			<title><![CDATA[Re: CSS positioning question]]></title>
			<link>https://punbb.informer.com/forums/post/10045/#p10045</link>
			<description><![CDATA[<p>Rickard, that is an unfortunate not well implemented feature of CSS, it should work with position: fixed, but I still have to see that work somewhere.</p><p>If you find out how, please let me know, I am also strongly interested in that. Never managed to do it solely with css, but would certainly be neater.</p><div class="codebox"><pre><code>fixed 
The box&#039;s position is calculated according to the &#039;absolute&#039; model, but in addition, the box is fixed with respect to some reference. In the case of continuous media, the box is fixed with respect to the viewport (and doesn&#039;t move when scrolled). In the case of paged media, the box is fixed with respect to the page, even if that page is seen through a viewport (in the case of a print-preview, for example). Authors may wish to specify &#039;fixed&#039; in a media-dependent way. For instance, an author may want a box to remain at the top of the viewport on the screen, but not at the top of each printed page. The two specifications may be separated by using an @media rule, as in: 
Example(s):


   
@media screen { 
  H1#first { position: fixed } 
}
@media print { 
  H1#first { position: static }
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (MarcB)]]></author>
			<pubDate>Sun, 15 Feb 2004 18:10:53 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/10045/#p10045</guid>
		</item>
		<item>
			<title><![CDATA[Re: CSS positioning question]]></title>
			<link>https://punbb.informer.com/forums/post/9770/#p9770</link>
			<description><![CDATA[<p><a href="http://www.alistapart.com/articles/footers/">http://www.alistapart.com/articles/footers/</a></p><p>This is a nice footer article, it doesn&#039;t exactly cover what you want though.</p>]]></description>
			<author><![CDATA[null@example.com (Louis)]]></author>
			<pubDate>Wed, 11 Feb 2004 03:02:18 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9770/#p9770</guid>
		</item>
		<item>
			<title><![CDATA[Re: CSS positioning question]]></title>
			<link>https://punbb.informer.com/forums/post/9215/#p9215</link>
			<description><![CDATA[<p>Well, that works, but it doesn&#039;t follow the bottom edge when you scroll down the page. However, I have yet to see a JavaScript that handles that, so your solution is at least better than my current :)</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Sun, 25 Jan 2004 17:23:39 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9215/#p9215</guid>
		</item>
		<item>
			<title><![CDATA[Re: CSS positioning question]]></title>
			<link>https://punbb.informer.com/forums/post/9212/#p9212</link>
			<description><![CDATA[<p>Using CSS with: &quot;position: absolute;&quot; and &quot;bottom:0; left:0&quot; or something like that should work I think.</p><p>Edit: ...and maybe in english instead :)</p>]]></description>
			<author><![CDATA[null@example.com (Chacmool)]]></author>
			<pubDate>Sun, 25 Jan 2004 17:09:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9212/#p9212</guid>
		</item>
		<item>
			<title><![CDATA[CSS positioning question]]></title>
			<link>https://punbb.informer.com/forums/post/9208/#p9208</link>
			<description><![CDATA[<p>Is it possible to position a &lt;div&gt; so that it always &quot;follows&quot; the bottom edge of the browser window? I have temporarily solved it with an ugly JavaScript hack, but I would very much like to avoid any type of active scripting. The question is not related to PunBB, so fear not :)</p>]]></description>
			<author><![CDATA[null@example.com (Rickard)]]></author>
			<pubDate>Sun, 25 Jan 2004 16:22:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/9208/#p9208</guid>
		</item>
	</channel>
</rss>
