Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1905 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Iframes in XHTML sites

Thread title: Iframes in XHTML sites
Closed Thread    
    Thread tools Search this thread Display Modes  
11-18-2006, 10:28 AM
#1
Digisigns is offline Digisigns
Status: I'm new around here
Join date: Nov 2006
Location:
Expertise:
Software:
 
Posts: 6
iTrader: 0 / 0%
 

Digisigns is on a distinguished road

  Old  Iframes in XHTML sites

Hi,

Can Iframes be used in a XHTML sites ??? what are the alternative methods that can be used to mimic iframes in its functionality and pass the validation tests.

Thank you.

11-18-2006, 11:05 AM
#2
Bas is offline Bas
Status: I love this place
Join date: Jan 2005
Location: The Netherlands
Expertise: Frontend, vBulletin
Software: Coda, Photoshop
 
Posts: 607
iTrader: -1 / 0%
 

Bas is on a distinguished road

Send a message via MSN to Bas

  Old

Yes you can use iframes. What functionality are you talking about?
  1. Loading separate pages in a certain area without reloading the remainder of the page.
  2. Having a fixed height and a scrollbar when the contents are higher?

You can do the following to mimic it's functionality:
  1. Use AJAX
  2. Use a div with a set height, and use 'overflow: scroll' in the CSS for this div

11-19-2006, 10:43 PM
#3
allaire is offline allaire
allaire's Avatar
Status: Member
Join date: Nov 2006
Location: Quebec, Canada
Expertise:
Software:
 
Posts: 239
iTrader: 1 / 100%
 

allaire is on a distinguished road

Send a message via AIM to allaire Send a message via MSN to allaire

  Old  ok

If you just need that for a scroll
use

#mybox{
overflow: auto;
width: px;
height: px;
{

should do the job

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed