Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Do something like this...</p> <p>XHTML: (sorry had to remove first '&lt;' as it wouldn't let me post it normally, FIX THIS JEFF!)</p> <pre><code>table id="pricing" border="0" cellpadding="0" cellspacing="0"&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;Incoming calls&lt;/th&gt; &lt;th&gt;National calls&lt;/th&gt; &lt;th&gt;Calls to US &amp;amp; Canada&lt;/th&gt; &lt;th&gt;Calls to other Phones&lt;/th&gt; &lt;th&gt;Calls to other Countries&lt;/th&gt; &lt;th&gt;SMS text messages&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;Select&lt;/td&gt; &lt;td&gt;country&lt;/td&gt; &lt;td&gt;from&lt;/td&gt; &lt;td&gt;dropdown&lt;/td&gt; &lt;td&gt;list&lt;/td&gt; &lt;td&gt;above&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; </code></pre> <p>CSS: #pricing { font-weight:bold; text-align:center }</p> <pre><code> #pricing thead { background-image:url("images/pricing_top.gif"); background-position:top; background-repeat:no-repeat; padding:10px 0 0 /* replace 10px with the height of pricing_top.gif */ } #pricing th { background-image:url("images/pricing_header_bg.gif"); background-repeat:repeat-y; border-bottom:1px solid #c3c2c2; width:100px /* replace 100px with the width of pricing_header_bg.gif */ } #pricing tbody { background-image:url("images/pricing_bottom.gif"); background-position:bottom; background-repeat:no-repeat; padding:0 0 10px /* replace 10px with the height of pricing_bottom.gif */ } #pricing td { background-image:url("images/pricing_cell_bg.gif"); background-repeat:repeat-y; width:100px /* replace 100px with the width of pricing_cell_bg.gif */ } </code></pre> <p>Only drawback is that you have to create 4 images, but that shouldn't take too long. You'll also need to add a class to the final cell in each row if you want to add that drop shadow on the right and just change it's background-image and width property accordingly.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload