سلام ، آیا این بازدید اول شماست ؟ یا
نمایش نتایج: از شماره 11 تا 13 , از مجموع 13

موضوع: ایجاد جدول css

Threaded View

پست قبلی پست قبلی   پست بعدی پست بعدی
  1. #11

    تاریخ عضویت
    Sep 2011
    نوشته ها
    56
    تشکر
    43
    تشکر شده 17 بار در 13 ارسال
    کلی سر و کله زدم نتونستم

    مثلا نمونه کدهای html و css زیرو دارم
    دقیقاً کجا بزارم؟
    و چطوری لینک کنم به هم؟

    کد html:
    کد:
    <table class="pretty-table" summary="This table shows the sales figures for the four products in the Widget product line in 2007. The figures are broken down by quarter.">   <caption>Widget sales figures, 2007</caption>   <tr>     <th scope="col">Product</th>     <th scope="col">1st quarter</th>     <th scope="col">2nd quarter</th>     <th scope="col">3rd quarter</th>     <th scope="col">4th quarter</th>   </tr>   <tr>     <th scope="row">SupaWidget</th>     <td>$9,940</td>     <td>$10,100</td>     <td>$9,490</td>     <td>$11,730</td>   </tr>   <tr class="alt">     <th scope="row">WonderWidget</th>     <td>$19,310</td>     <td>$21,140</td>     <td>$20,560</td>     <td>$22,590</td>   </tr>   <tr>     <th scope="row">MegaWidget</th>     <td>$25,110</td>     <td>$26,260</td>     <td>$25,210</td>     <td>$28,370</td>   </tr>   <tr class="alt">     <th scope="row">HyperWidget</th>     <td>$27,650</td>     <td>$24,550</td>     <td>$30,040</td>     <td>$31,980</td>   </tr> </table>
    کد css:
    کد:
    .pretty-table {   padding: 0;   margin: 0;   border-collapse: collapse;   border: 1px solid #333;   font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;   font-size: 0.9em;   color: #000;   background: #bcd0e4 url("widget-table-bg.jpg") top left repeat-x; }  .pretty-table caption {   caption-side: bottom;   font-size: 0.9em;   font-style: italic;   text-align: right;   padding: 0.5em 0; }  .pretty-table th, .pretty-table td {   border: 1px dotted #666;   padding: 0.5em;   text-align: left;   color: #632a39; }  .pretty-table th[scope=col] {   color: #000;   background-color: #8fadcc;   text-transform: uppercase;   font-size: 0.9em;   border-bottom: 2px solid #333;   border-right: 2px solid #333; }  .pretty-table th+th[scope=col] {   color: #fff;   background-color: #7d98b3;   border-right: 1px dotted #666; }  .pretty-table th[scope=row] {   background-color: #b8cfe5;   border-right: 2px solid #333; }  .pretty-table tr.alt th, .pretty-table tr.alt td {   color: #2a4763; }  .pretty-table tr:hover th[scope=row], .pretty-table tr:hover td {   background-color: #632a2a;   color: #fff; }

    جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.


  2. # ADS
    تبلیغات در جوملا فارسی
    تاریخ عضویت
    Always
    نوشته ها
    Many
     

موضوعات مشابه

  1. ایجاد فیلدی بصورت جدول در فرم ساز art form
    توسط shayna در انجمن کامپوننت های جوملا 1.5 فارسی
    پاسخ ها: 0
    آخرين نوشته: 07-26-2011, 06:54 AM
  2. ایجاد جدول در صفحه اصلی
    توسط reza00 در انجمن کامپوننت های مامبو فارسی
    پاسخ ها: 1
    آخرين نوشته: 08-24-2010, 10:40 AM
  3. مشکل ایجاد جدول در ادیتور و یادداشت ها
    توسط majd66 در انجمن مدیریت مامبو فارسی
    پاسخ ها: 3
    آخرين نوشته: 05-15-2008, 02:43 PM

علاقه مندی ها (Bookmarks)

علاقه مندی ها (Bookmarks)

مجوز های ارسال و ویرایش

  • شما نمیتوانید موضوع جدیدی ارسال کنید
  • شما امکان ارسال پاسخ را ندارید
  • شما نمیتوانید فایل پیوست کنید.
  • شما نمیتوانید پست های خود را ویرایش کنید
  •