<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>Browser response | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/</link>
  <description>A Browsers forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>07/19/04, 201 19 2004 2004:%i:1090250389 11:19:49</pubDate>
  <lastBuildDate>06/07/13, 158 37 2013 2013:%i:1370594236 04:37:16</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>Luke  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1096</link>
    <description><![CDATA[Hi there<br />I insert 2 graphics on a web page, each in their own div with absolute position. The first one is width10px x height21px. The second one is 1 px square. In IE things are OK. In Netscape (6 and 7) the second graphic appears lower than it should be. Can anyone tell me why this is and how can I keep them in line as they are in IE?<br />Luke]]></description>
    <pubDate>07/19/04, 201 19 2004 2004:%i:1090250389 11:19:49</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1096</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1097</link>
    <description><![CDATA[It's impossibe to say without seeing it. Could be that the two divs in question are inheriting something from beyond that you are not aware of.]]></description>
    <pubDate>07/19/04, 201 58 2004 2004:%i:1090252690 11:58:10</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1097</guid>
   </item>
     <item>
    <title>Luke  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1098</link>
    <description><![CDATA[Hi Joe<br />From beyond?<br />There is nothing else on the page, which was opened in DW. There is no style sheet either. The first graphic is a simple bracket, nothing too fancy. The second graphic is supposed to align with the bracket. <br />Luke]]></description>
    <pubDate>07/19/04, 201 17 2004 2004:%i:1090253831 12:17:11</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1098</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1099</link>
    <description><![CDATA[Well, if there is no style sheet, then you can't exactly postion them absolutely, can you?<br /><br />Seriously... post your code or something.]]></description>
    <pubDate>07/19/04, 201 35 2004 2004:%i:1090254930 12:35:30</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1099</guid>
   </item>
     <item>
    <title>Luke  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1100</link>
    <description><![CDATA[Here it is. <br /><br />&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;<br />&quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;<br />&lt;html&gt;<br />&lt;head&gt;<br />&lt;title&gt;Untitled Document&lt;/title&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br />&lt;script language=&quot;JavaScript&quot; type=&quot;text/JavaScript&quot;&gt;<br />&lt;!--<br />function MM_reloadPage(init) { &nbsp;//reloads the window if Nav4 resized<br /> &nbsp;if (init==true) with (navigator) {if ((appName==&quot;Netscape&quot<img src="/images/emoticons/wink.png" class="smiley" />&amp;&amp;(parseInt(appVersion)==4)) {<br /> &nbsp; &nbsp;document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}<br /> &nbsp;else if (innerWidth!=document.MM_pgW &#124;&#124; innerHeight!=document.MM_pgH) location.reload();<br />}<br />MM_reloadPage(true);<br />//--&gt;<br />&lt;/script&gt;<br />&lt;/head&gt;<br /><br />&lt;body&gt;<br />&lt;div id=&quot;Layer1&quot; style=&quot;position:absolute; left:2px; top:2px; width:12px; height:20px; z-index:1&quot;&gt;&lt;img src=&quot;Graphics/footerl.gif&quot; width=&quot;10&quot; height=&quot;21&quot;&gt;&lt;/div&gt;<br />&lt;div id=&quot;Layer2&quot; style=&quot;position:absolute; left:36px; top:10px; width:10px; height:5px; z-index:2&quot;&gt;&lt;img src=&quot;Graphics/px.gif&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;&lt;/div&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;]]></description>
    <pubDate>07/19/04, 201 45 2004 2004:%i:1090255542 12:45:42</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1100</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1101</link>
    <description><![CDATA[If they are supposed to line up, shouldn't the tops be the same value or am I misunderstanding what you are trying to achieve?<br /><br />One div has a top of 2px and the other 10px. You also have different z-indexes - why?<br /><br />Inline styles are also not as well supported across browsers as ones specified in a style sheet. Only use inline if there is no other option.<br />]]></description>
    <pubDate>07/19/04, 201 26 2004 2004:%i:1090265212 15:26:52</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1101</guid>
   </item>
     <item>
    <title>Luke  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1102</link>
    <description><![CDATA[Try this.<br />Make, say, a blue gif 20px x 20px. Place it at the top of your page.<br />Make a red gif 1px x 1px and place it at the top of your page next to the blue square. In IE, both gifs will appear at the top of the page with no margin. In Netscape, the blue square will be at the top with no margin, but the single pixel will appear 2/3 below the top of the blue square. Any explanation? ]]></description>
    <pubDate>07/19/04, 201 05 2004 2004:%i:1090271100 17:05:00</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1102</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1103</link>
    <description><![CDATA[Sorry, when I do it, it works exactly as expected in all browsers. There is obviously something fundamentally wrong with your methodology.]]></description>
    <pubDate>07/19/04, 201 43 2004 2004:%i:1090273422 17:43:42</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/browser_response/#p1103</guid>
   </item>
   </channel>
</rss