<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>help with frame sizing | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/</link>
  <description>A Layout forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>08/09/04, 222 49 2004 2004:%i:1092102577 21:49:37</pubDate>
  <lastBuildDate>06/07/13, 158 29 2013 2013:%i:1370593778 04:29:38</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>Jes  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1185</link>
    <description><![CDATA[Howdy Folks,<br /><br />This is my first post. &nbsp;Always loved this site, so I’m hoping someone can help here.<br /><br />First things first. &nbsp;I’m a relative amateur when it comes to design. &nbsp;I use Dreamweaver MX2004 on a Mac.<br /><br />Here’s a link to my problem page:<br /><br />http://sterneworks.org/blog.html<br /><br />Please ignore the text. &nbsp;It’s all test stuff for now. &nbsp;There will eventually be links and navigation to connect it with the rest of my site. &nbsp;<br /><br />The main problem is that I want the top frame to be fixed at 110 pixels tall, but in my browsers (IE 5.5 &amp; Safari 1.2) it appears to be bigger than that. &nbsp;The goal is to use the image as background and not to repeat.<br /><br />I know frames are “out” but I’m using frames to hide the long and ugly URL that my ISP requires for the blogging software. &nbsp;Plus, I wanted to custom design the layout without using a ton of php, which I don’t know.<br /><br />Any suggestions would be appreciated. &nbsp;Thank you.<br /><br />--JES]]></description>
    <pubDate>08/09/04, 222 49 2004 2004:%i:1092102577 21:49:37</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1185</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1186</link>
    <description><![CDATA[Try this<br /><br />&lt;frameset rows=&quot;100,447&quot; cols=&quot;*&quot; frameborder=&quot;no&quot;&gt;<br /> &nbsp;&lt;frame src=&quot;top.html&quot; noresize scrolling=&quot;no&quot;&gt;<br /> &nbsp;&lt;frameset rows=&quot;*&quot; cols=&quot;167,923&quot;&gt;<br /> &nbsp; &nbsp;&lt;frame src=&quot;superbon.html&quot;&gt;<br /> &nbsp; &nbsp;&lt;frame src=&quot;http://sterneworks.org/v-web/b2/blogtest2.php&quot;&gt;<br /><br /> &nbsp;&lt;/frameset&gt;<br />&lt;/frameset&gt;<br />&lt;noframes&gt;&lt;body&gt;<br />&lt;/body&gt;&lt;/noframes&gt;<br /><br />You have to swich off the scrollbars in the top frame.<br /><br />Note that frameborder=&quot;no&quot; and &lt;noframes&gt;&lt;/noframes&gt; are invalid markup for your doctype.]]></description>
    <pubDate>08/10/04, 223 53 2004 2004:%i:1092124381 03:53:01</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1186</guid>
   </item>
     <item>
    <title>Jes  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1187</link>
    <description><![CDATA[Thanks, I did.  I seem to still be getting the same problem in the browser.  Also tried Mozilla, just for completeness.  Any other guesses?  I will say that I'm using a 20&quot; monitor, and when the window's smaller, it looks good.  When I drag the window to make it bigger, the top frame seems to resize proportionally to the size of my browser window.  <br /><br />Hmmm.<br /><br />--JES<br /><br />Edit: as I move the browser around, I notice that all frame sizes appear to be relative (ie, the left frame expands and contracts as well). &nbsp;Is there a way around that?]]></description>
    <pubDate>08/10/04, 223 37 2004 2004:%i:1092163041 14:37:21</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1187</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1188</link>
    <description><![CDATA[This is how to do it<br /><br />&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;<br />&lt;html&gt;<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br />&lt;title&gt;Super Bon!&lt;/title&gt;<br />&lt;/head&gt;<br /><br /> &lt;frameset rows=&quot;100,447&quot; cols=&quot;*&quot;&gt; &nbsp; &nbsp;&lt;frame src=&quot;top.html&quot; noresize scrolling=&quot;no&quot;&gt; &nbsp; &nbsp;&lt;frameset rows=&quot;*&quot; cols=&quot;167,923&quot;&gt; &nbsp; &nbsp; &nbsp;&lt;frame src=&quot;superbon.html&quot;&gt; &nbsp; &nbsp; &nbsp;&lt;frame src=&quot;http://sterneworks.org/v-web/b2/blogtest2.php&quot;&gt; &nbsp; <br /> &nbsp; &lt;/frameset&gt; &lt;/frameset&gt;&lt;/html&gt;<br /><br />but you would probably be better using CSS with an inline frame (iFrame).]]></description>
    <pubDate>08/10/04, 223 14 2004 2004:%i:1092165272 15:14:32</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1188</guid>
   </item>
     <item>
    <title>Jes  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1189</link>
    <description><![CDATA[Thanks.  tried again with no luck.  Where can I read up on CSS with an inline frame?  The most CSS I've ever done has been to set up basicl templates and change the way links look.<br /><br />--JES<br /><br />Edit: &nbsp;Just tried a suggestion from another BBS. &nbsp;Seems to work now. &nbsp;Does it for you? &nbsp;Thanks again.]]></description>
    <pubDate>08/10/04, 223 37 2004 2004:%i:1092184623 20:37:03</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1189</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1190</link>
    <description><![CDATA[No, it doesn't work in Mozilla, just a blank screen. You have a closing frameset with no opening one and frameborder=&quot;no&quot; is not valid.<br /><br />I don't know of a specific source for iFrames and CSS but you can search for either on Google.]]></description>
    <pubDate>08/11/04, 224 46 2004 2004:%i:1092210372 03:46:12</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1190</guid>
   </item>
     <item>
    <title>Jes  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1191</link>
    <description><![CDATA[Alright, thanks a bunch. &nbsp;Will see what I can come up with.<br /><br />Best,<br />--JES]]></description>
    <pubDate>08/12/04, 225 30 2004 2004:%i:1092317420 09:30:20</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/help_with_frame_sizing/#p1191</guid>
   </item>
   </channel>
</rss