Greetings again folks,
I have a layout which is using absolute positioning. It's working very well cross-browser but there seems to be a bug in IE6. I believe it's related to the absolute positioning and taking the content out of document flow.
When I open the page in IE6 and attempt to highlight text on the page, it's like I can't highlight specific lines. A whole block, text on another part of the page, or everything on the page highlights. I can't select specific text to highlight with the cursor.
I'm using this doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
If I switch the doctype to this doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
to put IE in Quirks mode, the text highlights correctly.
I need to use the first doctype for presentation.
Is there a way to fix this IE highlighting problem in the CSS, a hack maybe?
Thanks for your input.
Youth and beauty are no match for age and experience.
I have a layout which is using absolute positioning. It's working very well cross-browser but there seems to be a bug in IE6. I believe it's related to the absolute positioning and taking the content out of document flow.
When I open the page in IE6 and attempt to highlight text on the page, it's like I can't highlight specific lines. A whole block, text on another part of the page, or everything on the page highlights. I can't select specific text to highlight with the cursor.
I'm using this doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
If I switch the doctype to this doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
to put IE in Quirks mode, the text highlights correctly.
I need to use the first doctype for presentation.
Is there a way to fix this IE highlighting problem in the CSS, a hack maybe?
Thanks for your input.
Youth and beauty are no match for age and experience.