Hello fellow Web-Developers and Designers,
I have come across a problem I wish to solve urgently and have spend the entire day trying to solve on my own, without much success.
I have managed to lay out the basic scripts and this should be no problem for those who you who know more about JavaScript than I.
Basically I wish to display a neat border on the bottom of a page (which I did through css, position: fixed; bottom: 0; ). Yet, this method would overlay the footer. I am trying to impede this 'bottom-page-border' to go to far as one continues scrolling down-ward.
I believe that my work has advance quite a lot throughout the day and hope it will be an easy task for you to find the error in the JavaScript that has escaped me (my JS is very poor).
The rest (HTML & CSS) should be quite fine.
Here the example
Also, I would like to maintain the HTML-Markup the way it is built - I know that so many divs do not make much sense this way, but of cause there is real content on the real page, depending on this very structure.
However, my acctual problem is the fact that the simulator of "jsfiddle" produces everything the way it is supposed to work, but as soon as I include the codes in my page or even in a separate simple setup (the same as you see in jsfiddle) it won't work.
Thank you so much for you help!
(By the way: I have been searching all over Google for alternative solutions and wish to note that asking you is the result of various hours of trying. ;D )
Methyer
I have come across a problem I wish to solve urgently and have spend the entire day trying to solve on my own, without much success.
I have managed to lay out the basic scripts and this should be no problem for those who you who know more about JavaScript than I.
Basically I wish to display a neat border on the bottom of a page (which I did through css, position: fixed; bottom: 0; ). Yet, this method would overlay the footer. I am trying to impede this 'bottom-page-border' to go to far as one continues scrolling down-ward.
I believe that my work has advance quite a lot throughout the day and hope it will be an easy task for you to find the error in the JavaScript that has escaped me (my JS is very poor).
The rest (HTML & CSS) should be quite fine.
Here the example
Also, I would like to maintain the HTML-Markup the way it is built - I know that so many divs do not make much sense this way, but of cause there is real content on the real page, depending on this very structure.
However, my acctual problem is the fact that the simulator of "jsfiddle" produces everything the way it is supposed to work, but as soon as I include the codes in my page or even in a separate simple setup (the same as you see in jsfiddle) it won't work.
Thank you so much for you help!
(By the way: I have been searching all over Google for alternative solutions and wish to note that asking you is the result of various hours of trying. ;D )
Methyer
Last edited: