- avoid loading nav menus every time a knew page was opened
- easily updating the index page without having to change it on every page
- having content appear in the same place
Thanks in advance
Darren Taylor
Posted 16 February 2009 - 08:35 AM
Posted 16 February 2009 - 12:28 PM
#tag
{
border: #000 1px solid;
width: 400px;
height: 50px;
overflow: auto; // will make all the content scroll... will not overflow the border of this div tag
padding: 2px;
}
<div id="tag">
SCROLL
SCROLL
SCROLL
SCROLL
SCROLL
etc etc
</div>
Posted 18 February 2009 - 06:49 PM
Posted 24 February 2009 - 06:52 PM
Posted 23 March 2009 - 03:12 PM
Posted 30 July 2009 - 07:52 AM
0 members, 1 guests, 0 anonymous users