iframes,frames css

Associate
Joined
31 Oct 2003
Posts
526
Hi

I want to make a frame like effect in css. got 3 links on a page and just want them to open in a small window on the same page.

firstly i dont know how to do this.

but secondly, yes this is an assignment, but obviously i'm trying to learn how to do things myself, i can only use the following tags in my work. but i can do what i want in css.

<php … ?>
<a> … </a>
<body> … </body>
<br … />
<content> … </content>
<div> … </div>
<em> … </em>
<form> … </form>
<hn> … </hn> for n=1, …, 6
<head> … </head>
<hr … />
<html> … </html>
<img …/>
<input type=XXX> where XXX = button, checkbox, password, radio, reset, submit or text
<label> … </label>
<li> … </li>
<link … >
<meta>
<ol> … </ol>
<p> … </p>
<pre> … </pre>
<strong> … </strong>
<style> … </style>
<table> … </table>
<tbody> … </tbody>
<td> … </td>
<foot> … </tfoot>
<th> … </th>
<thead> … </thead>
<title> … </title>
<tr> … </tr>
<ul> … </ul>
<?xml … ?>


so is it possible to make the effect i want using css and the above tags ?

thank you in advance for help
 
Back
Top Bottom