Hello to all!
Can you please help me with my simple problem regarding to my image logo.
i used div tag to my logo in order for me to position it in top left side of my web page.
i thought everything's fine but when i try to minimized the web browser (chrome, firefox, E.I) the location of my logo was now at the wrong place..
Can somebody help me with my problem? this is all what ive'd done in css. .
#logo
{
width:250px;
height:154px;
background-image:url(img/logo.png);
float:left;
margin-left:10em;
background-attachment:fixed;
}
Thanks in advance to all of you guys.
sorry for my grammar. im not good in english.