Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mislz28/public_html/wp-content/themes/css-faq-v2/timeweather/timeweather.php on line 19
8 May 2008

forum

Current User: Guest Login Register
Please consider registering

Search 
Search Forums:


 




модель документа в блоках

UserPost

12:51 am
June 19, 2008


bold

Member

posts 3

1

подскажите пожалуйста как убрать от белой границы между гранью браузера и телом html. 


CSS: Код:

BODY { 

   padding-right: 0px; 

   padding-left: 0px; 

   padding-bottom: 0px; 

   padding-top: 0px; 

   margin: 0px 0px 0px; 

   border-width: 0px 0px 0px 0px; 

   background-color: #FFFFFF; 

}


все равно остается рамка примерно в 5 пикселов.

12:52 am
June 19, 2008


hohol

Member

posts 35

2

1. уберите background-color: #FFFFFF;

2. Установите height:100% и width:100% для элемента html.

Код:
BODY {
padding:0
margin: 0;
border:0;
background-color: #FFF;
}


добавьте атрибуты

Код:
cellspacing=”0″ cellpadding=”0″ border=”0″



Reply to Topic: модель документа в блоках

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 10 + 2        (Required)

Topic Reply:


 

About the CSS-FAQ forum

Currently Online:

2 Guests

Maximum Online: 20

Forums:

Groups: 3

Forums: 18

Topics: 397

Posts: 834

Members:

There are 1050 members

There are 1 guests

Top Posters:

abc - 57

genius - 47

shane - 46

glowlite.uk - 39

booster - 37

warren - 35

Administrator: admin | Moderators: admin


© Simple:Press Forum - Version 3.1.1 (Build 336)