At 3/7/01 02:04 PM, NoBraincells wrote: Can someone give me html for the little nav bar... ( on ng )
thx
opps... i double post
sorry
At 3/7/01 02:04 PM, NoBraincells wrote: Can someone give me html for the little nav bar... ( on ng )
thx
<html>
<frameset rows="92%,8%" border=1 frameborder=1 framespacing=1>
<frame name="middle-frame" noresize src="blue2.html">
<frame name="bottom-frame" scrolling="no" noresize src="blue3.html">
</frameset>
</html>
Frame rows tell the percents of how big it will be.
And it shows the html source. It shows what to load.
Thats basically it. That no frame resize makes it to where you can't resize the frame. its on newgrounds if you look at view source.