Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

117 users online



Client side alternative to iframes???

Client side alternative to iframes???

Currently viewing this thread: 1 (0 members and 1 guests)


HelloMoto

HelloMoto

Hardcore Hardcoder
Status: Offline!

Client side alternative to iframes???

What's up people. I've been getting back into designing and coding again, and I need your help.

First of all, is there an alternative to iframes within xhtml, html, or css code I can use to be able to replicate some of the features similar to those included with using an iframe, but is considered strict xhtml code, or that doesn't require me to learn a new language?

If so, are there any good tutorials out there that show good examples of practical use?

I've heard of xml, javascript, even php to be used, but alas, I've not studied that type of code.

___________________

http://www.kubedawg.com/tutsig2.jpg

Toast

Toast

Neverside Newbie
Status: Offline!

CSS

Code:

div {
  width: 300px;
  height: 200px;
  overflow: auto;
  border: 1px solid #000;
}

Markup

Code:

...
<div>This text will be scrollable similar to that of an iframe</div>
...

HelloMoto

HelloMoto

Hardcore Hardcoder
Status: Offline!

Thanks yo. I figured it'd be something as simple as that. Smile

___________________

http://www.kubedawg.com/tutsig2.jpg

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0067 seconds.