-

 -

 -

 - e-mail

 

 -

   Sergia

 -

 LiveInternet.ru:
: 04.08.2008
:
:
: 1975

:

... .....


: Legionary(10), (1), ...(1), GIMP(41), ... ...(46), ..., ...(92), ..., ...(20), ..., ...(10), ..., ...(2), ..., ...(6), ..., , ...(93), ..., ...(2), ..., ...(9), ..., ...(7), ... ...(52), ......(17), ... ...(13), ... ...(29), ......(26), ......(21), ......(16), ......(16), ......(12), ..., , ...(94), ......(3), ......(37), ......(29), ......(98), ......(10), ......(14), ......(9), ... , ...(18), ... , ...(26), ... , ...(25), ... ( )...(34), ... ...(50), ... ...(2), ... ...(2)
(0)

. ,

, 03 2010 . 19:46 +
Legionary [ + !]

. ,

, -... , :)
, ( ). . ,- .
, . :


. , 100 100. .



"" :

<div style="overflow-y: scroll; width: 100px; height: 100px;"> </div>

" " , . :) .. ( , . "" ) " ",- :)
"100"- ( ) . 600.

- .. . :)

2010 Legionary
... ....
Legionary

(0)

, 12 2010 . 19:02 +
[ + !]





! (radikal.ru), jpg, - , . , - (" "). , "" - " " " ". . !
, , , .
:

, , , http : gif, png jpg.
, - , . - . !
... ....

(0)

more

, 10 2010 . 12:59 +
Rost [ + !]

more





, () " ". "cut" (, ), ( ) "" (). : "?". " " . , . . , 100 1000 , 1-2 10-20 . , ?
,



LI 5.09.15
... ....

(0)

?

, 10 2010 . 12:58 +
Rost [ + !]

?





, :  (132x15, 4Kb) (!).
, .


LI 5.09.15
... ....

(0)

(flash)

, 01 2010 . 21:47 +
Legionary [ + !]

(flash)



:-)
. , . , , :-)
,- "" , html , :-)




web :-) :-)
... ....
Legionary

(0)

.

, 22 2010 . 17:31 +
[ + !]

.



)   - .

- . . ? ,   - , .

1.

2. URL- -

3. width="100% - , , , , (%).

- :
- , , , : : "!" .
,

1. .

2. background-color: #800000 - , font color="#FFCCCC - ,

3. padding: 5px - , .

, . , , . - . , . .

... ....

(0)

, 22 2010 . 17:27 +
[ + !]





.

, , -

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


2

... ....

Legionary

, 24 2010 . 15:06 +

945
flash . .



, :-)
, ... , :-)

p.s. ....:-))
P.P.S. , - :-)
... ....

(0)
(0)

, 20 2010 . 22:47 +
Rost [ + !]

, , ... ( FAQ ).



.
: , ( ).
, _, . .

, - FAQ


LI 5.09.15
... ....

(0)

(15 .)

, 14 2010 . 15:11 +
_ [ + !]

(15 .)



. . .



:
( 800):


( 500):


( 300):


>>>
... ....

(0)

?

, 14 2010 . 15:09 +
FlashStudio [ + !]

?



, <INPUT>, width, , .

 HTML CSS

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title> </title>
<style type="text/css">
#user {
 width: 300px; /* 300 */
}
</style>
</head>
<body>
<form name="form1" method="post" action="handler.php">
<p> :</p>
<p><input type="text" name="username" id="user" size="5">
<input type="submit" name="Submit" value=""></p>
</form>
</body>
</html>

.

. 1

width user.

, size <INPUT>, .

... ....

(0)

?

, 14 2010 . 15:06 +
FlashStudio [ + !]

?



background-color, color. INPUT, <INPUT> , , . ,  ? .

 HTML CSS

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title> </title>
<style type="text/css">
.textfield {
 background-color: #ffe; /* */
 color: #930; /* */
}

</style>
</head>
<body>
<form name="form1" method="post" action="handler.php">
<p><input type="text" name="textfield" class="textfield">
<input type="submit" name="Submit" value=""></p>
</form>
</body>
</html>

.

. 1

textfield, <INPUT> class="textfield".

, , <INPUT> type="text". INPUT[type="text"] INPUT, , type="text".

 HTML CSS

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title> </title>
<style type="text/css">
INPUT[type="text"] {
 background-color: navy;
 color: #ffe;
}
</style>
</head>
<body>
<form name="form2" method="post" action="handler.php">
<p><input type="text" name="textfield">
<input type="submit" name="Submit" value=""></p>
</form>
</body>
</html>

Internet Explorer 6 .

... ....

(0)

, ?

, 14 2010 . 15:05 +
FlashStudio [ + !]

, ?



<INPUT>. value . .

 HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title> </title>
</head>
<body>
<form name="form1" method="post" action="">
<p><input name="textfield" type="text" value=" "></p>
</form>
</body>
</html>

, , .

, <textarea> </textarea>.

 HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title> </title>
</head>
<body>
<form name="form1" method="post" action="">
<p>

<textarea name="textarea" cols="50" rows="5">
- ;
.
</textarea>

</p>
</form>
</body>
</html>

, .

... ....

(0)

?

, 14 2010 . 15:04 +
FlashStudio [ + !]

?



, <SELECT>, , <OPTION>. , . , width, , . width SELECT.

 HTML CSS

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title> </title>
<style type="text/css">
SELECT {
 width: 300px; /* */
}

</style>
</head>
<body>
<form name="form1" method="post" action="">
<p><select name="select">
 <option></option>
 <option> </option>
 <option></option>
 <option> </option>
</select></p>
</form>
</body>
</html>

.

. 1

, ,

300 . , , .

... ....

(0)

, ?

, 14 2010 . 14:59 +
FlashStudio [ + !]

, ?



border, INPUT. , , .

focus, INPUT TEXTAREA.

 HTML
 CSS

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1251">
<title> </title>
<style type="text/css">
INPUT.text {
 border: 1px solid #ccc; /* */
 width: 80%; /* */
}
INPUT.text:focus {
 border: 1px solid #39c; /* */
}

</style>
</head>
<body>
<form action="">
 <p><input type="text" size="30" class="text">
 <input type="submit" value=""></p>
</form>
</body>
</html>

. , , .

text, , .

... ....

(0)

, 09 2010 . 19:03 +
_ [ + !]





  



**
    GIFr.ru    GIFr.ru
































 

5



, , .
.
.
.
,
.
.

 (600x500, 532Kb)
 




   

4



, , , , , !!!!
, .
.
2- .
 

   

3



.
.
 (600x500, 532Kb)
 
... ....

(0)

!

, 08 2010 . 23:45 +
[ + !]

!



 (200x200, 2Kb)
 (200x200, 2Kb)
 (200x200, 2Kb)
...
..., ...
... ....

(0)

, 05 2010 . 20:36 +
FlashStudio [ + !]





( , ), "" :

<div style="width: 100%; height: 300px; margin-top: 5px; margin-left: 5px; text-align: justify; font-size: 14px;  overflow: auto">

. , .

width:

( , , <IMG>). , .

width: | | auto

, CSS — , (px), (in), (pt) . . , . auto .

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
  <title>width</title>
  <style type="text/css">
   .layer1 {
    width: 300px; /* */
    background: #fc0; /* */
    padding: 7px; /* */
    border: 1px solid #ccc; /* */
   }

   .layer2 {
    width: 400px; /* */
   }

 
</style>
</head>
<body>
 
  <div class="layer1">
   <p class="layer2">Lorem ipsum dolor sit amet,consectetuer
   adipiscing elit,seddiem nonummy nibh euismod tincidunt ut
   lacreet dolore magna aliguam erat volutpat.</p>
  </div>
 
</body>
</html>

, Opera . 1.

. 1

. 1. Opera

height:

( , , <IMG>). , .

height: | | auto

, CSS — , (px), (in), (pt) . . , . auto

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
  <title>height</title>
  <style type="text/css">
   .layer {
    height: 50px; /* */
    width: 150px; /* */
    overflow: scroll; /* */
    background: #fc0; /* */
    padding: 7px; /* */
    border: 1px solid #333; /* */
   }

 
</style>
</head>
<body>
 
  <div class="layer">
   Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem nonummy nibh
   euismod tincidunt ut lacreet dolore magna aliguam erat volutpat.
  </div>
 
</body>
 

</html>

. 2.

. 1

. 2. height

margin-top:

. (. 3).

. 1.

. 3.

margin-top: | auto

(px), (%) CSS . , . auto , .

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
  <title>margin-top</title>
  <style type="text/css">
   DIV {
    background: #fc3; /* */
    border: 2px solid black;  /* */
    padding: 20px;  /* */
    margin-top: 20%; /* */
   }

 
</style>
</head>
<body>
 
  <div>
   Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem nonummy nibh
   euismod tincidunt ut lacreet dolore magna aliguam erat volutpat. Ut wisis enim
   ad minim veniam, quis nostrud exerci tution ullamcorper suscipit lobortis nisl
   ut aliquip ex ea commodo consequat.
  </div>
 
</body>
</html>

  . 4.

. 2

. 4. margin-top

margin-left:

. (. 5).

. 1.

. 5.

margin-left: | auto

(px), (%) CSS . , . auto , .

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
  <title>margin-left</title>
  <style type="text/css">
   .layer1 {
    background-color: #D36037; /* */
   }

   .layer2 {
    margin-left: 20%; /* */
    background-color: #ccc; /* */
    padding: 10px; /* */
   }

 
</style>
</head>
<body>
 
  <div class="layer1">
   <div class="layer2">
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem nonummy nibh
    euismod tincidunt ut lacreet dolore magna aliguam erat volutpat. Ut wisis enim
    ad minim veniam, quis nostrud exerci tution ullamcorper suscipit lobortis nisl
    ut aliquip ex ea commodo consequat.
   </div>
  </div>
 
</body>
</html>

. 6.

. 2

. 6. margin-left

text-align:

. , .

text-align: center | justify | left | right

center
. , . , -. , , . , .
justify
, . .
left
. , «». , .
right
. . , , «». - , , , , , . . , , . .

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
  <title>text-align</title>
  <style type="text/css">
   div {
    border: 1px solid black; /* */
    padding: 5px; /* */
    margin-bottom: 5px; /* */
   }

   #left { text-align: left; }
   #right { text-align: right; }
   #center { text-align: center; }

   .content {
    width: 75%; /* */
    background: #fc0; /* */
   }

 
</style>
</head>
<body>
 
  <div id="left"><div class="content"> </div></div>
  <div id="center"><div class="content"> </div></div>
  <div id="right"><div class="content"> </div></div>

</body>
</html>

. 7.

. 1

. 7. Opera

Internet Explorer , Opera Firefox, , (. 8).

. 2

. 8. Internet Explorer

font-size:

. . (xx-small, x-small, small, medium, large, x-large, xx-large) , . , , .

(larger, smaller) . , , .

, .

font-size: | | |

: xx-small, x-small, small, medium, large, x-large, xx-large. HTML . 1.

 

. 1. CSS HTML

CSS(HTML)

xx-small(1) x-small(2) small(3) medium(4) large(5) x-large(6) xx-large(7)  
                 
larger smaller.

CSS: em ( ), ex ( ), (pt), (px), (%) . 100% . .

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
  <title>font-size</title>
  <style type="text/css">
   H1 {
    font-family: 'Times New Roman', Times, serif; /* */ 
    font-size: 250%; /* */ 
   }

   P {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11pt; /* */ 
   }

 
</style>
</head>
<body>
 
  <h1>Duis te feugifacilisi</h1>
  <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem
  nonummy nibh euismod tincidunt ut lacreet dolore magna aliguam erat volutpat.
  Ut wisis enim ad minim veniam, quis nostrud exerci tution ullamcorper suscipit
  lobortis nisl ut aliquip ex ea commodo consequat.</p>
 
</body>
</html>

. 9.

. 1

. 9. font-size

oveflow:

overflow , .

overflow: auto | hidden | scroll | visible

visible

, .

hidden

, .

scroll

.

auto

.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
  <title>overflow</title>
  <style type="text/css">
   .layer {
    overflow: scroll; /* */
    width: 300px; /* */
    height: 150px; /* */
    padding: 5px; /* */
    border: solid 1px black; /* */
   }

 
</style>
</head>
<body>
 
  <div class="layer">
   <h2>Duis te feugifacilisi</h2>
   <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem
    nonummy nibh euismod tincidunt ut lacreet dolore magna aliguam erat volutpat.
    Ut wisis enim ad minim veniam, quis nostrud exerci tution ullamcorper suscipit
    lobortis nisl ut aliquip ex ea commodo consequat.</p>
  </div>
 
</body>
</html>

. 10.

. 1

. 10. oveflow

... ....

(0)

- .

, 05 2010 . 20:34 +
_ [ + !]

- .



 (160x37, 5Kb)



_





_





_


...
... , ...
... ....

(0)

?

, 05 2010 . 14:59 +
FlashStudio [ + !]

?



, . , . <TH>, <TD>, . TH , ( 1).

1. <TH>

 HTML CSS

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title> </title>
<style type="text/css">
TABLE {
 width: 100%; /* */
 border-collapse: collapse; /* */
}
TD, TH {
 padding: 4px; /* */
 border: 1px solid #000080; /* */
}
TH {
 background: #000080; /* */
 color: #ffe; /* */
 text-align: left; /* */
 font-family: Arial, Helvetica, sans-serif; /* */
 font-size: 90%; /* */
}
</style>
</head>
<body>
<table>
<tr>
 <th></th>
 <th></th>
 <th></th>
</tr>
<tr>
 <td></td>
 <td></td>
 <td> 600 . JPEG.</td>
</tr>
<tr>
 <td></td>
 <td></td>
 <td> . 1015 1500 . JPEG.</td>
</tr>
<tr>
 <td> </td>
 <td></td>
 <td> 800 . JPEG GIF.</td>
</tr>
<tr>
 <td>/ </td>
 <td></td>
 <td> 800 . TIFF GIF.</td>
</tr>
</table>
</body>
</html>

. 1.

. 1.   ,

. 1. ,

>>>
... ....


 : [4] 3 2 1