FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Frameset help!

 


AhmedSalmanJamal
Is there a way to set the width of a frameset such that my buttons in the frameset will be displayed without the other adjacent frameset blocking half of its view?
Michael B
Yes there is. If you have frames you should have something like

<FRAMESET COLS="75%,25%">
<FRAMESET ROWS="15%,85%">

In your code.
The above would make the first collum take up 75% of the web page and the second 25%. And the first Row 15% and the second row 85%. You could drop the % sign to set the width in pixels.

Hope that helps.
Michael
AhmedSalmanJamal
Michael B wrote:
Yes there is. If you have frames you should have something like

<FRAMESET COLS="75%,25%">
<FRAMESET ROWS="15%,85%">

In your code.
The above would make the first collum take up 75% of the web page and the second 25%. And the first Row 15% and the second row 85%. You could drop the % sign to set the width in pixels.

Hope that helps.
Michael


Cheers I shall try that out and let you know !!! Very Happy
AhmedSalmanJamal
Michael B wrote:
Yes there is. If you have frames you should have something like

<FRAMESET COLS="75%,25%">
<FRAMESET ROWS="15%,85%">

In your code.
The above would make the first collum take up 75% of the web page and the second 25%. And the first Row 15% and the second row 85%. You could drop the % sign to set the width in pixels.

Hope that helps.
Michael


Thank you my friend!!!! It has worked!!! Very Happy
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.