Help - Search - Members - Calendar
Full Version: div layer help
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
123321
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 whistling.gif
avalon*
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">
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.