visual web developer problem - ASP.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • patr0805
    New Member
    • Sep 2007
    • 48

    visual web developer problem - ASP.NET

    is there a way so I can move a object like a button on another object.

    Like this:
    the button is on the picture and is at front.
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    That depends, are you using ASP.NET (ASPX) or "classic" ASP?

    Jared

    Comment

    • patr0805
      New Member
      • Sep 2007
      • 48

      #3
      ASP.NET (Is there a way I can do it in the disigner. If not then is there a code for it)
      Last edited by jhardman; Jan 20 '08, 04:55 AM. Reason: moved to the .NET forum. ASP forum is for "classic" ASP

      Comment

      • kunal pawar
        Contributor
        • Oct 2007
        • 297

        #4
        Yes this is possible using css. not useing Vs-designer
        In css u have to use Z-index and position attirbutes

        Comment

        • patr0805
          New Member
          • Sep 2007
          • 48

          #5
          ok thanks I will try

          Comment

          • Plater
            Recognized Expert Expert
            • Apr 2007
            • 7872

            #6
            It can be done in the designer as well, but not in as nice of a way.
            Directly using CSS is easier then figuring out how the designer can be used to build the same CSS anyway.

            Comment

            Working...