I am just looking for some guidance on how to fix this unwanted effect that shows in Chrome and Safari.
Please have a look:
Main Window
These 2 browsers both show an unwanted vertical gap in white.
Yet in Firefox 3.16 and IE8 and IE9 it shows as I’d want.
Please note:
This site is put together by me in my spare time. I am an artist and not familar with the best ways to do things on the web (this was built with my old Frontpage 98 tool).
Is there any way to fix this problem? Many thanks in advance for your time in helping me.
This post on StackOverflow might help. I think it’s because the different browsers are interpreting things differently. As the StackOverflow article says I think adding the border=“0” attribute to your frameset tags might do the trick. Frames are not recommended too much these days so most people try to stay away from them. Hope this helps.
Thank you very much for the quick answer. Adding border=“0” to the frameset tags was exactly the fix needed.
Thank you also for not dumping on the use of old tools and the use of frameset (I already know this practice is not the best).