one page into another
am 29.05.2007 09:24:01 von GiuseppeDini
Hello,
For some reason I want to insert an asp.net into a html one using
frames.
Some time ago I did such a thing, but now I've a problem which I had
not the last time and I cannot understand why.
the code of the .html page is:
The problem is the horizontal scrollbar which is larger (it seems it
take into account the widthness of the vertical scrollabar.
How can I shrink it without writing "noscroll"?
Giuseppe
Re: one page into another
am 29.05.2007 10:57:32 von Neredbojias
On Tue, 29 May 2007 07:24:01 GMT GiuseppeDini scribed:
> Hello,
> For some reason I want to insert an asp.net into a html one using
> frames.
> Some time ago I did such a thing, but now I've a problem which I had
> not the last time and I cannot understand why.
> the code of the .html page is:
>
>
>
> The problem is the horizontal scrollbar which is larger (it seems it
> take into account the widthness of the vertical scrollabar.
> How can I shrink it without writing "noscroll"?
Sounds like maybe you need the correct doctype.
--
Neredbojias
He who laughs last sounds like an idiot.
Re: one page into another
am 31.05.2007 12:35:41 von GiuseppeDini
On 29 Mag, 10:57, Neredbojias wrote:
> > The problem is the horizontal scrollbar which is larger (it seems it
> > take into account the widthness of the vertical scrollabar.
> > How can I shrink it without writing "noscroll"?
>
> Sounds like maybe you need the correct doctype.
>
I've found out that that error happens only with xhtml and not with
html4
Giuseppe
Re: one page into another
am 31.05.2007 16:19:26 von lws4art
GiuseppeDini wrote:
> On 29 Mag, 10:57, Neredbojias wrote:
>>> The problem is the horizontal scrollbar which is larger (it seems it
>>> take into account the widthness of the vertical scrollabar.
>>> How can I shrink it without writing "noscroll"?
>> Sounds like maybe you need the correct doctype.
>>
>
> I've found out that that error happens only with xhtml and not with
> html4
If you do not understand the difference between xhtml and html then:
A) you don't *need* xhtml
B) you *should* use html
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Re: one page into another
am 04.06.2007 07:41:15 von GiuseppeDini
On 31 Mag, 16:19, "Jonathan N. Little" wrote:
> If you do not understand the difference between xhtml and html ...
I was just waiting for an answer from God...
The fact that IE has a different behavior, like the one I said, with
xhtml and html when put inside a frame, I don't think is part of the
specification.
So please count till 10 before saying things that are not correct.
Giuseppe
Re: one page into another
am 04.06.2007 13:03:12 von Neredbojias
On Thu, 31 May 2007 10:35:41 GMT GiuseppeDini scribed:
> On 29 Mag, 10:57, Neredbojias wrote:
>> > The problem is the horizontal scrollbar which is larger (it seems it
>> > take into account the widthness of the vertical scrollabar.
>> > How can I shrink it without writing "noscroll"?
>>
>> Sounds like maybe you need the correct doctype.
>>
>
> I've found out that that error happens only with xhtml and not with
> html4
That can happen under certain doctypes and not others (-or none),
particularly in ie6. If you're using different doctypes between html and
xhtml, that's probably the cause. If it isn't, post a url.
--
Neredbojias
He who laughs last sounds like an idiot.
Re: one page into another
am 04.06.2007 15:16:28 von lws4art
GiuseppeDini wrote:
> On 31 Mag, 16:19, "Jonathan N. Little" wrote:
>> If you do not understand the difference between xhtml and html ...
>
> I was just waiting for an answer from God...
Well maybe God might have a clue since your provided not URL. What do
you expect? All one can offer is will be WAGs
>
> The fact that IE has a different behavior, like the one I said, with
> xhtml and html when put inside a frame, I don't think is part of the
> specification.
IE has lots of issues with XHTML which have been well "discussed" here.
> So please count till 10 before saying things that are not correct.
>
Without any evidence what so ever of your "problem", coupled with your
observance of "error happens only with xhtml and not with html4"
associated with MSIE... the most likely problem is or combination of:
Wrong doctype as Neredbojias suggested
xhtml and MSIE
Invalid xhtml
My comments still hold true. If you have no need for the "special"
features that xhtml provides then your best solution and maximum
compatibility is to use html 4.01 strict.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com