So basically, I made a site consiting of pretty much only framesets. Unfortunately, it seems that i cant seem to change the bars that, if allowed, allow the user to resize the framesets.
Heres my code for the index -
Code:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<meta name="TSA" content="Washington TSA, Pasco TSA, Pasco TSA Chapter, Pasco Bulldogs" />
<title>Pasco TSA</title>
</head>
<frameset cols="*,186px, 700px" marginwidth="0" marginheight="0">
<frame name="blankframe" scrolling="no" noresize src="blankframe/blank.html">
<frame name="leftframe" scrolling="no" noresize src="leftframe/left.html">
<frameset rows="47,20,376" cols="*" marginwidth="0" marginheight="0">
<frame name="topframe" scrolling="no" noresize src="topframe/top.html">
<frame name="navframe" scrolling="no" noresize src="navframe/nav.html">
<frame name="contentframe" scrolling="yes" noresize src="contentframe/content.html">
</frameset>
</frameset><noframes></noframes>
</html>
So yea... anyone knows how i can adjust those annoying bars which can be seen in the pic i will attatch?... although, I must admit, in opera the bars look pretty snazzy lol.