always in view box. on a webpage.

  • Thread starter java script help needed
  • Start date
J

java script help needed

need a script to have a always show box that move down as you move the page
down so it is always in view at the top of the window,

the box will have a value that is the total of the order.being made.

it also has to be part of the same form, as i have tried one method and it
was using a new form and i could not enter the value in it.

any help would be great

thanks

Jason
 
M

MD Websunlimited

Hi Jason,

That is accomplish by using a DIV (layer) that absolutely positioned relative to the top of the page. You can find out how to do
this at http://www.irt.org
 
Top