<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: DHTML layers</title>
	<atom:link href="http://www.bangrocks.com/2006/03/31/dhtml-layers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bangrocks.com/2006/03/31/dhtml-layers/</link>
	<description>"We'll be saying a big hello to all intelligent life forms everywhere ... and to everyone else out there, the secret is to bang the rocks together, guys."</description>
	<pubDate>Sun, 06 Jul 2008 21:49:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Trejkaz</title>
		<link>http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-377</link>
		<dc:creator>Trejkaz</dc:creator>
		<pubDate>Mon, 03 Apr 2006 01:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-377</guid>
		<description>Yeah, sometimes reading the CSS spec is the only way to find these things out.

It's also a good way to find bugs in the web browser, e.g. "bottom" is practically useless in a certain Windows-based one which sucks.</description>
		<content:encoded><![CDATA[<p>Yeah, sometimes reading the CSS spec is the only way to find these things out.</p>
<p>It&#8217;s also a good way to find bugs in the web browser, e.g. &#8220;bottom&#8221; is practically useless in a certain Windows-based one which sucks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WauloK</title>
		<link>http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-374</link>
		<dc:creator>WauloK</dc:creator>
		<pubDate>Sat, 01 Apr 2006 08:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-374</guid>
		<description>Thanks for the help. I got it going, but not the way I wanted to. It works tho so that's the main thing :)
I was hoping I could do the lot in a css stylesheet file for the image and not specify the absolute location of the image. It didn't seem to work if I used DIV ID= or DIV STYLE= and have the lot in the css file.
But, never mind. The image is there :)

PS: Thanks for the right:0;  all the sites I read only mentioned TOP &#038; LEFT but no RIGHT anywhere.</description>
		<content:encoded><![CDATA[<p>Thanks for the help. I got it going, but not the way I wanted to. It works tho so that&#8217;s the main thing <img src='http://www.bangrocks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I was hoping I could do the lot in a css stylesheet file for the image and not specify the absolute location of the image. It didn&#8217;t seem to work if I used DIV ID= or DIV STYLE= and have the lot in the css file.<br />
But, never mind. The image is there <img src='http://www.bangrocks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>PS: Thanks for the right:0;  all the sites I read only mentioned TOP &#038; LEFT but no RIGHT anywhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trejkaz</title>
		<link>http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-373</link>
		<dc:creator>Trejkaz</dc:creator>
		<pubDate>Fri, 31 Mar 2006 12:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-373</guid>
		<description>Actually, with absolute you could specify top and right.  You only need to specify enough for the browser to figure out the others.</description>
		<content:encoded><![CDATA[<p>Actually, with absolute you could specify top and right.  You only need to specify enough for the browser to figure out the others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BatGrrrL</title>
		<link>http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-372</link>
		<dc:creator>BatGrrrL</dc:creator>
		<pubDate>Fri, 31 Mar 2006 11:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-372</guid>
		<description>*smiles* you could set a layer with a right: 0px - this will align it right depending on your positioning :)</description>
		<content:encoded><![CDATA[<p>*smiles* you could set a layer with a right: 0px - this will align it right depending on your positioning <img src='http://www.bangrocks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WauloK</title>
		<link>http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-371</link>
		<dc:creator>WauloK</dc:creator>
		<pubDate>Fri, 31 Mar 2006 09:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-371</guid>
		<description>Yea. That's what I used, but the problem is when I used DIV at the top and float:right.. it worked but the white table where the normal blog appears shrunk left on the right hand side the width of the image

+++++++++***
+++++++++***
=========
=========
=========
=========

=== = blog moved left

*** = img

I think absolute means I have to specify TOP and LEFT which means I can't use that cos I don't know how many pixels from the left margin to move it across.</description>
		<content:encoded><![CDATA[<p>Yea. That&#8217;s what I used, but the problem is when I used DIV at the top and float:right.. it worked but the white table where the normal blog appears shrunk left on the right hand side the width of the image</p>
<p>+++++++++***<br />
+++++++++***<br />
=========<br />
=========<br />
=========<br />
=========</p>
<p>=== = blog moved left</p>
<p>*** = img</p>
<p>I think absolute means I have to specify TOP and LEFT which means I can&#8217;t use that cos I don&#8217;t know how many pixels from the left margin to move it across.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trejkaz</title>
		<link>http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-370</link>
		<dc:creator>Trejkaz</dc:creator>
		<pubDate>Fri, 31 Mar 2006 09:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.bangrocks.com/2006/03/31/dhtml-layers/#comment-370</guid>
		<description>A DIV will work but the CSS has to specify either (a) "position: absolute", or (b) "float: right".  Either one will do the job in general but there are slight differences in appearance between the two.</description>
		<content:encoded><![CDATA[<p>A DIV will work but the CSS has to specify either (a) &#8220;position: absolute&#8221;, or (b) &#8220;float: right&#8221;.  Either one will do the job in general but there are slight differences in appearance between the two.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
