How is this website made?

2009-01-21 6:47 pm
I am maily intrested in the bar which stays at the top even when you scroll down? What is this called aswell?
http://www.heinemann.co.uk/Help/HowToOrder.aspx?gclid=CNau4c-TnpgCFUob3godvx8PmQ#Discounts
更新1:

So you mean by flash and the bar is a movie clip told by as3 to stay at top of page?

回答 (2)

2009-01-21 6:53 pm
The website is coded using frames.
參考: Former Web Designer
2009-01-21 7:19 pm
The top bar is controlled by CSS. If you look at the CSS file:

#header .wrap {
position: static !important;
margin: 0 !important;
padding: 0 !important;
clear: both;
}

body #header {position: static !important}

The position of the header is static. This means while everything on the page scrolls, the header remains in the same position.


收錄日期: 2021-05-03 13:57:10
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20090121104724AAUgcHQ

檢視 Wayback Machine 備份