Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7649337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T10:56:24+00:00 2026-05-31T10:56:24+00:00

I have following aspx page called search.aspx: <div id=wrap> <div id=menu> <div id=t_menus runat=server>

  • 0

I have following aspx page called search.aspx:

 <div id="wrap">
        <div id="menu">
            <div id="t_menus" runat="server">                
                <div id="left">
                    <div class="Menu_Top">
                    </div>
                    <div id="a">
                    </div>
                    <div class="MenuBtm">
                    </div>
                </div>                
                <div id="bottom_menu">
                    <div class="MenuTop">
                    </div>
                    <div id="bottommenu">
                    </div>
                    <div class="MenuBtm">
                    </div>
                </div>
            </div>
        </div>       
        <div id="column_two">
            <div id="right_top" class="right_top">                
                <asp:Panel ID="SrchPanel" runat="server" EnableViewState="False" Wrap="False">
                    <div id="logo">
                        <asp:ImageButton ID="logo" runat="server" ImageUrl="/images/l.gif" />
                    </div>
                    <div id="SrchDivMid">
                        <asp:textbox id="txtS" runat="server" MaxLength="50" value="Search"></asp:textbox>
            <asp:button id="btnFind" runat="server" Text="Find" />
                    </div>                    
                    <div id="returnInfocenter">
                        <asp:HyperLink ID="return" runat="server" Text="Return"></asp:HyperLink>
                    </div>
                </asp:Panel>                                
            </div>
        </div>
        <div class="contentCont">
            <div id="content">
                <iframe id="iFrame" name="iframe" marginwidth="0" marginheight="0" frameborder="0" scrolling="auto" src=""></iframe>
            </div>
        </div>
     </div>

What it does is create simple google type layout like this image using css:

what i have now

I want this to show like this… when user clicks on menu it loads up iframe with data. I want the css logo searchbox and return button come up and dotted line removed like this image:
what i want

I am trying few different things but its not working out. Can anyone please just guide me what approch should i take to achieve the result?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T10:56:25+00:00Added an answer on May 31, 2026 at 10:56 am

    It will be tricky when user click on menu item, page layout change from style 1 to style 2 mentioned in photos.

    Initially You need three main div elements

    <div style="float:right;width:70%">Search Section</div>
    <div style="float:left;width:28%">menu section</div>
    <div style="clear:both"></div>
    

    When menu item clicked all you need to transform div structure like this

    <div style="width:100%">Search Section</div><!-- goes to top !>
    <div style="float:left; width:28%">menu section</div>
    <div style="float:right; width:70%;>iframe result section</div>
    <div style="clear:both"></div>
    

    Similar Shifting Require In Between Search Section e.g in start div structure look like

    <div style="width:100%; padding:10px 0px; text-align:center;">Logo</div>
    <div style="width:100%; padding:2px 0px; text-align:center;">Search Box</div>
    <div style="width:100%; padding:2px 0px; text-align:center;">Search Links</div>
    

    When menu clicked, shift style of these divs like

    <div style="float:left;padding-left:10px; width:25%;">Logo</div>
    <div style="float:left;padding-left:10px; width:50%;">Search Box</div>
    <div style="float:left; width:20%;>Links</div>
    <div style="clear:both;"></div>
    

    You can create classes and when menu item clicked, replace one class with another to shift style of page layout.

    Its general concept, rest require step by step tuning.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On an aspx page I have following hyperlink: <asp:HyperLink ID=HyperLink1 runat=server NavigateUrl=#Bottom CssClass=ToBottom>To Bottom
I have the following multiview set up in my aspx page: <asp:MultiView id=MultiView1 runat=server
I have the following aspx: <asp:GridView ID=GridView1 runat=server AutoGenerateColumns=False BorderStyle=None Font-Names=Verdana Font-Size=12px OnSelectedIndexChanged=GridView1_SelectedIndexChanged ShowHeader=False
I have a page called test.aspx and in that page, I have the following
I have a search.aspx page, with which I want to do the following: If
I have the following in an aspx page: <td colspan=2> <% DisplayParties(); %> </td>
I have following code. ASPX Page <a href=AnyASPXPageOfWebsite.aspx onclick=javascript:CallJQuery(); > Set Price </a> JS
Morning stackoverflow, I have a repeater, with the following code in my aspx page;
I have a problem with the following code in an ASPX page: <script type=text/javascript>
I have the following situation: Page1.aspx is based on a master page and has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.