initial page in IFrame

K

Kelly********

I use an IFrame on my website. the initial page that is loaded doesnt scroll
the hole page. but other pages that load into the same iframe scroll the hole
page. WHY?
you can see the example at wichitarcraceway.com
any help would be great Im sure its something simple just not seeing it.

front page 2003
 
R

Rob Giordano \(Crash\)

Maybe this: scrolling="NO"'



|I use an IFrame on my website. the initial page that is loaded doesnt
scroll
| the hole page. but other pages that load into the same iframe scroll the
hole
| page. WHY?
| you can see the example at wichitarcraceway.com
| any help would be great Im sure its something simple just not seeing it.
|
| front page 2003
 
R

Rob Giordano \(Crash\)

Change: scrolling="no"' to scrolling="yes'''



| It scrolls a little but not the hole page.
|
| "Rob Giordano (Crash)" wrote:
|
| > Maybe this: scrolling="NO"'
| >
| >
| >
| > | > |I use an IFrame on my website. the initial page that is loaded doesnt
| > scroll
| > | the hole page. but other pages that load into the same iframe scroll
the
| > hole
| > | page. WHY?
| > | you can see the example at wichitarcraceway.com
| > | any help would be great Im sure its something simple just not seeing
it.
| > |
| > | front page 2003
| >
| >
| >
 
K

Kelly********

I dont see any where that is set scroll no, the page scrolls a little about
half way down the page then stop. other page scroll the hole page.
 
R

Rob Giordano \(Crash\)

In code view...somewhere around line 50:

//Specify IFRAME display attributes
var iframeprops='width=600 height=580 marginwidth="0" marginheight="0"
hspace="0" vspace="0" frameborder="0" scrolling="No"'





|I dont see any where that is set scroll no, the page scrolls a little about
| half way down the page then stop. other page scroll the hole page.
|
| "Rob Giordano (Crash)" wrote:
|
| > Change: scrolling="no"' to scrolling="yes'''
| >
| >
| >
| > | > | It scrolls a little but not the hole page.
| > |
| > | "Rob Giordano (Crash)" wrote:
| > |
| > | > Maybe this: scrolling="NO"'
| > | >
| > | >
| > | >
| > | > | > | > |I use an IFrame on my website. the initial page that is loaded
doesnt
| > | > scroll
| > | > | the hole page. but other pages that load into the same iframe
scroll
| > the
| > | > hole
| > | > | page. WHY?
| > | > | you can see the example at wichitarcraceway.com
| > | > | any help would be great Im sure its something simple just not
seeing
| > it.
| > | > |
| > | > | front page 2003
| > | >
| > | >
| > | >
| >
| >
| >
 
K

Kelly********

I searched for that string of code and it is on a page that is used to
display a defferant splash type screen according to day of month. If I enter
yes there for iframe then I get 2 scroll bars. one for that page and 1 for
the iframe on the index page. This is a puzzle because all the pages are
created from copying from other pages the all seem to scroll right except the
splash screen that has recently been added or I should say modified. with
extra content.
I did reload front page around the same time as the page was modified, could
there be a setting in the program some where preventing it from working on
the modified page.
 
R

Rob Giordano \(Crash\)

The main page is not long enough to create a scroll bar...if that's what
you're asking.
Dunno now, I'm confused and I hate frames to begin with.
Shorten the height of your window and scroll up/down...see what happens?
Your content scrolls up over your banner.


|I searched for that string of code and it is on a page that is used to
| display a defferant splash type screen according to day of month. If I
enter
| yes there for iframe then I get 2 scroll bars. one for that page and 1 for
| the iframe on the index page. This is a puzzle because all the pages are
| created from copying from other pages the all seem to scroll right except
the
| splash screen that has recently been added or I should say modified. with
| extra content.
| I did reload front page around the same time as the page was modified,
could
| there be a setting in the program some where preventing it from working on
| the modified page.
|
|
| "Rob Giordano (Crash)" wrote:
|
| > In code view...somewhere around line 50:
| >
| > //Specify IFRAME display attributes
| > var iframeprops='width=600 height=580 marginwidth="0" marginheight="0"
| > hspace="0" vspace="0" frameborder="0" scrolling="No"'
| >
| >
| >
| >
| >
| > | > |I dont see any where that is set scroll no, the page scrolls a little
about
| > | half way down the page then stop. other page scroll the hole page.
| > |
| > | "Rob Giordano (Crash)" wrote:
| > |
| > | > Change: scrolling="no"' to scrolling="yes'''
| > | >
| > | >
| > | >
| > | > | > | > | It scrolls a little but not the hole page.
| > | > |
| > | > | "Rob Giordano (Crash)" wrote:
| > | > |
| > | > | > Maybe this: scrolling="NO"'
| > | > | >
| > | > | >
| > | > | >
message
| > | > | > | > | > | > |I use an IFrame on my website. the initial page that is loaded
| > doesnt
| > | > | > scroll
| > | > | > | the hole page. but other pages that load into the same iframe
| > scroll
| > | > the
| > | > | > hole
| > | > | > | page. WHY?
| > | > | > | you can see the example at wichitarcraceway.com
| > | > | > | any help would be great Im sure its something simple just not
| > seeing
| > | > it.
| > | > | > |
| > | > | > | front page 2003
| > | > | >
| > | > | >
| > | > | >
| > | >
| > | >
| > | >
| >
| >
| >
 
K

Kelly********

I guess my ? is why doesnt my splash page in the IFrame no scroll completely,
the other page that display in the same IFrame scroll completely. The page
that apears when you first go to wichitarcraceway.com only scroll part way
you can tell because at the bottom theres words that indicate more. If you
click on the link class info for example the page scrolls completely you can
read every thing. If you hit refresh the splash page comes back , but still
does not scroll.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top