Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frames makes me crazy!

Status
Not open for further replies.

pet41

Programmer
Sep 13, 2005
16
NO
Can someone please help me with frames. I soon go mad

---------------------------------
- mosttop.htm -
- ----------------- -
- - top.htm - -
- - - -
- ----------------- -
- - - -
- - - -
- left - main.htm - right -
- - - -
- - - -
- - - -
- - - -
- - - -
- ----------------- -
- bottom.htm -
- -
---------------------------------

Relative: left, mosttop, right and bottom
Fixed: top and main

I can't get this into my head.

Thanks
Rune
 
What code have you got at this stage (what doctype, what browsers are you aiming to target, what other constraints are in effect)... and what particular part of your layout are you having problems with?

Cheers,
Jeff

[tt]Jeff's Page [/tt][tt]@[/tt][tt] Code Couch
[/tt]
 
Hi Jeff

This is normal html pages (WC3 standard)
ex:
<frameset rows="1*,112,408,1*" cols="*">
<frame src="apstop.htm" name="apstop">
<frame src="top.htm">
<frameset rows="*" cols="1*,760,1*">
<frame src="left.htm" name="leftFrame">
<frame src="main.htm" name="mainFrame">
<frame src="right.htm" >
</frameset>
<frame src="apstop.htm" name="apstop">
</frameset>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top