[SIZE=1][COLOR=Navy][FONT=Arial]
HELP!!!!! I bought a book and it said how to do a sidebar, but it was for internet explorer 4 & 5, and i have 6, can i change anything on my text that would help?
Here it is:
PLEASE HELP ME!!!!
Printable View
[SIZE=1][COLOR=Navy][FONT=Arial]
HELP!!!!! I bought a book and it said how to do a sidebar, but it was for internet explorer 4 & 5, and i have 6, can i change anything on my text that would help?
Here it is:
PLEASE HELP ME!!!!
Sorry i dont think it attached, but can anyone tell me whats wrong with this???
<html>
<head>
<style type="text/css">
body {
background: #ffffff url(c:\sitepics\sidebar.gif) repeat-y; }
#sidebar {
position: absolute;
top: 10px;
left: 30px;
width: 150px; }
#content {
position: absolute;
top: 10px;
left: 175px }
</style>
</head>
<body>
<div id="sidebar">
<h3>Menu</h3>
<img src="1.gif" width="69" height="81"><br>1<br>
<img src="2.gif" width="69" height="81"><br>2<br>
<img src="3.gif" width="72" height="79"><br>3<br>
<img src="4.gif" width="69" height="81"><br>4<br>
</div>
<div id="content">
<H3>My fjdklfjkldjalk</H3>
<p>jfkdlsjfkaljdfklajkfl</p>
<p>jfhdjkshfjksdhjkfhsdjk</p>
<p>dfjdjkfhjkdhsfjkshjf</p>
<p>jhfdjkhfjksdbhjkfhdj</p>
<p>fhdjskhfjksdhajkfhjksah</p>
</div>
</body>
</html>
Hi,
Could you exlain what the problem is exactly. That code should do what its supposed to do but I don't know if thats what you wanted it to do :)
BTW Use a forward slash / and not a backslash \ in path names.
Paul