Tabellenblättern mit HTML und CSS [Duplikat]HTML

HTML-Programmierer
Anonymous
 Tabellenblättern mit HTML und CSS [Duplikat]

Post by Anonymous »

Ich habe eine Tabelle wie diese, die ich mit Daten fülle

Code: Select all



Product (Parent Product)
Associated Sites
Actions



@for (int i = 0; i < Model.Count(); i++)
{


[url=Edit][b]@Model.ElementAt(i).Name[/b][/url]





@Html.ActionLink("Edit Product", "Edit", "Products")

@Html.ActionLink("Associate Site", "Associate", "Products")


}



Aund CSS wie das

Code: Select all

#products-table
{
width: 200px;
height: 400px;
overflow:scroll;
}
Aber das Scrollen funktioniert nicht. Ich möchte die Höhe der Tabelle festlegen und wenn sie größer ist, dann mit der Bildlaufleiste arbeiten.

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post