Jump to content

http://medbiotech.by/les/med.html


kkthx
 Share

Recommended Posts

Приятно и внешность и код. :) По коду:

1. Есть повторяющиеся id. К примеру id="clear"

2. Код

    наверно можно сделать и вот так:
      . Опустив div. Вообще многовато дивов.3. В форме не хватает тегов div, p или тп, иначе валидатор ругается.
      4.
onfocus="if (this.value == 'ваше имя') this.value='';" onblur="if (this.value.length==0) this.value='ваше имя';"

Не красиво. Лучше оформить отдельным скриптом. ИМХО.
5. Это совсем не красит Ваш код:
				<div id="clear"></div>

<div id="line"></div>

<div id="clear"></div>

Легко можно обойтись и одним дивом.
6. По css 0px можно писать просто 0. Ноль во всех единицах измерения ноль. Вот это:
	font-family: Tahoma;
font-size: 100%;
font-weight: bold;

Можно сократить до:
	font: bold 100% Tahoma;
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy