make menu scroll down the page?
marjorose said 1 year, 1 month ago:
I have a header image and left menu images here:
http://marjorosecattery.com/Links.html
As the user scrolls down the page, I want that content to scroll down with it, so it can be seen at all times. How do I do this? (These images are not within container blocks). Thanks.
bryceh said 1 year, 1 month ago:
@marjorose
You may be able to accomplish something similar using CSS. However, with Website Tonight there is not a built in feature to allow this.
If you know CSS, check out the link below for info on editing your site’s styles:
https://gdhelp.godaddy.com/article/4229
Hope this helps!
-Bryce
Nate D said 1 year, 1 month ago:
@marjorose – You can switch to HTML view for that block, it is a button in the lower left while your editing the block.
Put this at the very top:
<div style="position:fixed;">
Add <br /> after each link, like this:
<a ...><img ...></a> <br />
Put this at the very end:
</div>
3 min expected wait time