Basically my homepage is split into two frames.... 20% and 80% ... the problem is the scrollbar does not appear on the right side of the window in the 80% frame... below is the coding i did... any ideas why it does not appear?
<html>
<head>
<title>XXXXXXXXXXXXXXX</title>
</head>
<frameset frameborders="no" border="0" cols="20%, 80%">
<frame frameborder="0" src="index3.html" name="sidebar">
<frame frameborder="0" src="index4.html" name="front" scrolling="yes">
</frameset>
</html>
<html>
<head>
<title>XXXXXXXXXXXXXXX</title>
</head>
<frameset frameborders="no" border="0" cols="20%, 80%">
<frame frameborder="0" src="index3.html" name="sidebar">
<frame frameborder="0" src="index4.html" name="front" scrolling="yes">
</frameset>
</html>

Comment