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