Time Sheep
11-13-2011, 01:24 AM
I am sitting here with a quite simple problem.
Most of my friends claiming to know their way about CSS can't figure it out though :S
I am running a site which I decided should have a new look, so the first I did was making a logo - but I cannot make it stay completely top-left.
So it looks like this:
http://up-it.dk/uploads/111113/9sg-Untitled.png
I have already tried all those tags on both the body, html and div blocks:
align:left;
valign:top;
border:0px;
margin:0px;
padding:0px;
However nothing changes. Can somebody explain what I need to do?
EDIT: Link to website: http://sv2.zeroyear.net/gmod/applications/index.php
SOLUTION:
There is a weird standard for the margins of the body block.
Add body{margin:0px 0px 0px 0px;} to your stylesheet to fix (In Firefox at least) and find fixes for other browsers as well if necessary...
Most of my friends claiming to know their way about CSS can't figure it out though :S
I am running a site which I decided should have a new look, so the first I did was making a logo - but I cannot make it stay completely top-left.
So it looks like this:
http://up-it.dk/uploads/111113/9sg-Untitled.png
I have already tried all those tags on both the body, html and div blocks:
align:left;
valign:top;
border:0px;
margin:0px;
padding:0px;
However nothing changes. Can somebody explain what I need to do?
EDIT: Link to website: http://sv2.zeroyear.net/gmod/applications/index.php
SOLUTION:
There is a weird standard for the margins of the body block.
Add body{margin:0px 0px 0px 0px;} to your stylesheet to fix (In Firefox at least) and find fixes for other browsers as well if necessary...