English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Especially how to create pages with inline frames in XHTML.

2006-10-18 12:15:14 · 5 answers · asked by Anonymous in Computers & Internet Programming & Design

5 answers

The iframe tag can take the following attributes, plus the usual ones such as id, class, etc:
src (URL of content)
width
height
align (=[ top | middle | bottom | left | right ] )
frameborder
marginwidth
marginheight
scrolling (=[ yes | no | auto ] )

Between you can put content to be displayed by browsers that don't support iframes.

Any links in the iframe will open in the iframe, unless you specify otherwise, such as target=_parent to open in main window.

2006-10-18 13:00:00 · answer #1 · answered by injanier 7 · 0 0

the in difficulty-free words time an inline body is proper is at the same time as loading archives from a distant website into your human being web page. consequently if you're using iframes for navigation - it truly is the hack. The cutting-edge technique to finish it is for sure ajax. Dynamically calling archives out of your server layer and then replacing the content textile div with the outcomes.

2016-12-04 23:37:21 · answer #2 · answered by molder 4 · 0 0

Check http://www.w3.org/
Look up the