Comments on: IE 6.0 does not understand overflow:auto http://www.terminally-incoherent.com/blog/2007/07/10/ie-60-does-not-understand-overflowauto/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Alex http://www.terminally-incoherent.com/blog/2007/07/10/ie-60-does-not-understand-overflowauto/#comment-15342 Mon, 03 May 2010 02:08:29 +0000 http://www.terminally-incoherent.com/blog/2007/07/10/ie-60-does-not-understand-overflowauto/#comment-15342

Thanks for the tip.

Sadly IE6 still isn’t dead, despite the recent funeral.

Reply  |  Quote
]]>
By: Yengkhom Ranjan http://www.terminally-incoherent.com/blog/2007/07/10/ie-60-does-not-understand-overflowauto/#comment-12248 Wed, 06 May 2009 05:10:06 +0000 http://www.terminally-incoherent.com/blog/2007/07/10/ie-60-does-not-understand-overflowauto/#comment-12248

Hi Sébastien,

This is my CSS for Overflow:auto of a tbody

tbody{
height: 500px;
overflow-y: auto;
border-right:1px solid #708090;
}

It works properly in Firefox… but not in IE 6… Can you please help me it is urgent

Thanks & regards,
Ranjan Yengkhom
Mumbai, India

Reply  |  Quote
]]>