00:00
00:00
Newgrounds Background Image Theme

Someone gifted MetalSlayer69 supporter status!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Html help... 2001-03-07 14:04:00


Can someone give me html for the little nav bar... ( on ng )

thx

Response to Html help... 2001-03-07 14:06:30


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

Response to Html help... 2001-03-19 15:00:45


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.