View Single Post
  #2 (permalink)  
Old 11-01-2004, 09:53 AM
paulhiles's Avatar
paulhiles paulhiles is offline
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: UK
Posts: 2,089
paulhiles RepRank 0
Default Using CSS to mimic iframes

Quote:
Originally Posted by RikR
So, what would be a better way to do this and assure browser rendering?
This all depends on which browsers you're targetting. You can use div elements with their overflow property set to auto, but this will not be recognised by older browsers that are unable to interpret the CSS correctly.

Here are some examples of the CSS technique (from the beforethedog site).

Also there have been previous discussions on this topic, here's one of them
Containers and scroll bars

Hope that's of some help

Paul
Reply With Quote