![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
html, body { margin:0; padding:0; height:100%; /* 100 % height */ } Above is a part of a CSS file I found in the Internet. |
|
I have been searching in the Internet to find out what does the 1st line (html,) mean. Can any one tell me what does it mean? |
#3
| |||
| |||
|
|
Scripsit mao: html, body { margin:0; padding:0; height:100%; /* 100 % height */ } Above is a part of a CSS file I found in the Internet. In CSS, you specify that some declarations are to be applied to some elements by listing selectors |
#4
| |||
| |||
|
|
No, no... OP is wanting you to tell him about the html element. |
|
It looks so strangely ephemeral. |
#5
| |||
| |||
|
|
In article <5jLIi.226289$PF4.135... (AT) reader1 (DOT) news.saunalahti.fi>, "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote: Scripsit mao: html, body { margin:0; padding:0; height:100%; /* 100 % height */ } Above is a part of aCSSfile I found in the Internet. InCSS, you specify that some declarations are to be applied to some elements by listing selectors No, no... OP is wanting you to tell him about the html element. It looks so strangely ephemeral. -- dorayme Hi every one, |
#6
| |||
| |||
|
|
On Sep 22, 6:23 am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: In article <5jLIi.226289$PF4.135... (AT) reader1 (DOT) news.saunalahti.fi>, "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote: Scripsit mao: html, body { margin:0; padding:0; height:100%; /* 100 % height */ } Above is a part of aCSSfile I found in the Internet. InCSS, you specify that some declarations are to be applied to some elements by listing selectors No, no... OP is wanting you to tell him about the html element. It looks so strangely ephemeral. -- dorayme Hi every one, Here is the place where I found the CSS codes.http://www.456bereastreet.com/archiv...v2_fullheight/ |
#7
| |||
| |||
|
|
On Sep 26, 6:06 am, mao <kc.at.sin... (AT) gmail (DOT) com> wrote: On Sep 22, 6:23 am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: In article <5jLIi.226289$PF4.135... (AT) reader1 (DOT) news.saunalahti.fi>, "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote: Scripsit mao: html, body { margin:0; padding:0; height:100%; /* 100 % height */ } Above is a part of aCSSfile I found in the Internet. InCSS, you specify that some declarations are to be applied to some elements by listing selectors No, no... OP is wanting you to tell him about the html element. It looks so strangely ephemeral. -- dorayme Hi every one, Here is the place where I found theCSScodes.http://www.456bereastreet.com/archiv...v2_fullheight/ html, body { *rules* }. *rules* are applied to both the html and the body-element.- Hide quoted text - - Show quoted text - |
#8
| |||
| |||
|
|
On Sep 26, 6:06 am, mao <kc.at.sin... (AT) gmail (DOT) com> wrote: On Sep 22, 6:23 am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: In article <5jLIi.226289$PF4.135... (AT) reader1 (DOT) news.saunalahti.fi>, "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote: Scripsit mao: html, body { margin:0; padding:0; height:100%; /* 100 % height */ } Above is a part of aCSSfile I found in the Internet. InCSS, you specify that some declarations are to be applied to some elements by listing selectors No, no... OP is wanting you to tell him about the html element. It looks so strangely ephemeral. -- dorayme Hi every one, Here is the place where I found the CSS codes.http://www.456bereastreet.com/archiv...v2_fullheight/ html, body { *rules* }. *rules* are applied to both the html and the body-element. |
![]() |
| Thread Tools | |
| Display Modes | |
| |