|
Posted by Travis Newbury on 09/05/05 15:38
coolsti wrote:
> I am presenting tabular data via a web interface. The browsers are the
> latest IE and Firefox.
Let me be the first to say... How do you know?
> Does anyone know how I can force the browser to...
Yes, use Flash or Java. If you want the page to look exactly the same
everywhere, use something that does that. You can only suggest a layout
with html, css and scripting. (albeit almost everyone follows the
suggestions)
> Alternatively, does anyone know how the data can be placed into
> one big table, but so that I can "hide" blocks of rows?
Point to what ever rows you want to hide and do this:
MyRowID.style.display="none";
--
-=tn=-
Navigation:
[Reply to this message]
|