Hi
What i want to do is create a border at the very top of my page so that i can push my pages down a bit, but when i apply the code below it also pushes the scroll bar down aswell.I do not want this to happen can it be avoided.
----------------- Code ----------------
body{
margin:0;
padding:0;
background-color: #ffffcc;
border-top:5px solid #000066;
}
-----------------------------------------
Cheers
What i want to do is create a border at the very top of my page so that i can push my pages down a bit, but when i apply the code below it also pushes the scroll bar down aswell.I do not want this to happen can it be avoided.
----------------- Code ----------------
body{
margin:0;
padding:0;
background-color: #ffffcc;
border-top:5px solid #000066;
}
-----------------------------------------
Cheers