Raghavender Srimantula wrote:

> [... some code ...]
> this gives me a nice scrollable table with a fixed header.
> This is a stand alone.
> When I include the same code in my jsp file, I get a
> scroll bar, but my header is not fixed. My jsp respects
> the "overflow:auto" attribute, but does not respect the
> "position:relative" attribute.

> I did not add the standard <!doctype....> here, but its
> there in my code.
> any help?

Given your example I can only guess:

Maybe your jsp adds some XML or other comment prior to the standard
doctype declaration. This would put IE into quirks mode and keep the
header from staying fixed.

But this is only guessing.


Rainer

--

www.rohschnitt.de

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to