mararies5
04-08-2003, 07:00 PM
hey thanx everyone for replying:) I really took into consideration the CSS language and I am starting to use it myself now. but i got stuck in one part again and i was wondering if someone can help.I just need to know how to get the link on the left side to load into the right side of the page. this is the script i have now on my page:
<html lang="en">
<head>
<style type="text/css" media="screen"><!--
BODY { position: relative; min-width: 600px; width: 100%; margin: 0; padding: 0; border: none; }
#left { position: absolute; left: 10px; width: 19%; margin: 1% 1% 0 0; }
#middle { position: absolute; left:20%; min-width: 360px; width: 80%; margin-top: 0%; }
/* HR styles need for IE 6/Win. */
HR.holder { width:600px; visibility: hidden } */
HR.left, { width: 120px; visibility: hidden; }
HR.middle { width: 360px; visibility: hidden; }
//--></style>
<style type="text/css" media="screen"><//
BODY { background: #000000; }
DIV { background: #000000; }
//--></style>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Welcome to Ballet Panambi Vera</title>
</head><body>
<body bgcolor="#000000">
<!--[if IE]>
<hr class="holder" />
<![endif]-->
<div id="middle">
<p title="'middle' DIV"><center><font color="yellow"><h1>Welcome to<br>
</p>
<!--[if IE]>
<hr class=" middle" />
<![endif]-->
</div>
<div id="left">
<p title="'left' DIV">
<br><a href="home.html">Home</a>
<br><a href="contact.html">Contact</a>
<br><a href="History.html">HIstory</a>
</p>
<!--[if IE]>
<hr class="left" />
<![endif]-->
</div>
</body>
</html>
Hopefully the html is disabled here
thanx
:D
<html lang="en">
<head>
<style type="text/css" media="screen"><!--
BODY { position: relative; min-width: 600px; width: 100%; margin: 0; padding: 0; border: none; }
#left { position: absolute; left: 10px; width: 19%; margin: 1% 1% 0 0; }
#middle { position: absolute; left:20%; min-width: 360px; width: 80%; margin-top: 0%; }
/* HR styles need for IE 6/Win. */
HR.holder { width:600px; visibility: hidden } */
HR.left, { width: 120px; visibility: hidden; }
HR.middle { width: 360px; visibility: hidden; }
//--></style>
<style type="text/css" media="screen"><//
BODY { background: #000000; }
DIV { background: #000000; }
//--></style>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Welcome to Ballet Panambi Vera</title>
</head><body>
<body bgcolor="#000000">
<!--[if IE]>
<hr class="holder" />
<![endif]-->
<div id="middle">
<p title="'middle' DIV"><center><font color="yellow"><h1>Welcome to<br>
</p>
<!--[if IE]>
<hr class=" middle" />
<![endif]-->
</div>
<div id="left">
<p title="'left' DIV">
<br><a href="home.html">Home</a>
<br><a href="contact.html">Contact</a>
<br><a href="History.html">HIstory</a>
</p>
<!--[if IE]>
<hr class="left" />
<![endif]-->
</div>
</body>
</html>
Hopefully the html is disabled here
thanx
:D