<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>Make a small window &quot;float&quot; on top a big | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/layout/make_a_small_window_quotfloatquot_on_top_a_big/</link>
  <description>A Layout forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>08/28/04, 241 13 2004 2004:%i:1093666411 00:13:31</pubDate>
  <lastBuildDate>06/07/13, 158 06 2013 2013:%i:1370592395 04:06:35</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Preslinc  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/make_a_small_window_quotfloatquot_on_top_a_big/#p1215</link>
    <description><![CDATA[Can anyone help me with a solution…? <br /><br />The situation is, I have big page and a small page that must appear onscreen at the same time. Trouble is, when the big screen is active, it covers up the small screen.<br /><br />What I need is a way to keep the small screen ON TOP of the big screen, so that the user can position it wherever s/he wants -- and so that, when the big screen is active, it doesn't cover up the small screen.<br /><br />I offer abundant and sincere gratitude to whoever can solve my little problem.<br />Thank you.]]></description>
    <pubDate>08/28/04, 241 13 2004 2004:%i:1093666411 00:13:31</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/make_a_small_window_quotfloatquot_on_top_a_big/#p1215</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/make_a_small_window_quotfloatquot_on_top_a_big/#p1216</link>
    <description><![CDATA[There is no way to keep a small window in front all the time, the one that has the 'focus' will always be in front.<br /><br />To bring a window to the front, you have to use window.focus() in JavaScript<br /><br />Here is a script that opens a new window in front of a bigger one<br /><br />function smallwindow()<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var w = window.open(&quot;http://www.anysite.com/smallwindow.html&quot;,&quot;toolbar=no,width=420,height=410,directories=no,status=no,scrollbars=no,resize=no,menubar=no,history=no&quot<img src="/images/emoticons/wink.png" class="smiley" />;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;w.window.focus();<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;} <br /><br />This action could be stopped by popup blockers.<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;]]></description>
    <pubDate>08/28/04, 241 17 2004 2004:%i:1093681076 04:17:56</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/make_a_small_window_quotfloatquot_on_top_a_big/#p1216</guid>
   </item>
     <item>
    <title>Nickro  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/make_a_small_window_quotfloatquot_on_top_a_big/#p1217</link>
    <description><![CDATA[This could be included as a draggable element of the one page - ie a sort of 'fake' pop-up window, but which behaves much like a real one. I'm not sure how you would do this without using Flash, but I think there are ways? Correct me if I'm wrong.]]></description>
    <pubDate>09/17/04, 261 19 2004 2004:%i:1095419941 07:19:01</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/make_a_small_window_quotfloatquot_on_top_a_big/#p1217</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/make_a_small_window_quotfloatquot_on_top_a_big/#p1218</link>
    <description><![CDATA[You COULD do it using Flash, although I would generally recommned against it.<br /><br />You could open a new window in Javascrript and attempt to keep it focused.<br /><br />But I think what I would try if I were faced with this problem, is to use css to set the initial position of a div (absolutely), set a high z-index on the div, then use javascript to sort out the dragging around part.]]></description>
    <pubDate>09/17/04, 261 37 2004 2004:%i:1095428272 09:37:52</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/make_a_small_window_quotfloatquot_on_top_a_big/#p1218</guid>
   </item>
     <item>
    <title>Asrar  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/make_a_small_window_quotfloatquot_on_top_a_big/#p1219</link>
    <description><![CDATA[Use a modeless dialogue window:<br /><br />http://www.webreference.com/js/tutorial1/dialog.html]]></description>
    <pubDate>10/06/04, 280 40 2004 2004:%i:1097084415 13:40:15</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/make_a_small_window_quotfloatquot_on_top_a_big/#p1219</guid>
   </item>
   </channel>
</rss