Keep the header on place
How do get the header of your website on place so that it stays
and don't remove when scrolling ?
I don't understand what that all maens.
But what i mean is that the 3 parts of the top/header (top with date,login.. , header with images and logo name on it , and the menuitems under the headerimages) stays in place and the rest can scroll up and down.
Donna, i used the answer button and send a answer but like always when i press the send button the screen goes blank and i waited for about 5 min.but noting happens stays blank.
These sites are no joomla sites but HTML sites and as you already said it is more for a frameset structure. But i was only wonder if joomla can do the same.For me it is oke and ,no lost. You know i have to learn a lot.Thanks anyway. Fred
Answers (3)
Answered byedi-admin, December 11, 2009
I think you may be describing the HTML Frameset tag as is shown on the http://demo.rockettheme.com. This is an html page that is showing another webpage on the top and a different webpage below it.
The code below is an example. (The angled brackets have been replaced with square brackets in order to show it on the page.)
[html]
[frameset rows="100,*"]
[frame src="/frame-a.html"]
[frame src="/frame-b.html" name="showframe"]
[/frameset][noframes][/noframes]
[/html]
"frame-a.html" is shown at the top of the page with a height of 100px, while "frame-b.html" is shown below it with an unlimited height.
So all together this is 3 pages: The page with the frameset tags, the page being displayed as a header and a third page being displayed as the scrollable body.
The code below is an example. (The angled brackets have been replaced with square brackets in order to show it on the page.)
[html]
[frameset rows="100,*"]
[frame src="/frame-a.html"]
[frame src="/frame-b.html" name="showframe"]
[/frameset][noframes][/noframes]
[/html]
"frame-a.html" is shown at the top of the page with a height of 100px, while "frame-b.html" is shown below it with an unlimited height.
So all together this is 3 pages: The page with the frameset tags, the page being displayed as a header and a third page being displayed as the scrollable body.
Do you have an example of where this is used?
Also, I think instead of modifying your original question, you can add a reply to the Answer with the "Reply Answer" button which should appear at the end of each answer if you are logged in. This would be less confusing to anyone else who is reading the list of questions and answers. :-)
Also, I think instead of modifying your original question, you can add a reply to the Answer with the "Reply Answer" button which should appear at the end of each answer if you are logged in. This would be less confusing to anyone else who is reading the list of questions and answers. :-)
Thanks for letting me know about the bug. I will check it out.
Do you have a link to a website that has the kind of header you are asking about? I think the kind of header you are describing is a frameset. If so, Joomla is not designed for that type of layout. You might need a custom Joomla layout.
Do you have a link to a website that has the kind of header you are asking about? I think the kind of header you are describing is a frameset. If so, Joomla is not designed for that type of layout. You might need a custom Joomla layout.





