Posted by dorayme on 01/15/07 02:31
In article
<1168821776.827429.130580@11g2000cwr.googlegroups.com>,
"enkara" <kdokdo@gmail.com> 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
Navigation:
[Reply to this message]
|