HighDots Forums  

CSS Frames Help

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss CSS Frames Help in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
vance
 
Posts: n/a

Default CSS Frames Help - 01-02-2006 , 04:01 PM






Hello all:

I am new to CSS and am attempting to design a page without using the
frame tag in html. I have searched the web and have not found an answer
to my problem. My page is quite simple, it has a header, contents area,
and footer. The header contains the menu, and I would like the page to
be linked in the contents area when the user selects from the menu.
However, I have no idea how to link the page (url) into the contents
portion. For example, if the user was to choose Home, from the menu,
then a little blurb (new url/html file) would be displayed within the
contents portion of the page. Any thoughts, and thanks in advance.

Vance.

Reply With Quote
  #2  
Old   
Els
 
Posts: n/a

Default Re: CSS Frames Help - 01-02-2006 , 04:09 PM






vance wrote:

Quote:
Hello all:

I am new to CSS and am attempting to design a page without using the
frame tag in html. I have searched the web and have not found an answer
to my problem. My page is quite simple, it has a header, contents area,
and footer. The header contains the menu, and I would like the page to
be linked in the contents area when the user selects from the menu.
However, I have no idea how to link the page (url) into the contents
portion. For example, if the user was to choose Home, from the menu,
then a little blurb (new url/html file) would be displayed within the
contents portion of the page. Any thoughts, and thanks in advance.
http://allmyfaqs.net/faq.pl?Include_one_file_in_another

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #3  
Old   
KHaled
 
Posts: n/a

Default Re: CSS Frames Help - 01-04-2006 , 03:31 AM



vance <vance (AT) nowhere (DOT) ca> wrote in
news:Lwguf.124228$2k.10544@pd7tw1no:

Quote:
Hello all:

I am new to CSS and am attempting to design a page without
using the frame tag in html. I have searched the web and
have not found an answer to my problem. My page is quite
simple, it has a header, contents area, and footer. The
header contains the menu, and I would like the page to be
linked in the contents area when the user selects from the
menu. However, I have no idea how to link the page (url)
into the contents portion. For example, if the user was to
choose Home, from the menu, then a little blurb (new
url/html file) would be displayed within the contents
portion of the page. Any thoughts, and thanks in advance.

Vance.
The use of CSS will be important to control the behaviour of
your "frame content". For the best reference on using frames
see
http://www.w3.org/TR/REC-html40/present/frames.html

Good luck..

--
KHaled

e-mail: khaledihREMOVEUPPERCASELETTERS at gmail dot com
(correcting antispam crap..)
please start your subject line with the string "==NG=="


Reply With Quote
  #4  
Old   
Spartanicus
 
Posts: n/a

Default Re: CSS Frames Help - 01-04-2006 , 03:59 AM



vance <vance (AT) nowhere (DOT) ca> wrote:

Quote:
I am new to CSS and am attempting to design a page without using the
frame tag in html. I have searched the web and have not found an answer
to my problem. My page is quite simple, it has a header, contents area,
and footer. The header contains the menu, and I would like the page to
be linked in the contents area when the user selects from the menu.
However, I have no idea how to link the page (url) into the contents
portion. For example, if the user was to choose Home, from the menu,
then a little blurb (new url/html file) would be displayed within the
contents portion of the page. Any thoughts, and thanks in advance.
You need to get out of your "frames" mindset.

Doing away with frames means that your HTML document urls will point to
a complete document. Everything that is displayed together in one
viewport is also coded together in the same document. That being so, a
HTML document link can point to another complete document, or to another
place within the same document. A link to "Home" would thus look
something like <a "home.htm">Home</a>. home.htm contains the header,
content, and footer.

When your get rid of frames you should also abandon the creation of "in
viewport" scroll bars, they are a usability nightmare.

--
Spartanicus


Reply With Quote
Reply




Thread Tools
Display Modes

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

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.