17. 06. 2004, 09:54

[code:1:e178f3382d]# Definition of the page-objects

outer_frameset = PAGE
outer_frameset.typeNum = 0

top = PAGE
left = PAGE
main = PAGE
right = PAGE

top.typeNum = 1
left.typeNum = 2
main.typeNum = 3
right.typeNum = 4

# Defining the content-frame
top.10 = FILE
top.10.file = fileadmin/basti/top.html

# Defining the menu-frame
left.10 = FILE
left.10.file = fileadmin/basti/menu.html

# Defining the top-frame
main.10 = TEXT
main.10 < styles.content.get

# Defining the top-frame
right.10 = TEXT
right.10 < styles.content.getRight

# Defining the outer frameset
outer_frameset.frameSet.rows = 80,*
outer_frameset.frameSet.params = framespacing="0" frameborder="1"
outer_frameset.frameSet {
1 = FRAME
1.obj = top
1.params = scrolling="no" noresize
2 = FRAMESET
2 {
cols = 200, 550, 230
1 = FRAME
1.obj = left
1.params = scrolling="auto" noresize
2 = FRAME
2.obj = main
2.params = scrolling="auto" noresize
3 = FRAME
3.obj = right
3.params = scrolling="auto" noresize
}
[/code:1:e178f3382d]
Wie man sehen kann, hab ich alle Breiten definiert... (insgesamt 970 Pixel breit). Wieso aber wird von den Frames die ganze Seitenbreite eingenommen?