[TYPO3] Frames and scrolling

Jamie Gorst info at capitalhosting.co.uk
Tue Sep 26 11:39:26 CEST 2006


Hi,

I have built a framed website with two rows. How can I make the
outerframeset scroll? Any advice appreciated....

# Definition of the page-objects
top = PAGE
main = PAGE

top.typeNum = 1
main.typeNum = 2

outer_frameset = PAGE
outer_frameset.typeNum = 0

# Defining the outer frameset
outer_frameset.frameSet.rows =  283,*
outer_frameset.frameSet.params = border="0" framespacing="0"
frameborder="NO"
outer_frameset.frameSet {
  1 = FRAME
  1.obj = top
  1.params = scrolling="NO" noresize frameborder="NO" marginwidth="0"
marginheight="0"
  2 = FRAME
  2.obj = main
  2.params = scrolling="NO" noresize frameborder="NO" marginwidth="0"
marginheight="0"
}

Cheers
Jamie 





More information about the TYPO3-english mailing list