Acidmods
Acid Mods Community Area
=> Discussion Boards => General Discussion => Topic started by: Slim Hacker on March 21, 2009, 04:27:50 PM
-
well i wnat to make a new home page for my site one thing i want is a bar at the bottom kinda like facebook where it doesnt reload een if the page reloads can anyone help me with the coding for something like this?
:help:
-
<div id="content">
<iframe name="FRAME1" src="YourOpeningPage.html" width="350" height="320" frameborder="0" scrolling="auto"></iframe>
</div>
<div id=link_1>
<a href="MySecondLinkPage.html" target="FRAME1">My Second Link</a >
</div>
<div id=link_2>
<a href="MyThirdLinkPage.html" target="FRAME1">My Third Link</a >
</div>