Users Pricing

forum

Home Forums HTML table with rounded corners and gradient background – MindStick

HTML table with rounded corners and gradient background

marcel ethan 8205 02 Mar 2013

Hi Everyone!

How to create html table with corners and gradient background using css with compatible all latest browser

My html table as below

<table id="tblIncidentQueue">
        <tr>
            <td>
                <strong>Show </strong>
                <asp:DropDownList ID="drpNumOfResults" runat="server">
                    <asp:ListItem Text = "10" Value="10" ></asp:ListItem>
                    <asp:ListItem Text = "20" Value="20" ></asp:ListItem>
                    <asp:ListItem Text = "50" Value="50" ></asp:ListItem>
                    <asp:ListItem Text = "100" Value="100" ></asp:ListItem>
                    <asp:ListItem Text = "All" Value="All" ></asp:ListItem>
                </asp:DropDownList>
            </td>
        </tr>
</table>

Thanks in advance


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md