<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>IE6 won't select/highlight text correctly | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie6_wont_selecthighlight_text_correctly/</link>
  <description>A Browsers forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>07/21/04, 203 28 2004 2004:%i:1090384138 00:28:58</pubDate>
  <lastBuildDate>06/07/13, 158 21 2013 2013:%i:1370593292 04:21:32</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>Oedipus  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie6_wont_selecthighlight_text_correctly/#p1124</link>
    <description><![CDATA[Hello, and welcome to my first post!<br /><br />Please visit my work-in-progress to witness the problem firsthand: <a href="http://www.animalactivists.org/WFAD">http://www.animalactivists.org/WFAD</a>. &nbsp;Clicking the About WFAD link will probably give us a better example.<br /><br />Simply put, IE6 does not allow users to select the text correctly. &nbsp;Try it and see. &nbsp;Either you select partial text, or you don't get much control over what you select, or you select the whole damn page!<br /><br />This does not happen in Mozilla's newest, though I can't say I've tried any other browsers.<br /><br />Everything is in div tags and I've made pretty extensive use of my stylesheet, but I can't seem to find anything wrong with what I've done. &nbsp;I tried giving the text's div tag the highest z-index on the page, but that didn't solve the problem, and it messed with my formatting anyway.<br /><br />Is this a browser issue? &nbsp;If so, does anyone know of any workarounds? ... or perhaps there is something I can do differently....<br /><br />Thankfully awaiting your suggestions and loathing IE,<br /><br />Frank<br /><br />]]></description>
    <pubDate>07/21/04, 203 28 2004 2004:%i:1090384138 00:28:58</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie6_wont_selecthighlight_text_correctly/#p1124</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie6_wont_selecthighlight_text_correctly/#p1125</link>
    <description><![CDATA[I'm not sure why you need to select this text in the first place but if you want to be able to select it to copy and paste, putting it in a form textarea would be more reliable.<br /><br />The problem with selecting text in a div is that a browser is not a text editor. It knows how to display the text but how would it know what to highlight when the the text font and size is anyone's guess?<br /><br />You could 'bluff' the action using javascript and a 'copy text' link or button that prints only the text you want into a new window.]]></description>
    <pubDate>07/21/04, 203 05 2004 2004:%i:1090404324 06:05:24</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie6_wont_selecthighlight_text_correctly/#p1125</guid>
   </item>
     <item>
    <title>Mmorse  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie6_wont_selecthighlight_text_correctly/#p1126</link>
    <description><![CDATA[from what I have read on other forums, it's an IE6 bug. You can change your doctype to force IE6 into quirks mode or place this javascript in the headtag.<br /><br />&lt;script type=&quot;text/javascript&quot;&gt;<br /><br />if (window.createPopup &amp;&amp; document.compatMode &amp;&amp; <br />document.compatMode==&quot;CSS1Compat&quot<img src="/images/emoticons/wink.png" class="smiley" /><br />{<br /> &nbsp;document.onreadystatechange = onresize = function fixIE6AbsPos()<br /> &nbsp;{<br /> &nbsp; &nbsp;if (!document.body) return;<br /> &nbsp; &nbsp;if (document.body.style.margin != &quot;0px&quot<img src="/images/emoticons/wink.png" class="smiley" /> document.body.style.margin = 0;<br /> &nbsp; &nbsp;onresize = null;<br /> &nbsp; &nbsp;document.body.style.height = 0;<br /> &nbsp; &nbsp;setTimeout(function(){ document.body.style.height = <br />document.documentElement.scrollHeight+'px'; }, 1);<br /> &nbsp; &nbsp;setTimeout(function(){ onresize = fixIE6AbsPos; }, 100);<br /> &nbsp;}<br />}<br /><br />&lt;/script&gt;<br /><br />mark]]></description>
    <pubDate>09/08/04, 252 57 2004 2004:%i:1094680622 17:57:02</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie6_wont_selecthighlight_text_correctly/#p1126</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie6_wont_selecthighlight_text_correctly/#p1127</link>
    <description><![CDATA[I've had this happen. For me, it was an issue with the way I'd set up a bunch of floats to lay out the page.]]></description>
    <pubDate>09/09/04, 253 45 2004 2004:%i:1094741111 10:45:11</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie6_wont_selecthighlight_text_correctly/#p1127</guid>
   </item>
   </channel>
</rss