PDA

View Full Version : ایجاد فرم زیبا باjquery



tamafi6
یک شنبه 19 آذر 1391, 21:29 عصر
Sorry, I can't help you on this.

sg.programmer
پنج شنبه 19 بهمن 1391, 13:45 عصر
میتونید یه سمپل بزارید

website.expert
پنج شنبه 19 بهمن 1391, 16:15 عصر
ممنون،جالب بود.
یه مفدار مشکل داشت که میشه درست کرد،و خیلی جذابترش هم کرد.
واسه textglow هم اگه نمونه ای دارید بذارید ممنون میشم.

sg.programmer
سه شنبه 24 بهمن 1391, 10:18 صبح
میتونید یه سمپل بزارید
نتونستم این کد را اجرا کنم مشکل کجا هست



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="EN" lang="EN" dir="ltr"> <head profile="http://gmpg.org/xfn/11"> <title>Educational</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="imagetoolbar" content="no" /> <script type="text/javascript" src="jquery.qtip.min.js"></script> <script type="text/javascript" src="jquery-1.4.1.min.js"></script> <style type="text/css"> .qtip{position:absolute; left:-28000px; top:-28000px; display:none; max-width:280px; min-width:50px; font-size:15px; line-height:12px; direction:ltr} .qtip-content{position:relative; padding:5px 9px; overflow:hidden; text-align:left; word-wrap:break-word} .qtip .qtip-tip,.qtip .qtip-tip .qtip-vml{position:absolute; background:transparent; border:0 dashed transparent} .qtip-default{ border-width:1px; border-style:solid; border-color:#FF3366; background-color:#99FF66; color:#000} </style> <script type="text/javascript"> $(document).ready(function () { $(':input[ttid]').each(function () { $(this).qtip( { content: $('#' + $(this).attr('ttid')), position: { my: 'right, top', at: 'top, left' }, show: { event: 'focus click' }, hide: { event: 'unfocus' } }); }); }); </script> </head> <body> <div class="ttcontainer" style="display:none; text-align:right;"> <div id="tt-nationalcode"> tt-nationalcodeمحتویات دایو <h3> tt-nationalcodeمحتویات دایو </h3> <h3> tt-nationalcodeمحتویات دایو </h3> </div> <div id="tt-aliasname"> tt-aliasname محتویات دایو </div> <div id="tt-fullname"> tt-fullname محتویات دایو </div> <div id="tt-fulluser"> tt-fulluser محتویات دایو </div> <div id="tt-fullpass"> tt-fullpass محتویات دایو </div> </div> <div class="form"> <input type="text" ttid="tt-nationalcode" /><BR /> <input type="text" ttid="tt-aliasname" /><BR /> <input type="text" ttid="tt-fullname" /><BR /> <input type="text" ttid="tt-fulluser" /><BR /> <input type="text" ttid="tt-fullpass" /><BR /> </div> </body> </html>

tamafi6
پنج شنبه 26 بهمن 1391, 17:48 عصر
باسلام دوستان اصلاحواسم به این تایپک نبودمیتونیدازصفحه ضمیمه زیراستفاده کنید

madanchi11
جمعه 16 فروردین 1392, 17:11 عصر
سلام


من خواستم فونت نوشته تغییر بدم نشد


در css



.qtip{position:absolute;
left:-28000px;
top:-28000px;
display:none;
max-width:280px;
min-width:50px;
font:BYekan;
font-size:10px;
line-height:12px;
direction:ltr}


این گونه نوشتم تغییر نکرد