PDA

View Full Version : "All in one" page design


Vladdy
04-17-2003, 08:22 PM
... I was thinking about beetle's old web site concept and if he had to abandon it to make the site W3C compliant and came up with this (http://www.vladdy.net/Demos/ContentSlider.html) ... :D :D :thumbsup:

brothercake
04-17-2003, 08:55 PM
Excellent .. who says standards-compliance can't be fun :D

Catman
04-17-2003, 09:21 PM
Very cool and very interesting -- but instead of making the individual pages divs, how about making them objects which point to external html files?

Such as : <object id="page1" data="page1.html" width="100%" height="100%">File not found. Report error to your local ASPCA or RSPCA.</object>

That might make this more practical for day-to-day web design.

Vladdy
04-18-2003, 01:11 PM
Originally posted by Catman
... but instead of making the individual pages divs, how about making them objects which point to external html files?...
I figure div is a generic container which you can stuff with pretty much anything you want...

Catman
04-18-2003, 02:18 PM
Originally posted by Vladdy
I figure div is a generic container which you can stuff with pretty much anything you want... If I understand what I've been reading in the XHTML 2 specs, we'll be able to fill block elements with content from external files -- but currently, it's object or iframe, so far as I know.