Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Guys i need a help about my master page.

i am creating Left Container on my master page. and i am using a user control
name is LeftnavigationControl.ascx.
and it's css file is
CSS
#mainBody #LeftContainer{width:235px;margin-left:3px;  float:left; margin-right:-100%; position:relative; background:url(images/leftBoxbg.jpg) repeat-y top right; }
#mainBody #LeftContainer .leftBoxContent{ padding:15px 0px  8px 0px; margin:0 0 0 12px; width:200px; background:url(images/bottomSlider.jpg) no-repeat bottom left; color:#FFFFFF;}


And in the next step

i am using div on my master page.inside the body tag there is a div tag which is

XML
<div id="mainBody">
<div id="LeftContainer">
<div class="leftBoxContent"></div>
<LeftnavigationControl:LeftnavigationControl ID="LeftnavigationControl1" runat="server" />
</div>

But when i run the application so main left container is not displaying please help me
Posted

1 solution

hi,

Check it after removing css "leftBoxContent".

If it still causes issue then post your user control code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900