tell me main problem how to adjust sidebar at right and what is error.
Code: Select all
@charset "utf-8";
/* CSS Document for : SameeArticles.Blogspot.com */
#logo
{
width:200px;
height:200px;
float:right;
background-color:#F6F2B1;
}
html
{
height:100%;
width:100%;
background:url(http://www.southsoft.co.za/images/mysql.jpg) center center no-repeat;
background-position:center;
/* You can also give local file path */
}
h1
{
background:#00FF00;
border-style:dotted;
margin-right:200px;
color:#000000;
font-family:"Times New Roman", Times, serif;
text-transform:uppercase;
}
h2, h3
{
background:#CCCCCC;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#000000;
font:Georgia, "Times New Roman", Times, serif;
}
a:link
{
color:#000000;
text-decoration:none;
}
body
{
color:#0000FF;
font-family:"Courier New", Courier, monospace;
background-color:F6F2B1;
/*background-image:url(http://www.getacho.com/download/phpcss/images/bg-color.png);
background-repeat:repeat;
background-attachment:fixed;*/
}
#sidebar
{
float:right;
border:solid;
border-color:#0000FF;
border-width:medium;
height:100%;
width:200px;
margin-top:200px;
background-color:#00FF00;
position:fixed;
}here is my Tamplate,
Don't make bad comment about my css, I am newbie in css. learning it
http://www.getacho.com/download/