Ok so i am just trying to make a little sidebar and then buttons to be able to change the color of the background and the sidebar. The only problem is that i cant actually get the sidebar to show up. I used to be able to make little boxes floating around but now i cant seem to get it. i dont know what im doing wrong.
the code for the html is this
and the css code is this
note these are just saved on my computer and i open them in safari.
the code for the html is this
Code:
<html> <head> <link rel="stylesheet" type="text/css" href="file:///C:/Documents%20and%20Settings/Ian/Desktop/sidebar.css"> </head> <body> <div class="sidebar"> </div> </body> </html>
Code:
div.sidebar { width: 100px; height: 400px; color: red; }
Comment