Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > problem repositioning control at runtime (c#)

Reply
Thread Tools

problem repositioning control at runtime (c#)

 
 
Lee
Guest
Posts: n/a
 
      06-28-2006
Hello,

I am trying to reposition a calendar control at runtime i.e next to the
approriate button which was clicked.

Without the code below, the control appears in the same position but on top
of all other controls.
With the code, the calendar control is repositioned but it then appears
underneath all other controls.

calStartDate.Attributes["style"] = "position: absolute; top:400; left:
600;";

Adding 'z-index: 99;' to the above statement doesn't seem to have any
effect.

Thanks
Lee


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Repositioning Google Toolbar Greg Raizk Firefox 0 02-08-2006 06:11 AM
repositioning panel inside page Paul Fi ASP .Net 0 11-17-2004 04:29 AM
Repositioning Neil Greenough HTML 11 08-30-2004 07:47 PM
Re: Image Repositioning in ASP.NET Vidar Petursson ASP .Net 0 06-04-2004 10:02 AM
Repositioning controls on a web page pete ASP .Net Web Controls 1 07-30-2003 01:37 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57