Profile
Achievement
Masis's Recent Snippets
- All /
« Prev 1 Next »
PHP scripting block can be placed anywhere in the document. It always starts with <?php>.
The example of PHP code below sends the text “Oheon.com†to the browser:
0
748
posted 14 years ago by Masis
It determines background image for the element. If the background color is specified for the element at the same time it will be shown while the background image will have been downloaded fully. The same will happen if the image is inaccessible or th...
0
713
posted 14 years ago by Masis
The arguments circle, disc, square are used for the marked list. For the numbered list: decimal, lower-alpha, lower-roman, upper-alpha, upper-roman. The argument none determines marker type. It is the same as a parental element.
0
713
posted 14 years ago by Masis
In the browser Internet Explorer 6 when you use the enumerated list <OL> and the value "inside" of the parameter "list-style-position", the numbers more than 10 begin to collide the list text.
0
696
posted 14 years ago by Masis
This parameter determines the image address which serves as a list marker. This attribute is inherited; therefore value none is used for separate elements of the list for marker resto
0
750
posted 14 years ago by Masis
This parameter determines the image address which serves as a list marker. This attribute is inherited; therefore value none is used for separate elements of the list for marker restoration.
Syntax
list-style-image: none | url (a path to a file...
0
953
posted 14 years ago by Masis