123321
Feb 21 2005, 08:59 PM
does anyone know how you can click a link and it changes the div layer and not the entire layout?if u know please tell me
avalon*
Feb 21 2005, 09:02 PM
that's an iframe. they're similar to divs.
<IFRAME name="NAME" frameborder="0" border=0 src="blog.html" width=726 height=406 scrolling="auto" allowtransparency="true"; style="position:absolute; top:48px; left:460px"; background-color:transparent;FILTER: alpha (opacity=60)"></IFRAME>
the name of the iframe will be the target of each link that you want to show up inside the frame. for example, if i want my blog to show up in the frame, i would go:
<a href = "http://www.mysite.com/blog.html" target="NAME">