Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB
ÈÈÃűêÇ©£º c c# c++ asp asp.net linux php jsp java vb Python Ruby mysql sql access Sqlite sqlserver delphi javascript Oracle ajax wap mssql html css flash flex dreamweaver xml
 ×îÐÂÎÄÕ :

STRUTS 1.X ͨ¹ý JS »ñÈ¡ STRUTS HTML ±êÇ©µÄÏà¹ØÖµ

<html:select property='optdwdm' style='width:230' onchange='changedw(this)'>
<html:options collection='dwlist' property='dm' labelProperty='mc' />
</html:select>
ÔÚ±êÇ©µÄ ONCHANGE ʼþÀïÃæ¶¨ÒåÒ»¸ö changedw(this)
È»ºó¿ÉÒÔͨ¹ýÒÔÏ´úÂë»ñÈ¡ html:select  Ñ¡È¡µÄ VALUE ºÍ TEXT
// text »ñÈ¡html:optionsµÄlabelProperty£¬¼´ mc
var strsel_value = obj.options[obj.selectedIndex].text;
// value »ñÈ¡html:optionsµÄproperty£¬¼´dm
var strsel_id = obj.options[obj.selectedIndex].value;
......

HTMLÏà¶Ô·¾¶ Éϼ¶Ä¿Â¼¼°Ï¼¶Ä¿Â¼µÄд·¨

ÈçºÎ±íʾÉϼ¶Ä¿Â¼
../±íʾԴÎļþËùÔÚĿ¼µÄÉÏÒ»¼¶Ä¿Â¼£¬../../±íʾԴÎļþËùÔÚĿ¼µÄÉÏÉϼ¶Ä¿Â¼£¬ÒÔ´ËÀàÍÆ¡£
¼ÙÉèinfo.html·¾¶ÊÇ£ºc:\Inetpub\wwwroot\sites\blabla\info.html
¼ÙÉèindex.html·¾¶ÊÇ£ºc:\Inetpub\wwwroot\sites\index.html
ÔÚinfo.html¼ÓÈëindex.html³¬Á´½ÓµÄ´úÂëÓ¦¸ÃÕâÑùд£º
<a href = "../index.html">index.html</a>
¼ÙÉèinfo.html·¾¶ÊÇ£ºc:\Inetpub\wwwroot\sites\blabla\info.html
¼ÙÉèindex.html·¾¶ÊÇ£ºc:\Inetpub\wwwroot\index.html
ÔÚinfo.html¼ÓÈëindex.html³¬Á´½ÓµÄ´úÂëÓ¦¸ÃÕâÑùд£º
<a href="../../../index.html">index.html</a>
¼ÙÉèinfo.html·¾¶ÊÇ£ºc:\Inetpub\wwwroot\sites\blabla\info.html
¼ÙÉèindex.html·¾¶ÊÇ£ºc:\Inetpub\wwwroot\sites\wowstory\index.html
ÔÚinfo.html¼ÓÈëindex.html³¬Á´½ÓµÄ´úÂëÓ¦¸ÃÕâÑùд£º
<a href = "../wowstory/index.html">index.html</a>
ÈçºÎ±íʾϼ¶Ä¿Â¼ÒýÓÃϼ¶Ä¿Â¼µÄÎļþ£¬Ö±½Óдϼ¶Ä¿Â¼ÎļþµÄ·¾¶¼´¿É¡£¼ÙÉèinfo.html·¾¶ÊÇ£ºc:\Inetpub\wwwroot\sites\blabla\info.html¼ÙÉèindex.html·¾¶ÊÇ£ºc:\Inetpub\wwwroot\sites\blabla\h ......

html¶Ï´Ê

<mce:style type="text/css"><!--
#summary{word-wrap:break-word;width:500px;margin: 0px;padding: 0px;};
.formIn th{white-space: nowrap;}
.formIn{ margin-left: 90px;}

--></mce:style><style type="text/css" mce_bogus="1"> #summary{word-wrap:break-word;width:500px;margin: 0px;padding: 0px;};
.formIn th{white-space: nowrap;}
.formIn{ margin-left: 90px;}
</style> ......

struts1±êǩ֮html:optionsCollection

ÎÒÃdz£³£°ÑÒ»×鼯ºÏ·Åµ½Ã¿¸öÒ³ÃæµÄÏÂÀ­¿òÖУ¬ÕâÀïÀûÓÃstruts1µÄhtml:optionsCollection¿ÉÒÔÊ¡ºÜ¶àÊ¡£
¾Ù¸öÀý×Ó£º
дһ¸ö¹«¹²¾²Ì¬·½·¨£º
public static Collection<LabelValueBean> getAllType() {
Collection<LabelValueBean> col = new ArrayList<LabelValueBean>();
col.add(new LabelValueBean("ËùÓÐÖÕ¶Ë", ""));
col.add(new LabelValueBean("2GÈ«²¿", "1%"));
col.add(new LabelValueBean("2GÊÖ»ú", "101"));
col.add(new LabelValueBean("3GÈ«²¿", "2%"));
col.add(new LabelValueBean("3GÊÖ»ú", "201"));
col.add(new LabelValueBean("3GÊý¾Ý¿¨", "202"));
col.add(new LabelValueBean("3GÉÏÍø±¾", "203"));
col.add(new LabelValueBean("3G¼ÒÍ¥Íø¹Ø", "204"));
col.add(new LabelValueBean("3GÎÞÏ߹̻°", "205"));
return col;
}
È»ºóÔÚÇëÇóactionµÄʱºò·Åµ½requestÖС£È磺request.setAttribute£¨"types",xxx.getAllType()£©;
ÔÚÒ³ÃæÉÏ¿ÉÒÔÏÔʾΪ£º
<nested:select property="yourproperty">
      <html:optionsCollection name="types"/>
</nested:select>
ÕâÑù¾Í¿ÉÒÔÔÚÒ³ÃæÉ ......

µ÷Õûhtml½çÃæ±Ê¼ÇÕûÀí ²»¶Ï¸üÐÂ

Ò»¡¢img+ÎÄ×Ö ÔÚÒ»¸ödiv ÀïÃæÈçºÎ¾ÓÖÐ¶ÔÆë£¿
imgºÍÎı¾ÊÇÁ½ÖÖ²»Í¬µÄ½Úµã ËùÒÔÓõķ½·¨Ò²²»Ò»Ñù
ÎÄ×ÖÖ÷ÒªÒÀ¿¿ ¸¸½ÚµãµÄÐиßÀ´¾ÓÖÐ
¶øimgÐèÒªµÄÊÇ×ÔÉíµÄ´¹Ö±ÖÐÆëÊôÐÔ
div {line-heiht£º25px;height:25px;}
div img {vertical-align:middle;}
ÀýÈ磺
<div id="buttons">
     <img src="ZR04.gif" alt="µÇ¼" />
     <img src="ZR05.gif" alt="×¢²á" />
     <a href="#">Íü¼ÇÃÜÂë</a>
</div>
ÕâʱֻҪÎÒÃǸøÍ¼Æ¬¼ÓÉÏ´¹Ö±¶ÔÆëµÄÊôÐÔ£¬ºóÃæµÄÎÄ×ÖÁ¬½Ó»áÏàÓ¦µÄÓëͼƬˮƽ¶ÔÆë£¬¼´£º img{     vertical-align:middle;}¡£µ±´¹Ö±¶ÔÆëÊôÐÔΪ“top”µÄʱºò£¬ÎÄ×ÖÁ´ÓëͼƬ¶¥²¿Ë®Æ½¶ÔÆë£¬Ò»´ÎÀàÍÆ¡£
Èç¹ûÊÇinputÓëÎÄ×ÖÁ´·ÅÔÚÒ»Æð£¬ÔÚffºÍie7¡¢ie8ÖÐÎÄ×ÖÁ´¶¼ÓëͼƬ¶¥²¿Ë®Æ½¶ÔÆë£¬µ«ÊÇÔÚie6ÖÐÈ´Êǵײ¿¶ÔÆë£¬Í¬ÑùÎÒÃÇ¿ÉÒÔ¸øinputÌí¼Ó´¹Ö±¶ÔÆëÊôÐÔÀ´´ïµ½¸÷¸öä¯ÀÀÆ÷ÏÔʾЧ¹ûÏàͬµÄÄ¿µÄ¡£
 
¶þ¡¢ÔÚ IE8 FireFox Chrome CSS ÖÃÖнâ決·½·¨
ÔÚ IE8 還沒³ö來֮ǰ£¬¶¼ÊÇÀûÓà margin: 0 auto; µÄ·½Ê½來½âĕ ......

ÓÐtitleÊôÐÔµÄHTMLÔªËØ


label µÄtitleÊôÐÔÏ൱ÓÚtooltip£¬Êó±ê·ÅÉÏÈ¥»áÏÔʾtitleÊôÐÔµÄÖµ
title,label,entitle,nameµÄÇø±ð
title ÌâÄ¿£¬±êÌâ
label £¨ÉÌÆ·/²úÆ·£©±êÇ©
entitle ¶¯´Ê£¬¸ø...³ÆºÅ£¬¸ø...ȨÀû
name ÐÕÃû£¬Ãû³Æ
altÊôÐÔºÍtitleÊôÐÔ
Ô­ÎÄ£ºhttp://www.456bereastreet.com/archive/200412/the_alt_and_title_attributes/
·­Ò룺JunChen
Ê×·¢£ºhttp://blog.handsbrain.com/junchen/archive/2005/05/21/3355.aspx
°æÈ¨£º±¾ÎİæÈ¨¹éÒëÕßJunchenËùÓУ¬×ªÔØÇëÏÈÁªÏµÒëÕß¡£
µ±ä¯ÀÀÆ÷ÂôÖ÷ŤÇúÁ˱ê×¼²¢ÇÒ×Ô¹Ë×ԵIJ»°´¹æÔòÈ¥×öһЩÊ£¬ËûÃÇ¿ÉÄÜ»áÔì³ÉһЩÎÊÌ⣬»òÕßÖÁÉÙ²úÉúÁË»ìÏý¡£Àý×ÓÖ®Ò»¾ÍÊÇһЩä¯ÀÀÆ÷´¦ÀíaltÊôÐÔ£¨Ò»°ã»á±»´íÎóµÄ³Æ×÷alt±êÇ©£©µÄ·½Ê½£¬±ÈÈçÓµÓдóÁ¿Óû§µÄWindowsµÄIEä¯ÀÀÆ÷¡£
Ìæ»»ÎÄ×Ö£¨alt text£©²¢²»ÊÇÓÃÀ´×öÌáʾ£¨tool tip£©£¬»òÕ߸ü¼ÓÈ·ÇеÄ˵£¬Ëü²¢²»ÊÇΪͼƬÌṩ¶îÍâ˵Ã÷ÐÅÏ¢µÄ¡£Ïà·´µØ£¬titleÊôÐÔ²ÅÓ¦¸ÃÓÃÀ´ÎªÔªËØÌṩ¶îÍâ˵Ã÷ÐÅÏ¢¡£ÕâЩÐÅÏ¢Ôڴ󲿷ÖͼÏñä¯ÀÀÆ÷ÀïÏÔʾΪÌáʾ£¨tool tip£©£¬ËäÈ»ÖÆÔìÉÌ¿ÉÒÔÈÎÒâ²ÉÈ¡ÆäËû·½Ê½äÖȾtitleÊôÐÔµÄÎÄ×Ö¡£
ºÜ¶àÈË¿´À´¶ÔÕâÁ½¸öÊôÐԸе½ÃÔ»ó£¨×î½üÕâ¸öÎÊÌâÔÚWeb Standards GroupÓʼþÁбíÀï±ä¶àÁË£©£¬ ËùÒÔÎÒдÏÂÎÒµÄ ......
×ܼǼÊý:40319; ×ÜÒ³Êý:6720; ÿҳ6 Ìõ; Ê×Ò³ ÉÏÒ»Ò³ [1743] [1744] [1745] [1746] 1747 [1748] [1749] [1750] [1751] [1752]  ÏÂÒ»Ò³ βҳ
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ