Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't get Multipage off left side of page 1

Status
Not open for further replies.

clanm

Programmer
Dec 26, 2005
237
US
I've got a Multipage and can't get it off the left side of the page no matter what the Left property is set at, even with 8 as shown below:

<IE:MULTIPAGE id="mpHoriz" style="BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #000000 1px solid; LEFT: 8px; PADDING-BOTTOM: 0px; BORDER-LEFT: #000000 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #000000 1px solid" runat="server" Width="952px" Height="483px">

does the Multipage control always stay stuck to the left side of the page?

Thanks!
 
Do you mean a MultiView in VS2005? If so, controls are added with a default of page layout. So you either need to use tables or CSS to positon. An alternative its to click the object, in the menut go to Layout->Positon->Absolute. This will allow you to drag the control to where ever you want.

Jim
 
jbenson001,

I'm in VS 2003, and don't see anything for Layout->Positon->Absolute for this Multipage control.
 
I think I got it by hand typing the Position Absolute attribute in!

Thanks for the suggestion!
 
What is a multipage control, how do you add it? I tryed adding your HTML to my page and I got an error creating the control.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top