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

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

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

Post 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
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post 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>
Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

hmm

Post 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
|-----|
User avatar
neel_basu
Forum Contributor
Posts: 454
Joined: Wed Dec 06, 2006 9:33 am
Location: Picnic Garden, Kolkata, India

Post by neel_basu »

Cut Your Menu In Different Parts And Then Use Those As Separate Menus
Mythic Fr0st
Forum Contributor
Posts: 137
Joined: Sat Dec 02, 2006 3:23 am
Contact:

lol

Post 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..
Post Reply