Bonjour,
Voici le code :
Comment rajouter un background-repeat:no-repeat et une bordure du genre
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12 Dim tbCateg As New Table with tbCateg .ID = "tblCateg" .BackImageUrl = "/images/jemprunte/menu_haut.gif" .Width = 180 .BorderWidth = 0 .CellPadding = 0 .CellSpacing = 0 .HorizontalAlign = HorizontalAlign.Center .BorderColor = Drawing.Color.Blue End With
border-left-color:#00286e
Merci d'avance.
Partager