Thread: Size
View Single Post
  #2 (permalink)  
Old 02-02-2008, 12:08 PM
MrPickle's Avatar
MrPickle MrPickle is offline
Sr. Programmer
Join Date: Nov 2007
Location: England, Lincolnshire
Posts: 303
iTrader: (0)
MrPickle is on a distinguished roadMrPickle is on a distinguished roadMrPickle is on a distinguished road
Ok, I've got the bit the right width now, but now I have a huge gap, here's my code:

Code:
div#body{
    background: #C0C0C0;
    border-left: #808080 solid thin;
    border-right: #808080 solid thin;
    border-bottom: #808080 solid thin;
    padding: 2px 5px;
    position: relative;
    left: 3px;
    top: 100px;
    width:800px;
}
Got it;

Code:
div#body{
    background: #C0C0C0;
    border-left: #808080 solid thin;
    border-right: #808080 solid thin;
    border-bottom: #808080 solid thin;
    padding: 2px 5px;
    position: absolute;
    left: 210px;
    top: 110px;
    width:798px;
}

__________________
PM me and tell me your name or a phrase and I shall write it in Elf for you. English Tengwar to be precise.
Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!

Last edited by MrPickle : 02-02-2008 at 12:13 PM.
Reply With Quote