Page 1 of 1

Frames - How to controll how long it is...

Posted: Fri Dec 15, 2006 9:22 pm
by Mythic Fr0st
See I have sort of a menu on the left side, and the rest is other frames, However my menu goes down too far... how would I umm, 'cut' the length of the thing? so I could fit say another frame there

|-----|
|-----|
|-----|
|-----|
|-----|
|-----|
|-----|
|-----|
------------ cut off here so you only see above, and fit another frame below
|-----|
|-----|
|-----|
|-----|
Im kinda not sure how to do that

Posted: Fri Dec 15, 2006 10:06 pm
by Burrito
you could add scrollbars to the frame so the content won't push the page down

then just add another <frame> tag inside your <frameset>

hmm

Posted: Fri Dec 15, 2006 10:24 pm
by Mythic Fr0st
Its not the content, the content only fills about 1/3rd of the size of the frame

but the frame I want is sort of pushed next to it...

like

|-----|
|-----|
|-----|
|-----|
----------content stops here
|-----|
|-----|
---------need frame to cut off here
---------new inventory frame would fit below
|-----|
|-----|
|-----|----BUT inventory just gets pushed aside over here
|-----|

Posted: Sat Dec 16, 2006 4:10 am
by neel_basu
Cut Your Menu In Different Parts And Then Use Those As Separate Menus

lol

Posted: Sat Dec 16, 2006 3:41 pm
by Mythic Fr0st
Yea that was what im asking, no one told me, but anyway I figured out, instead of using cols="10%,blah"
I used "100,200" etc..