Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-18-2009, 11:16 AM   PM User | #1
HIPPY
New Coder

 
Join Date: Jun 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
HIPPY is on a distinguished road
Complicated frameset

Code:
<html>
<head><title>Frame Samples</title>
</head>
<frameset rows="12%,*,12%">
<frame name="topframe" src="top.html">
<frameset cols="14%,*,14%">
<frame name="leftframe" src="left.html">
<frame name="mainframe" src="main.html">
<frame name="rightframe" src="right.html">
</frameset>
<frame name="bottomframe" src="bottom.html">
</frameset>
</html>
Right now I have this script to create a frame layout that looks like this:



How can I edit it so that in the top bar there is another frame exactly in the center. So it looks sorta like this:



Thank you!!!
HIPPY is offline   Reply With Quote
Old 05-18-2009, 12:01 PM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,604
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
The first and most important question that comes to my mind is: WHY??

Why do you need yet another frame right in the center? Exoplain us a little more about the purpose of all this and we can determine the best way to achieve it.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 05-18-2009, 01:41 PM   PM User | #3
effpeetee
Senior Coder

 
effpeetee's Avatar
 
Join Date: Feb 2007
Location: Clapham Junction - London SW
Posts: 4,884
Thanks: 228
Thanked 204 Times in 203 Posts
effpeetee is an unknown quantity at this point
I can't see any difference between the two examples that you have given.

Frank
__________________
* Sources (updated: 21.11.2012.
Using Windows 8 Professional. 64bit with HP Photosmart 5510 printer Very useful site here.
effpeetee is offline   Reply With Quote
Old 05-18-2009, 01:48 PM   PM User | #4
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
Originally Posted by effpeetee View Post
I can't see any difference between the two examples that you have given.

Frank
Check the top frame

@ HIPPY, do you know why frames are so bad? Use CSS to make your webpage layout, take a look at a good layout at http://bonrouge.com/3c-hf-fluid-lc.php
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 05-18-2009, 01:54 PM   PM User | #5
effpeetee
Senior Coder

 
effpeetee's Avatar
 
Join Date: Feb 2007
Location: Clapham Junction - London SW
Posts: 4,884
Thanks: 228
Thanked 204 Times in 203 Posts
effpeetee is an unknown quantity at this point
Quote:
Check the top frame

I must be going blind abduraooft. Apart from the missing words, there seems no difference to me.

Frank
__________________
* Sources (updated: 21.11.2012.
Using Windows 8 Professional. 64bit with HP Photosmart 5510 printer Very useful site here.
effpeetee is offline   Reply With Quote
Old 05-18-2009, 02:11 PM   PM User | #6
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Quote:
Originally Posted by effpeetee View Post
I must be going blind abduraooft. Apart from the missing words, there seems no difference to me.
Frank
Quote:
How can I edit it so that in the top bar there is another frame exactly in the center. So it looks sorta like this:
Ah.. the OP is trying to place another frame in the top frame(there is box with white border, which is centered vertically and horizontally inside that top frame)

We must add http://www.w3.org/TR/WAI-WEBCONTENT/#gl-color to http://www.codingforums.com/postguide.htm
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 05-18-2009, 06:14 PM   PM User | #7
effpeetee
Senior Coder

 
effpeetee's Avatar
 
Join Date: Feb 2007
Location: Clapham Junction - London SW
Posts: 4,884
Thanks: 228
Thanked 204 Times in 203 Posts
effpeetee is an unknown quantity at this point
Yes I do have visual problems. Macular degeneration, burst blood vessel in right eye. Cataracts forming. Where's the spyglass Watson?

Past my use by date.

Frank
__________________
* Sources (updated: 21.11.2012.
Using Windows 8 Professional. 64bit with HP Photosmart 5510 printer Very useful site here.
effpeetee is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:41 AM.


Advertisement
Log in to turn off these ads.