|
|
| Mr.Clean 2005-01-24, 7:21 pm |
| I have a table and would like to make it scroll if more
rows are in the table than are visible in the height.
How would I do that?
overflow: scroll; doesn't work in IE or mozilla on this table.
| |
| Mr.Clean 2005-01-24, 7:21 pm |
| In article <1106588731.e7d7aa541491e0b8c173aa62a94edb82@teranews>,
mrclean@p&g.com says...
> I have a table and would like to make it scroll if more
> rows are in the table than are visible in the height.
>
> How would I do that?
>
> overflow: scroll; doesn't work in IE or mozilla on this table.
>
Nevermind, found a tutorial.
| |
| Philip Herlihy 2005-01-24, 7:21 pm |
| "Mr.Clean" <mrclean@p&g.com> wrote in message
news:1106590408.ed0076e45efe16855e3020b90b6d44ff@teranews...
> In article <1106588731.e7d7aa541491e0b8c173aa62a94edb82@teranews>,
> mrclean@p&g.com says...
>
> Nevermind, found a tutorial.
>
So what's the trick, then?
--
####################
## PH, London
####################
| |
| Mr.Clean 2005-01-24, 7:21 pm |
| In article <ct3jb7$i0i$1@sparta.btinternet.com>, foof8501
@herlihy.eu.veil.com says...
> "Mr.Clean" <mrclean@p&g.com> wrote in message
> news:1106590408.ed0076e45efe16855e3020b90b6d44ff@teranews...
>
> So what's the trick, then?
>
>
http://hscripts.com/tutorials/css/others3.php
| |
| Jan Roland Eriksson 2005-01-24, 7:21 pm |
| On Mon, 24 Jan 2005 15:47:43 -0600, Mr.Clean <mrclean@p&g.com> wrote:
>In article <ct3jb7$i0i$1@sparta.btinternet.com>, foof8501
>@herlihy.eu.veil.com says...
[color=darkred]
[color=darkred]
>http://hscripts.com/tutorials/css/others3.php
Plain Bullshit; read up on THEAD TBODY and TFOOT, it's all available in
the HTML 4.01 spec.
--
Rex
| |
| Mr.Clean 2005-01-24, 7:21 pm |
| In article <rotav091riteqfe7e0v5a8lldt8sicdm1i@4ax.com>,
jrexon@newsguy.com says...
> On Mon, 24 Jan 2005 15:47:43 -0600, Mr.Clean <mrclean@p&g.com> wrote:
>
>
>
>
> Plain Bullshit; read up on THEAD TBODY and TFOOT, it's all available in
> the HTML 4.01 spec.
>
>
You do things the way you want to, and I'll do them the way I want to.
No sense running off your mouth like that/
| |
| Jan Roland Eriksson 2005-01-25, 4:21 am |
| On Mon, 24 Jan 2005 16:56:50 -0600, Mr.Clean <mrclean@p&g.com> wrote:
>In article <rotav091riteqfe7e0v5a8lldt8sicdm1i@4ax.com>,
>jrexon@newsguy.com says...
[color=darkred]
>You do things the way you want to, and I'll do them the way I want to.
>No sense running off your mouth like that/
Any one who publishes a "tutorial wanna be" should at least proof read
his examples before making them available as guidlines for others.
You still may want to have a look at this to find that there are more
correct solutions.
<http://www.w3.org/WAI/UA/TS/html401...T-OVERFLOW.html>
--
Rex
| |
| Ali Babba 2005-01-25, 7:23 am |
| Jan Roland Eriksson wrote:
> On Mon, 24 Jan 2005 16:56:50 -0600, Mr.Clean <mrclean@p&g.com> wrote:
>
>
>
>
>
>
> Any one who publishes a "tutorial wanna be" should at least proof read
> his examples before making them available as guidlines for others.
>
> You still may want to have a look at this to find that there are more
> correct solutions.
>
>
> <http://www.w3.org/WAI/UA/TS/html401...T-OVERFLOW.html>
>
from Jan Roland Erikson's link:
<tbody style="height: 5em; overflow: auto;">
from Mr.Clean's link:
<div STYLE=" height: 100px; width: 150px; font-size: 12px; overflow: auto;">
looks pretty much the same to me.
| |
| Jan Roland Eriksson 2005-01-25, 12:39 pm |
| On Tue, 25 Jan 2005 10:17:06 +0100, Ali Babba <AliBabba@40Bandits.com>
wrote:
>Jan Roland Eriksson wrote:
[color=darkred]
>from Jan Roland Erikson's link:
> <tbody style="height: 5em; overflow: auto;">
>
>from Mr.Clean's link:
> <div STYLE=" height: 100px; width: 150px; font-size: 12px; overflow: auto;">
>
>looks pretty much the same to me.
The real difference is in the markup, not in the styling.
--
Rex
| |
| Disco Octopus 2005-01-25, 12:39 pm |
| Jan Roland Eriksson wrote on 25/01/2005 :
> On Tue, 25 Jan 2005 10:17:06 +0100, Ali Babba <AliBabba@40Bandits.com>
> wrote:
>
>
>
> The real difference is in the markup, not in the styling.
the div works with every single browser known to personkind. (IE being
one of them)
the table only works with a few. (FF being one of them, and IE *not*
being one of them)
--
nobody ever dreams of working for the man
| |
| Chris Morris 2005-01-25, 12:39 pm |
| Disco Octopus <discooctopus@yahoo.com> writes:
> Jan Roland Eriksson wrote on 25/01/2005 :
>
> the div works with every single browser known to personkind. (IE being
> one of them)
Personkind, meet lynx. Lynx, meet personkind.
--
Chris
| |
| Ali Babba 2005-01-25, 12:39 pm |
| Jan Roland Eriksson wrote:
> On Tue, 25 Jan 2005 10:17:06 +0100, Ali Babba <AliBabba@40Bandits.com>
> wrote:
>
>
>
>
>
>
>
>
> The real difference is in the markup, not in the styling.
>
well well well .. is this little markup difference is already "Plain
Bullshit" then you must have a tough life on the net.
| |
| Jan Roland Eriksson 2005-01-25, 7:23 pm |
| On Tue, 25 Jan 2005 21:57:36 +1000, Disco Octopus
<discooctopus@yahoo.com> wrote:
>Jan Roland Eriksson wrote on 25/01/2005 :
[color=darkred]
>the div works with every single browser known to personkind.
>(IE being one of them)
>
>the table only works with a few.
>(FF being one of them, and IE *not* being one of them)
I take it that you have already sent your bug report to Microsoft?
--
Rex
| |
| Jan Roland Eriksson 2005-01-25, 7:23 pm |
| On Tue, 25 Jan 2005 14:04:21 +0100, Ali Babba <AliBabba@40Bandits.com>
wrote:
>Jan Roland Eriksson wrote:
[color=darkred]
>well well well .. is this little markup difference is already "Plain
>Bullshit" then you must have a tough life on the net.
No; those who spends idiotic hours to cover up for MS Bullshit have a
much worse time "on the net" than I have.
--
Rex
| |
| Jim Moe 2005-01-25, 7:23 pm |
| Mr.Clean wrote:
> I have a table and would like to make it scroll if more
> rows are in the table than are visible in the height.
>
> How would I do that?
>
Use a textarea. Just set it to the desired width. You get both
horizontal and vertical scrolling for each oversized text entry.
--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
| |
| Mr.Clean 2005-01-25, 7:23 pm |
| In article <kMqdnWHay6fWCWvcRVn-jw@giganews.com>, jmm-
list.AXSPAMGN@sohnen-moe.com says...
> Mr.Clean wrote:
> Use a textarea. Just set it to the desired width. You get both
> horizontal and vertical scrolling for each oversized text entry.
>
>
Looking for something that looks like a table, textarea won't work for
this.
It is a facsimile of a Delphi TStringGrid, in case
you were wondering.
| |
| Disco Octopus 2005-01-26, 7:24 am |
| Newsgroups: comp.infosystems.www.authoring.stylesheets
Message-ID: <mn.d4f07d51a482a75b.23737@yahoo.com>
Organization: The Deep
X-Newsreader: MesNews/1.02.00.01-gb
Date: Wed, 26 Jan 2005 21:04:42 +1000
MIME-Version: 1.0
X-Face: %5,_^Ae%r2y50F:Bb(2<X!a>~0,v)NSq?>c8N`A%ao?@JC&]S-<ly7u1>gSC:G&!m<8qcG* >UfKzdx@{ybzCbF<nTvkRWT`:l-1617{yx&4QEzp$h{>:F0<86!RKR;GL{tma3)!~w8!yRA%an4HP7 1OV*'Q=4`$Mg>s6)/a[#7b5o87@@r:wdJU<4<`)Q.G$@?UbVS0YwH'F?$&W<~aI)X;gXufP[fB2esV VC@GAl&}pY}5&PE~>
"E(y"d1}3
Content-Type: text/plain; charset="iso-8859-15"; format=flowed
Content-Transfer-Encoding: 8bit
NNTP-Posting-Host: ppp232-124.lns1.bne3.internode.on.net
X-Trace: duster.adelaide.on.net 1106737484 203.122.232.124 (26 Jan 2005 21:34:44 +1050)
Lines: 22
Path: dwarf.nntpserver.com!newsfeed.ultrafeed.com!newsfeed-west.nntpserver.com!newsfeed-east.nntpserver.com!nntpserver.com!news1.optus.net.au!optus!news.mel.connect.com.au!news-north.connect.com.au!duster.adelaide.on.net!not-for-mail
Xref: newsfeed-west.nntpserver.com comp.infosystems.www.authoring.stylesheets:86708
Jan Roland Eriksson wrote on 26/01/2005 :
> On Tue, 25 Jan 2005 14:04:21 +0100, Ali Babba <AliBabba@40Bandits.com>
> wrote:
>
>
>
> No; those who spends idiotic hours to cover up for MS Bullshit have a
> much worse time "on the net" than I have.
Indeed. But even a very small user base such as IE users deserve to see
a site as it was intended to be seen.
Funny thing though... the users dont see the markup, they see the
design.
--
most midwives do not have children
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |