Jump to content

Darcry

Members
  • Posts

    2
  • Joined

  • Last visited

Darcry's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Can anybody please tell me the code to define the body? i mean the code that you write first at your css file for width margin etc but a working one !
  2. Hello Community, i have a website but its available for all monitors except 1920px everything is not in the right place i am using this code html,body { margin:0; padding:0; width:100%; border:0; font-size:100%; height:100%; font:inherit; vertical-align:baseline;} then for example i do this for the div ids #header { background-image:url(../imgs/header.png); background-size:cover;background-repeat:no-repeat; position: absolute; margin-left: 0px; margin-top: -7px;width: 100%; height: 50%; z-index: 1; } i positioned the other stuff in px for example Margin-top:500px; thats why?
×
×
  • Create New...