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 8076319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:14:19+00:00 2026-06-05T15:14:19+00:00

Below am posting my jsp page. home.jsp <%@taglib uri=/WEB-INF/struts-bean.tld prefix=bean%> <%@taglib uri=/WEB-INF/struts-html.tld prefix=html %>

  • 0

Below am posting my jsp page.
home.jsp

<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
<html>
<head>
<title>MindBest</title>
</head>
<style type="text/css">
<%@include file="../include/style.css"%>
</style>
<body>
<div class="container">
<div class="header" align="center">
    <div class="content">
        <h1>MIND BEST,DENMARK</h1>
    </div>
</div>
<div class="menutab">
    <div class="menu" class="blue">
    <ul>
    <li><a href="">Home</a></li>
    <li class="active"><a href="">About Us</a></li>
    <li><a href="">Products</a></li>
    <li><a href="">Infrastructure</a></li>
    <li><a href="">Pharmaceutical Formulations</a></li>
    <li><a href="">Contact Us</a></li>
    <li><a href="">Search Products</a></li>
    </ul>
    </div>
</div>
<div class="body"></div>
<div class="footer"></div>
</div>
</body>
</html>

and css
style.css

.body {
   margin:0;
   padding:0;
   height:70%;
   border-style:solid;
   border-color:#38FFBE;
}
.container {
   height:90%;
   position:relative;
}
.header {
   padding:10px;
   height:42%;
   border-style:solid;
   border-color:#38FFBE;
   text-align:center;

background-image: linear-gradient(left , #FFFFFF 22%, #4BDB1B 61%, #00FFFF 81%);
background-image: -o-linear-gradient(left , #FFFFFF 22%, #4BDB1B 61%, #00FFFF 81%);
background-image: -moz-linear-gradient(left , #FFFFFF 22%, #4BDB1B 61%, #00FFFF 81%);
background-image: -webkit-linear-gradient(left , #FFFFFF 22%, #4BDB1B 61%, #00FFFF 81%);
background-image: -ms-linear-gradient(left , #FFFFFF 22%, #4BDB1B 61%, #00FFFF 81%);

background-image: 
    -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0.22, #FFFFFF),
    color-stop(0.61, #4BDB1B),
    color-stop(0.81, #00FFFF)
);
}
.header .content{
    font-family: fantasy;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder;
    font-size: larger;
    line-height: 100%;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    text-align: center;
    text-indent: 0ex;

height:90%;
background-image:url("add1-.png"),url("dancing-capsules.jpg"),url("dancing-capsules2.jpg"),url("colors3.jpg"),url("colors3.jpg"),url("colors3.jpg"),url("Flying Bird.jpg") ;
background-position:left top,left bottom,200px 0px,300px 80px,680px 80px,1060px 80px, right top;
background-repeat: no-repeat,no-repeat,no-repeat;

}
.menutab
{
   height:80px;
   width:100%;
   border-style:none;
   background-color:#00FA9A;
}
.menutab .menu{
   font-family: Arial, sans-serif;
   font-weight: bold;
   text-transform: uppercase;
   margin: 50px 140px ;
   padding: 10px 10px 0px 10px;
   list-style-type: none;
   font-size: 13px;
   background: #7FFF00;
   height: 40px;
   width:80%;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
    border-top: 2px solid #eee;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
}
.menutab .menu ul
{
    margin: auto;
}
.menutab .menu li{
    float: left;
    margin: 0;

}
.menutab .menu li a {
    text-decoration: none;
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #666;
    }
.menutab .menu  li a:hover,.menutab.menu li.active a {
    background-color: #CAFF70;
    border-bottom: 2px solid #DDD;
    color: #999;
    }
.menutab .menu.blue {
                border-top: 2px solid #CAFF70;
                border-left: 2px solid #CAFF70;
                border-bottom: 2px solid #204061;
                border-right: 2px solid #204061;
                background: #CAFF70;}
.menutab.menu.blue a {color: #fff;}
.menutab.menu.blue li a:hover,.menutab.menu.blue li.active a 
{color: #90CDFF; background: #3D7BBB; border-bottom: 2px solid #356AA0;}
.body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
   background-color:#38FFBE;
}
.footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:80px;   /* Height of the footer */
   background:#38FFBE;
}

Once you run this code there is some gap between header and menu tab.am not able to adjust that. How to eliminate that gap?
How to align it properly?

  • 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-06-05T15:14:19+00:00Added an answer on June 5, 2026 at 3:14 pm

    remove margin to your menu class

    .menutab .menu{
       font-family: Arial, sans-serif;
       font-weight: bold;
       text-transform: uppercase;
      /* margin: 50px 140px ;*/
       padding: 10px 10px 0px 10px;
       list-style-type: none;
       font-size: 13px;
       background: #7FFF00;
       height: 40px;
       width:80%;
       -moz-border-radius: 10px;
       -webkit-border-radius: 10px;
        border-top: 2px solid #eee;
        border-left: 2px solid #eee;
        border-bottom: 2px solid #ccc;
        border-right: 2px solid #ccc;
    }
    

    this will work fine..

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

Sidebar

Related Questions

I am posting to a page on MY Facebook account from my web site
I've got the below JavaScript posting data when it is able to determine as
Just posting the solution I worked out today. See my answer below. If you
I am getting java.lang.VerifyError.I am posting my log-file and code below. I have looked
In the Web Flow below I bind form data to a flow variable (lifeCycleForm)
The code below is trying to lazy login to Facebook right before posting a
This is related to my question at the below link, however posting on a
My below script for posting msg is not working. can anyone help me in
So, I am posting my code below. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath //
First let me say sorry for the amount of code I'm posting below I'm

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.