Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > CSS or Frames?

Reply
Thread Tools

CSS or Frames?

 
 
enkara
Guest
Posts: n/a
 
      01-15-2007
Hi!

I'm making a web application and I will have one horizontal header and
a vertical menu that it will be always the same. What can you recommend
to me?
Thank you!!

 
Reply With Quote
 
 
 
 
dorayme
Guest
Posts: n/a
 
      01-15-2007
In article
<. com>,
"enkara" <> wrote:

> Hi!
>
> I'm making a web application and I will have one horizontal header and
> a vertical menu that it will be always the same. What can you recommend
> to me?
> Thank you!!


This is one way that is not too bad:

A div at the top, id it as header and simply put it first up
after <body> in the html.

Next a nav div floated left, widthed either by ems or px (there
are arguments for each). A content div with a left margin that
clears the nav width. You can stick another div last for a footer
(don't forget to clear: it!

Any questions?

--
dorayme
 
Reply With Quote
 
 
 
 
Beauregard T. Shagnasty
Guest
Posts: n/a
 
      01-15-2007
enkara wrote:

> I'm making a web application


...or a web _site_?

> and I will have one horizontal header and a vertical menu that it will
> be always the same. What can you recommend to me?


CSS.
http://www.html-faq.com/htmlframes/?framesareevil
http://apptools.com/rants/framesevil.php

Now find some two-column CSS templates and study them.
http://www.google.com/search?hl=en&l...n+css+template

--
-bts
-Motorcycles defy gravity; cars just suck
 
Reply With Quote
 
enkara
Guest
Posts: n/a
 
      01-15-2007
I think what I'm doing is a web app ^^ my language is not English as
you sure have noticed, and maybe we have different ways to say things.

Well, the important thing is to thank you for your help!


Beauregard T. Shagnasty ha escrito:

> enkara wrote:
>
> > I'm making a web application

>
> ..or a web _site_?
>
> > and I will have one horizontal header and a vertical menu that it will
> > be always the same. What can you recommend to me?

>
> CSS.
> http://www.html-faq.com/htmlframes/?framesareevil
> http://apptools.com/rants/framesevil.php
>
> Now find some two-column CSS templates and study them.
> http://www.google.com/search?hl=en&l...n+css+template
>
> --
> -bts
> -Motorcycles defy gravity; cars just suck


 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS Layout question - how to duplicate a table layout with CSS Eric ASP .Net 4 12-24-2004 04:54 PM
confused - html validates, css validates but validate css from the html causes errors Titus A Ducksass - AKA broken-record HTML 6 11-15-2004 12:59 PM
Set CSS property equal to another CSS property? Noozer HTML 10 10-13-2004 09:20 PM
Is there a way to set the a CSS property to be explicitly the same as another CSS property? Joshua Beall HTML 1 12-10-2003 07:21 PM
print.css and screen.css tom watson HTML 1 09-09-2003 02:48 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57