This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Stylesheets > July 2006 > tbody overflow: hidden with height and width
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
tbody overflow: hidden with height and width
|
|
|
| I have
tbody { height: 30em; width: 80em; overflow: hidden; }
For FF (Firefox) and NS (Netscape) the height is working fine,
no vertical scrolling bar on window.
But the width is not effect at all, got the horizontal scrolling bar
on the window.
I even tried <table width="80%"> and <tobdy width="80%"> but still no
luck.
For IE both height and width are not working at all.
Anyone out there have solution for me?
Thank Q!
| |
|
| RC wrote:
> I have
>
> tbody { height: 30em; width: 80em; overflow: hidden; }
>
> For FF (Firefox) and NS (Netscape) the height is working fine,
> no vertical scrolling bar on window.
> But the width is not effect at all, got the horizontal scrolling bar
> on the window.
>
> I even tried <table width="80%"> and <tobdy width="80%"> but still no
> luck.
>
> For IE both height and width are not working at all.
>
> Anyone out there have solution for me?
> Thank Q!
Google for "scrolling table" and variations thereof. If I understand
what you're trying to accomplish, there is no simple answer.
--
"The most convoluted explanation that fits all of the made-up facts is
the most likely to be believed by conspiracy theorists. Fitting the
actual facts is optional."
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|