|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
setting marginwidth with CSS
I should wrtite this line in CSS, how do I do it?
<body marginwidth="0" marginheight="0" leftmargin="0"> ---- <style> BODY{ ???? } </style>
__________________
Fatal error on row 561: Couldn't access life - life isn't set |
|
#2
|
||||
|
||||
|
body {margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;width:100%;height:100%;overflow:hidden;}
Or some of them at least. |
|
#3
|
|||
|
|||
|
Got it.. thanks
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > setting marginwidth with CSS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|