August 9, 201511 yr How do I writes frames the old way.. without converting fully into HTML5 and without using iframes? Because I'm getting the transparent padding/margin/borders in google chrome in Windows 10 now.. It's only on the most bottom frame and not anywhere else etc.. https://www.trevorsiu.com
August 9, 201511 yr Author Also it keeps appearing and disappearing in chrome.. but always in Microsoft Edge/IE.
August 9, 201511 yr If you mean <frameset> then that's long since been depreciated, I'm not sure it will even work in modern browsers. If you want an area that scrolls independently look into the position: fixed and overflow properties.
August 14, 201511 yr Author I got rid of the transparent line.. but if I did wanna have position:fixed where would I put it? Every time I put it somewhere the whole thing just disappears.
Create an account or sign in to comment