Forum Moderators: open
I'm in the process of building my very first web-site <snip> but highlighting any text in IE6 is nigh on impossible. It seems I can only highlight huge chunks and not specific words or sentences, though everything is fine using Phoenix or Mozilla.
Any ideas?
P.S: only the main page and guestbook are up at the mo - It's still a work in progress :)
[edited by: korkus2000 at 7:52 pm (utc) on Mar. 24, 2003]
[edit reason] No specifics please [/edit]
I'll bet that your text is in more than one table cell or div, right? When the bit of text you're trying to highlight crosses from one cell into the next, IE will highlight all the text in both cells. Try selecting text in a table in MS Word, you'll find that it behaves in the same way.
I hope I've guessed right, as I said I can't find your site so I'm flying blind.
Secondly, I didn't have much luck finding the cause of the problem. I think Birdman is right: when I took "position: absolute;" out of the #content style, the highlighting problem went away (but of course the content div was in the wrong place). I tried various other stuff but nothing else I tried would make the highlighting problem go away.
Good luck!
I too use absolutely positioned divs here and there, so that might be the problem for me too. (Though of course it shouldn't matter to the browser at all.)
A double click selects a word, and a triple click selects the paragraph, but you can't then right click--> copy you have to ctrl+C(copy)then ctrl+V(paste)
But I echo Birdman, not a reason to go back to tables ;) but rather ask is it really necesary to be able to let others do this because if the really want they can print the page, if you want to do this then instructions are above.
And of course there are people who spend time trying to find ways to reduce the ease with which their content may be being copy/pasted, although we know there's always a way to get it.
Suzy
As to why I'm so "worried" about it, I guess it's just the perfectionist in me ;)
I only started the thread in case it was something really easy to fix, but as that doesn't seem to be the case (damn you IE6! ) I think I'll just leave it be.
Thanks again everyone. :)