<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>Valid borderless frameset impossible ? | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/</link>
  <description>A Markup forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>11/11/04, 316 57 2004 2004:%i:1100167043 04:57:23</pubDate>
  <lastBuildDate>06/07/13, 158 25 2013 2013:%i:1370582748 01:25:48</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>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1531</link>
    <description><![CDATA[Hi,<br /><br />I am trying to make a borderless frameset that is legal HTML 4.01 (see <a href="http://www.w3.org/TR/html401/present/frames.html#h-16.2.1">http://www.w3.org/TR/html401/present/frames.html#h-16.2.1</a>) - that seems impossible, since the FRAMEBORDER=&quot;0&quot; FRAMESPACING=&quot;0&quot; BORDER=&quot;0&quot; are not allowed...<br /><br />Tried styling my way out of the problem but so far without any luck.<br /><br />Any ideas or suggestions ?<br /><br />--Zajnee<br /><br />Edit: It should render correctly in both IE and Mozilla <img src="/images/emoticons/wink.png" class="smiley" />]]></description>
    <pubDate>11/11/04, 316 57 2004 2004:%i:1100167043 04:57:23</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1531</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1532</link>
    <description><![CDATA[<blockquote><strong>Zajnee said:</strong><br />
Hi,<br /><br />I am trying to make a borderless frameset that is legal HTML 4.01 (see <a href="http://www.w3.org/TR/html401/present/frames.html#h-16.2.1">http://www.w3.org/TR/html401/present/frames.html#h-16.2.1</a>) - that seems impossible, since the FRAMEBORDER=&quot;0&quot; FRAMESPACING=&quot;0&quot; BORDER=&quot;0&quot; are not allowed...<br /><br />Tried styling my way out of the problem but so far without any luck.<br /><br />Any ideas or suggestions ?<br /><br />--Zajnee<br /><br />Edit: It should render correctly in both IE and Mozilla <img src="/images/emoticons/wink.png" class="smiley" /></blockquote><br /><br /><br />I did this in BBEDit and it validates fine.<br /><br /><code><br />&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot;<br /> &nbsp; &nbsp; &nbsp; &nbsp;&quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;<br />&lt;html lang=&quot;en&quot;&gt;<br />&lt;head&gt;<br /> &nbsp; &nbsp; &nbsp;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br /> &nbsp; &nbsp; &nbsp;&lt;title&gt;Untitled&lt;/title&gt;<br />&lt;/head&gt;<br />&lt;frameset&gt;<br />&lt;frame src=&quot;index.htm&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;auto&quot; frameborder=&quot;0&quot;&gt;<br />&lt;/frameset&gt;<br />&lt;/html&gt;</code><br /><br />However, frames are generally frowned upon these days. There are very few good reasons to use frames that can't be done better with CSS.]]></description>
    <pubDate>11/11/04, 316 50 2004 2004:%i:1100177457 07:50:57</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1532</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1533</link>
    <description><![CDATA[Hi Forum Admin,<br /><br />Thank you for a quick reply, but I did not do a good job explaining what I am after... so I uploaded a demonstration of my problem <img src="/images/emoticons/wink.png" class="smiley" /><br /><br /><a href="http://www.dansknetdesign.dk/liste_frame.html">http://www.dansknetdesign.dk/liste_frame.html</a><br /><br />All valid HTML and therefore with a white line between the frames... &nbsp;this one is NOT valid :<br /><br /><a href="http://www.dansknetdesign.dk/liste_frame2.html">http://www.dansknetdesign.dk/liste_frame2.html</a><br /><br />...but it renders perfectly - sigh !<br /><br />And I do have a good reason for wanting to use frames : I will preload some pages in hidden frames (frames with 0 height) and thereby be able to show them instantly when the user requests them (and preload another page in the frame they left...)<br /><br />I'll send you a link to a demonstration, once I have one ready - valid HTML or not.<br /><br />--Zajnee]]></description>
    <pubDate>11/11/04, 316 24 2004 2004:%i:1100179472 08:24:32</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1533</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1534</link>
    <description><![CDATA[Well, the simple answer is to put a stylesheet rule in:<br />frameset {border:0}<br /><br />That should do it.<br /><br /><br />But here's the better way to do it: Preload the content into hidden divs, then change the visibility to visible (or or display to block, as the case may be) on click. Let's say your blocks are called div1, div2 and div3. In the style sheet, you'll have something like:<br />#div1, #div2, #div3 {display:none;}<br /><br />then, down in the code, you'd have some kind of actuator that onclick would set div1 to display:block<br /><br />whatever link, image or whatever controls the display, add this:<br />onclick=&quot;document.getElementById('div1').style.display = 'block'&quot;<br /><br />Notice that one says div1... you would need to change appropriately.]]></description>
    <pubDate>11/11/04, 316 39 2004 2004:%i:1100183981 09:39:41</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1534</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1535</link>
    <description><![CDATA[Hi Baxter,<br /><br />I tried it... it's at <a href="http://www.dansknetdesign.dk/liste_frame3.html">http://www.dansknetdesign.dk/liste_frame3.html</a> as you can see there is no change - I think I tried that alreay, but I tried so many things I started forgetting what I have tried <img src="/images/emoticons/tongueout.png" class="smiley" /><br /><br />I just added<br /><code>&lt;style&gt;frameset {border:15 px;} &lt;/style&gt;</code><br />in the header - that is what you meant, right ?<br /><br />About using DIV's instead of FRAMES, well I would love to, but preloading the NEXT div would be impossible, right ?<br /><br />Let me explain what i am going for her :<br /><br />I want to show a list of data - let's say a search result from a search engine. I will show 20 results per page.<br /><br />If the search returns 276 results I end up with 14 pages.<br /><br />1. I load the first page (and show it) and preload page 2 and 3.<br /><br />2. When the user clicks next page I instantly shows page 2 (nothing else happens).<br /><br />3. When the user clicks next page again I instantly shows page 3 and preloads page 4 in the frame where page 1 was... this is the catch, I don't think I can load contents into a div without submitting the whole page, right ?<br /><br />I never looked into inline frames... not really sure I like the concept, but that might do it.<br /><br />--Zajnee<br /><br />Ps. I am going offline for some hours now (shiver), thanks for some quick replys !]]></description>
    <pubDate>11/11/04, 316 07 2004 2004:%i:1100185645 10:07:25</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1535</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1536</link>
    <description><![CDATA[well, first your syntax is wrong. In the head, put:<br />&lt;style type=&quot;text/css&quot;&gt;<br /> &nbsp; frameset {border:0;<br />/* just for fun, throw in: */<br /> &nbsp; margin:0;<br />} <br />&lt;/style&gt;<br /><br />You want no border, so why put 15px?<br /><br />&quot; About using DIV's instead of FRAMES, well I would love to, but preloading the NEXT div would be impossible, right ? &quot;<br /><br />It's going to load regardless of whether it's shown or not.]]></description>
    <pubDate>11/11/04, 316 36 2004 2004:%i:1100198161 13:36:01</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p1536</guid>
   </item>
     <item>
    <title>Patrick Steve said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p2718</link>
    <description><![CDATA[IF you want no border then use the color of border same as the color of background. In this way border will not appear.]]></description>
    <pubDate>06/12/09, 163 10 2009 2009:%i:1244783431 01:10:31</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/markup/valid_borderless_frameset_impossible_/#p2718</guid>
   </item>
   </channel>
</rss