Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > CSS > CSS Cascading Style Sheets
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 30th, 2005, 12:58 PM
Registered User
 
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default CSS and frameset capabilities

Looking for advice on proper syntax in CSS to execute a frameset function on xhtml web-page.
Ex: CSS: div#div1 {elements } div#div2 {elements } etc.
    xhtml: set as Doctype..frameset
    xhtml body: <div id='div1'>
    <p id='f3' /><a href='file.htm':target='div2'>some name</a>
    </div>
    <div id='div2'></div>
I need the (file.htm) page to display within the (div2 tag). The same as it would using the Frameset (target='frame2') function in html.



 
Old January 11th, 2006, 02:08 PM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

There is nothing in CSS that does this. You'd have to take the content out of file.htm and place it in "div2", and perhaps apply an overflow: auto in addition to positioning to create a frame-like effect.

Regards,
Rich

--
[http://www.smilingsouls.net]
Mail_IMAP: A PHP/C-Client/PEAR solution for webmail
Author: Beginning CSS: Cascading Style Sheets For Web Design





Similar Threads
Thread Thread Starter Forum Replies Last Post
Use TABLE or FRAMESET??? OchirM HTML Code Clinic 1 January 2nd, 2008 11:46 AM
Scrollbar for the frameset Jakob HTML Code Clinic 1 February 16th, 2007 10:44 PM
frameset zaman1111 JSP Basics 0 August 9th, 2005 04:27 PM
question about Javascript capabilities DWoods57 Javascript How-To 1 December 18th, 2003 07:29 AM
closing frameset with javascript Adam H-W Dreamweaver (all versions) 1 June 18th, 2003 05:15 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.