Jump to content

frame width


akhleshsrm

Recommended Posts

we can set a frame width as following-

 

<frameset cols="10%,80%,10%">

 

or

 

<frameset cols="10%,*,80%">

 

or

 

<frameset cols=" 3*,2*,1*">

 

please look at the last one

when we define width like that is called relative width.

here i am trying to calculate the width of each frame but find difficulties.

please explain the relative width?

thank you.

Edited by akhleshsrm
Link to comment
Share on other sites

I believe that it will take the remaining width and divide it into equally sized pieces.

 

In the case of "3*,2*,1*" there will be 6 pieces, three of them will be assigned to the left column, two of them to the middle column and the remaining one will be assigned to the right column.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...