Topic: Mark/Copy text from CSS site? (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Malmö, Sweden |
posted 04-04-2004 11:50
Hi all! |
Maniac (V) Inmate From: Seoul, Korea |
posted 04-04-2004 15:14
Took me a moment to figure out what you were talking about, but I think you mean select text, no? |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 04-04-2004 15:17
this is mostly a browser problem - ie. Internet Explorer being stupid. Opera has no problem to select the text at all, and so has Mozilla/Firefox. |
Maniac (V) Inmate From: under the bed |
posted 04-04-2004 23:50
Using IE 6.0, and Firebird, I have no trouble on either of those sites (or any other that I ever recall) selecting/copying text. |
Maniac (V) Inmate From: Seoul, Korea |
posted 04-05-2004 02:37
Weird... I'm using IE 6.0 too, and I'm having the same problem mentioned above. Then again, my IE has been known to be buggy. Don't know why. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 04-05-2004 03:43 |
Nervous Wreck (II) Inmate From: Malmö, Sweden |
posted 04-05-2004 13:50
Thanks all for your inputs. Sorry for not coming back earlier. Had a concert yesterday and was home late... |
Maniac (V) Inmate From: Seoul, Korea |
posted 04-05-2004 15:01
Just to weigh in on the absolutely positioned divs... I don't really think that's an issue. My site does not have a single absolutely positioned div, yet I still have problems selecting the text. However, I tried selecting text on my site in both Netscape and Opera, and I had no problems. My conclusion: it's yet another bug in IE. That still leaves us with the question of what causes it in IE, of course, to which I have no answer... |
Nervous Wreck (II) Inmate From: Malmö, Sweden |
posted 04-05-2004 15:19
Thanks Suho! |
Maniac (V) Inmate From: under the bed |
posted 04-05-2004 18:18
Perhaps I'm misunderstanding what is wanted here? |
Maniac (V) Inmate From: Seoul, Korea |
posted 04-06-2004 10:47
I'm only going by my own experiences, which seem to be similar to Kartis'. In my experience, absolutely positioned divs are not related to the problem. Your experiences, however, would seem to indicate that browsers aren't the problem either. |
Bipolar (III) Inmate From: # |
posted 04-06-2004 14:45
i had a similar problem some time ago and although uncertain, think i resolved this by removing a z-index or line hight or letter-spacing attribute. then again maybe even putting the ?xml prolog back sorted it. play |
Maniac (V) Inmate From: Seoul, Korea |
posted 04-06-2004 15:24
I don't think this is a problem on the coding end... we've established that the same site can produce different reactions, even using the same browser. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 04-07-2004 02:12
Suho: Well if yours is so is mine |
Maniac (V) Inmate From: out of a sleepy funk |
posted 04-07-2004 21:32
fwiw I've always (since the proliferation of CSS based designs anyhow) had intermittent problems selecting text on some web sites. Sometimes I drag from top left to bottom right, it does nothing, or starts in the middle and selects backwards etc, just general ornery spiritedness. |
Nervous Wreck (II) Inmate From: Malmö, Sweden |
posted 04-16-2004 19:44
Just tried in a few other browsers and, yes, it is only IE that has the selection problem. |
Neurotic (0) Inmate Newly admitted From: |
posted 07-22-2004 19:49
I have the same problem on some sites. It looks like it has something to do with DIV's which are positioned in such a way that the overlap eachother. However I haven't found out what's the problem exactly. When I removed the following code from the top of the document, however, the page is displayed correctly and selection is possible. Disadvantage of that is that the page doesn't validate without a little help. code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |