In relation to and the CSS code below
#Content {
margin:0px 50px 50px 200px;
padding:10px;
}
Does this create relative positioning in relation to the menu? and does position:relative not have to be used and why not?
thanks.
#Content {
margin:0px 50px 50px 200px;
padding:10px;
}
Does this create relative positioning in relation to the menu? and does position:relative not have to be used and why not?
thanks.