Topic: Scrollbar issue - IE 7 for DIV (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Phoenix |
posted 02-16-2007 03:25
Have a look at: |
Lunatic (VI) Inmate From: under the bed |
posted 02-16-2007 04:30
For the record, IE 6 displays the same as firefox. |
Bipolar (III) Inmate From: Phoenix |
posted 02-16-2007 05:40
: ) ok, so I'll see what I can do. Is this the right doctyp at least? |
Paranoid (IV) Inmate From: London |
posted 02-16-2007 11:08
This should be fine. code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> Or this... (If you want things stricter) code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Your one seems to be a strange mix of the two. I would recommend bookmarking this A List Apart article for future reference. |
Lunatic (VI) Inmate From: under the bed |
posted 02-16-2007 15:47
Keep in mind that a transitional doctype was never intended to be used for new documents. Transitional is exactly what it sounds like - a doctype to use while you are moving your documents over to the new standard. |
Bipolar (III) Inmate From: Phoenix |
posted 02-19-2007 14:21
Thanks, and what exactly happens if the modern browser renders in 'quirks mode'? |
Neurotic (0) Inmate Newly admitted From: |
posted 03-06-2007 19:44
I'm having exactly the same problem with my personal home page. For an example of the problem, click here. |