You can see the original function here, I only added two lines to it:
* One to add the <div id="top"></div> to make it use #top like the other layouts, above the #header div. * One to add the <div class="top"><a href="#top">Top of Page</a></div> at the bottom of the footer, so you can style it how you like.
You can, of course, tweak with this--put the code in different places, etc.
Now, I realize you're probably going to need more information than just this, but I'll need to know where to start explaining-- Have you ever made a theme layer before and then used it in a style? If not, that is probably where to start!
no subject
Date: 2010-11-29 08:01 am (UTC)You can see the original function here, I only added two lines to it:
* One to add the
<div id="top"></div>
to make it use #top like the other layouts, above the #header div.* One to add the
<div class="top"><a href="#top">Top of Page</a></div>
at the bottom of the footer, so you can style it how you like.You can, of course, tweak with this--put the code in different places, etc.
Now, I realize you're probably going to need more information than just this, but I'll need to know where to start explaining-- Have you ever made a theme layer before and then used it in a style? If not, that is probably where to start!