placing a label visible within the area of a table (VB.NET Webforms)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ton

    #1

    placing a label visible within the area of a table (VB.NET Webforms)

    Hi,

    I've drawn a table, with some colours as a calendar-schedule. I want to
    place labels at certain positions on top of that table.
    When doing so, the label is not visible because it is behind the table.

    How can I change this. When I set the colour of the table to transparant,
    then I do see the label.

    thanks


    Ton

  • ton

    #2
    Re: placing a label visible within the area of a table (VB.NET Webforms)

    solved:
    Lab.Attributes( "style") = "z-index: 100; LEFT: " & 250 & "px; POSITION:
    absolute; TOP:" & 250 * i & "px "

    the z-index was the trick !!

    "ton" <ton@nospam.nls chreef in bericht
    news:c812e$47be ae0b$541eee8e$8 982@cache4.tilb u1.nb.home.nl.. .
    Hi,
    >
    I've drawn a table, with some colours as a calendar-schedule. I want to
    place labels at certain positions on top of that table.
    When doing so, the label is not visible because it is behind the table.
    >
    How can I change this. When I set the colour of the table to transparant,
    then I do see the label.
    >
    thanks
    >
    >
    Ton
    >

    Comment

    Working...