Can anyone assist me in fixing the top portion of my webpage so that it stays in place?
I attempted to use the position:fixed attribute, but this caused issues as my content started overlapping with the fixed divs.
You can find my website here:
www.crookedcartoon.co.uk/print.html
I want everything above the navbar, including the navbar itself, to remain at the top of the page while allowing the content to scroll underneath.
I understand that I may need to convert most of my images from PNG to JPG. However, is there a workaround for this? Perhaps creating an illusionary line for the content to scroll under and then disappear instead of reaching the top of the page, where it would be visible through the transparent regions of the PNG images. I prefer not to use an iframe unless absolutely necessary.
Thank you!