|
|
|
Next: Incompetent web authoring or much worse?
|
| Author |
Message |
External

Since: Aug 08, 2007 Posts: 2
|
(Msg. 1) Posted: Wed Aug 08, 2007 5:53 pm
Post subject: Div scrollbar overlapping lower part of table Archived from groups: alt>html (more info?)
|
|
|
Hello
I have div element and within it, I have a table. Basically I want to
use the Div to restricit the table to a certain width, and if it goes
over this width, the user is then presented with a scroll bar.
Everything works fine, except in IE7, when the table renders over a
certain amount of rows, and the Div displays the scroll bar. The last
row of the Table is obscured by the scrollbar created by the div. It's
almost like the div did not create extra height for the horizontal
scroll bar it displaying. The same problem does not happen in Firefox.
The below is the html, I am using:
<div style="width: 100px;overflow-y: hidden;overflow-x:
auto;position:relative;">
<TABLE width="100%" align="center">
<TR>
....
....
</TR>
</TABLE>
</div>
Can someone please explain whats going on and a possible work around?
Cheers
-P |
|
| Back to top |
|
 |  |
External

Since: Jul 17, 2007 Posts: 197
|
(Msg. 2) Posted: Thu Aug 09, 2007 2:38 am
Post subject: Re: Div scrollbar overlapping lower part of table Archived from groups: per prev. post (more info?)
|
|
|
Well bust mah britches and call me cheeky, on Thu, 09 Aug 2007 00:53:33 GMT
phl scribed:
> Hello
>
> I have div element and within it, I have a table. Basically I want to
> use the Div to restricit the table to a certain width, and if it goes
> over this width, the user is then presented with a scroll bar.
> Everything works fine, except in IE7, when the table renders over a
> certain amount of rows, and the Div displays the scroll bar. The last
> row of the Table is obscured by the scrollbar created by the div. It's
> almost like the div did not create extra height for the horizontal
> scroll bar it displaying. The same problem does not happen in Firefox.
> The below is the html, I am using:
>
> <div style="width: 100px;overflow-y: hidden;overflow-x:
> auto;position:relative;">
> <TABLE width="100%" align="center">
> <TR>
> ...
> ...
> </TR>
> </TABLE>
> </div>
>
> Can someone please explain whats going on and a possible work around?
Sounds like an ie bug, but as Adriuenne said...
--
Neredbojias
Half lies are worth twice as much as whole lies. |
|
| Back to top |
|
 |  |
External

Since: Jul 17, 2007 Posts: 197
|
(Msg. 3) Posted: Fri Aug 10, 2007 12:13 am
Post subject: Re: Div scrollbar overlapping lower part of table Archived from groups: per prev. post (more info?)
|
|
|
Well bust mah britches and call me cheeky, on Thu, 09 Aug 2007 22:48:10
GMT phl scribed:
> how do you get the div to make space so the horizontal scroll bar does
> not overlap the text in the bottom? I can just add space after the
> content but this shows as extra space in Firefox or opera.
That's simple. Use an ie conditional comment so that it only is read by
ie7.
<!--[if IE 7]>
<div><br></div>
<![endif]-->
....or whatever.
--
Neredbojias
Half lies are worth twice as much as whole lies. |
|
| Back to top |
|
 |  |
External

Since: Feb 19, 2006 Posts: 3160
|
(Msg. 4) Posted: Fri Aug 10, 2007 3:56 pm
Post subject: Re: Div scrollbar overlapping lower part of table Archived from groups: per prev. post (more info?)
|
|
|
In article
<Xns9987E50709F61nanopandaneredbojias RemoveThis @198.186.190.161>,
Neredbojias <monstersquasher RemoveThis @yahoo.com> wrote:
> > I have better description of problem here in code below.
>
> No, you don't. That "code" tells me nothing. A url is required to see
> the real problem although your markup indicates inaccuracy and
> invalidity.
But so important is the quoted code that you quote it all over
again. Does the idea of editing a post not mean anything to you
unless your emotions are engaged?
--
dorayme |
|
| Back to top |
|
 |  |
External

Since: Jul 17, 2007 Posts: 197
|
(Msg. 5) Posted: Fri Aug 10, 2007 3:56 pm
Post subject: Re: Div scrollbar overlapping lower part of table Archived from groups: per prev. post (more info?)
|
|
|
Well bust mah britches and call me cheeky, on Fri, 10 Aug 2007 05:56:18 GMT
dorayme scribed:
>> > I have better description of problem here in code below.
>>
>> No, you don't. That "code" tells me nothing. A url is required to see
>> the real problem although your markup indicates inaccuracy and
>> invalidity.
>
> But so important is the quoted code that you quote it all over
> again. Does the idea of editing a post not mean anything to you
> unless your emotions are engaged?
I quoted it only because I referred to it. You should try being less
critical, like me.
--
Neredbojias
Half lies are worth twice as much as whole lies. |
|
| Back to top |
|
 |  |
External

Since: Feb 19, 2006 Posts: 3160
|
(Msg. 6) Posted: Fri Aug 10, 2007 5:44 pm
Post subject: Re: Div scrollbar overlapping lower part of table Archived from groups: per prev. post (more info?)
|
|
|
In article
<Xns9987F385C1CFDnanopandaneredbojias.DeleteThis@198.186.190.161>,
Neredbojias <monstersquasher.DeleteThis@yahoo.com> wrote:
> Well bust mah britches and call me cheeky, on Fri, 10 Aug 2007 05:56:18 GMT
> dorayme scribed:
>
> >> > I have better description of problem here in code below.
> >>
> >> No, you don't. That "code" tells me nothing. A url is required to see
> >> the real problem although your markup indicates inaccuracy and
> >> invalidity.
> >
> > But so important is the quoted code that you quote it all over
> > again. Does the idea of editing a post not mean anything to you
> > unless your emotions are engaged?
>
> I quoted it only because I referred to it.
If this is the criteria, then God help us all. You wrote to
dismiss all interest in it, not to refer to it for some useful
purpose evident in what you had to say. Getting this point or
shaping up to resist with your usual schmuckery...
--
dorayme |
|
| Back to top |
|
 |  |
External

Since: Jul 17, 2007 Posts: 197
|
(Msg. 7) Posted: Fri Aug 10, 2007 5:44 pm
Post subject: Re: Div scrollbar overlapping lower part of table Archived from groups: per prev. post (more info?)
|
|
|
Well bust mah britches and call me cheeky, on Fri, 10 Aug 2007 07:44:50
GMT dorayme scribed:
>> >> > I have better description of problem here in code below.
>> >>
>> >> No, you don't. That "code" tells me nothing. A url is required
>> >> to see the real problem although your markup indicates inaccuracy
>> >> and invalidity.
>> >
>> > But so important is the quoted code that you quote it all over
>> > again. Does the idea of editing a post not mean anything to you
>> > unless your emotions are engaged?
>>
>> I quoted it only because I referred to it.
>
> If this is the criteria, then God help us all. You wrote to
> dismiss all interest in it, not to refer to it for some useful
> purpose evident in what you had to say. Getting this point or
> shaping up to resist with your usual schmuckery...
Well, I can see your opinionated side of things, but I simply followed the
rules. If you refer to something, you should quote it. What's the big
deal, anyway? If a few extra lines of text can upset your world, how
tentative that world must be.
--
Neredbojias
Half lies are worth twice as much as whole lies. |
|
| Back to top |
|
 |  |
External

Since: Feb 19, 2006 Posts: 3160
|
(Msg. 8) Posted: Fri Aug 10, 2007 6:43 pm
Post subject: Re: Div scrollbar overlapping lower part of table Archived from groups: per prev. post (more info?)
|
|
|
In article
<Xns9988C1F3F843nanopandaneredbojias.RemoveThis@198.186.190.161>,
Neredbojias <monstersquasher.RemoveThis@yahoo.com> wrote:
> Well bust mah britches and call me cheeky, on Fri, 10 Aug 2007 07:44:50
> GMT dorayme scribed:
>
> >> >> > I have better description of problem here in code below.
> >> >>
> >> >> No, you don't. That "code" tells me nothing. A url is required
> >> >> to see the real problem although your markup indicates inaccuracy
> >> >> and invalidity.
> >> >
> >> > But so important is the quoted code that you quote it all over
> >> > again. Does the idea of editing a post not mean anything to you
> >> > unless your emotions are engaged?
> >>
> >> I quoted it only because I referred to it.
> >
> > If this is the criteria, then God help us all. You wrote to
> > dismiss all interest in it, not to refer to it for some useful
> > purpose evident in what you had to say. Getting this point or
> > shaping up to resist with your usual schmuckery...
>
> Well, I can see your opinionated side of things, but I simply followed the
> rules. If you refer to something, you should quote it. What's the big
> deal, anyway? If a few extra lines of text can upset your world, how
> tentative that world must be.
I told you ages ago the story about Travis' candidate for
President of a country that produced the Jazz musical form, 12
Angry Men, and some of the most interesting things on God's
earth, America! Yup, George Bush!
Now there is a schmuck, surely! And the story was about Peter
Singer's analysis of his arrested moral development. He had to
make a speech that was to be broadcast the following Saturday. In
the middle of the speech, he kept stopping and objecting at the
line that read "... and today I ..." because he thought this was
somehow lying! It was not Saturday already!
Jesus Christ!
You see, Boji, he learnt his moral rules like a parrot and had no
real understanding of them, what was important about them. He
never grew up properly. He drank too much and that is perhaps
what hindered his progress? I suspect, in his case, his
Christianity was an effect of a basic deep down problem rather
than the cause of it. Some Christians are quite sophisticated and
it takes skill to see through the best of them.
Since you are being not directly offensive to me, I will just
give you some advice. Examine the rules you follow and see what
is important about them, pick out the relevant bits and adapt to
situations. Try not to be a George.
--
dorayme |
|
| Back to top |
|
 |  |
External

Since: Jul 17, 2007 Posts: 197
|
(Msg. 9) Posted: Fri Aug 10, 2007 6:43 pm
Post subject: Re: Div scrollbar overlapping lower part of table Archived from groups: per prev. post (more info?)
|
|
|
Well bust mah britches and call me cheeky, on Fri, 10 Aug 2007 08:43:35
GMT dorayme scribed:
>> >> >> > I have better description of problem here in code below.
>> >> >>
>> >> >> No, you don't. That "code" tells me nothing. A url is
>> >> >> required to see the real problem although your markup indicates
>> >> >> inaccuracy and invalidity.
>> >> >
>> >> > But so important is the quoted code that you quote it all over
>> >> > again. Does the idea of editing a post not mean anything to you
>> >> > unless your emotions are engaged?
>> >>
>> >> I quoted it only because I referred to it.
>> >
>> > If this is the criteria, then God help us all. You wrote to
>> > dismiss all interest in it, not to refer to it for some useful
>> > purpose evident in what you had to say. Getting this point or
>> > shaping up to resist with your usual schmuckery...
>>
>> Well, I can see your opinionated side of things, but I simply
>> followed the rules. If you refer to something, you should quote it.
>> What's the big deal, anyway? If a few extra lines of text can upset
>> your world, how tentative that world must be.
>
> I told you ages ago the story about Travis' candidate for
> President of a country that produced the Jazz musical form, 12
> Angry Men, and some of the most interesting things on God's
> earth, America! Yup, George Bush!
>
> Now there is a schmuck, surely! And the story was about Peter
> Singer's analysis of his arrested moral development. He had to
> make a speech that was to be broadcast the following Saturday. In
> the middle of the speech, he kept stopping and objecting at the
> line that read "... and today I ..." because he thought this was
> somehow lying! It was not Saturday already!
>
> Jesus Christ!
>
> You see, Boji, he learnt his moral rules like a parrot and had no
> real understanding of them, what was important about them. He
> never grew up properly. He drank too much and that is perhaps
> what hindered his progress? I suspect, in his case, his
> Christianity was an effect of a basic deep down problem rather
> than the cause of it. Some Christians are quite sophisticated and
> it takes skill to see through the best of them.
>
> Since you are being not directly offensive to me, I will just
> give you some advice. Examine the rules you follow and see what
> is important about them, pick out the relevant bits and adapt to
> situations. Try not to be a George.
Um, okay, I guess. I don't like GB, either, but I don't know if I can
attribute his failings to what you said. I think he's just conceited, a
bit of a power-monger, and even less altruistic than a "normal" person
with an inflated ego might be. It's like "Hooray for George, and what
peons...?" Public Service often is shucked at the top, and I think
Georgy boy is more interested in service to his family and peers than to
the overall citizenry of this country. What gets me, though, is I sat
there and watched much of his second election returns, and a majority of
the morons here did, indeed, vote for him. So much for the intelligence
of the American people...
--
Neredbojias
Half lies are worth twice as much as whole lies. |
|
| Back to top |
|
 |  |
External

Since: Jul 17, 2007 Posts: 197
|
(Msg. 10) Posted: Sat Aug 11, 2007 12:03 am
Post subject: Re: Div scrollbar overlapping lower part of table Archived from groups: per prev. post (more info?)
|
|
|
Well bust mah britches and call me cheeky, on Fri, 10 Aug 2007 17:30:27 GMT
phl scribed:
>> >> > how do you get the div to make space so the horizontal scroll bar
>> does
>> >> > not overlap the text in the bottom? I can just add space after the
>> >> > content but this shows as extra space in Firefox or opera.
>>
>> >> That's simple. Use an ie conditional comment so that it only is read
>> by
>> >> ie7.
>>
>> >> <!--[if IE 7]>
>> >> <div><br></div>
>> >> <![endif]-->
>>
>> >> ...or whatever.
>>
>> >> --
>> >> Neredbojias
>> >> Half lies are worth twice as much as whole lies.
>>
>> > I have better description of problem here in code below.
>>
>> No, you don't. That "code" tells me nothing. A url is required to see
>> the real problem although your markup indicates inaccuracy and
>> invalidity.
>
> What a waste of time.
Precisely. That's why those who do not offer a url demonstrating their
problem are usually ignored, as should obviously have been the case here.
--
Neredbojias
Half lies are worth twice as much as whole lies. |
|
| Back to top |
|
 |  |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|