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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:22:38+00:00 2026-05-29T10:22:38+00:00

Currently, I am modifying a css document to make a website compatible in IE

  • 0

Currently, I am modifying a css document to make a website compatible in IE 6 and including it using a conditional statement. Everything is slowly starting to look as it should EXCEPT….I can’t seem to modify the height of the background image in the css below. I can make it bigger by increasing the height, but decreasing the height does not make it smaller. The original image is quite thin, so I don’t see why this is a problem.

#title{
text-align:left;
margin-left:170px;
margin-top:0px;
background-image:url(images/gradient.jpg);
background-repeat:repeat-y;
padding: 0px 0px 0px 0px;
width:680px;
height:42px;
color:white;
font-family:Helvetica, Georgia, "Times New Roman", Times, serif;
position:relative;
top:0px;
}

You can see in the attached image that the red gradient background image underneath the cork header image is too big and the text inside is too large also. However, no matter what I change in the css, it doesn’t seem to alter anything.

Image of webpage

The div tag is:

<div id="title">
<h1>
    Historia    </h1>
 </div>

Any thoughts as to why I can’t seem to change this?

  • 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-29T10:22:39+00:00Added an answer on May 29, 2026 at 10:22 am

    I would try first by using firebug lite for IE, that way at least you aren’t guessing whats going wrong and you can identify the padding/height/etc;

    My thought is that the height is simply being stretched by the h1 element (perhaps something else sneaking in too), thats my best guess as I don’t have IE6 to test, but since your height is defined for the #title it must be whats inside of it that stretches it. Try setting overflow: hidden; for the #title see if that helps, or at least shows your 42px height.

    http://bodegacooperativacigales.com/historianew.html

    Try firebuglite, and view the element, it will show you what to get rid of in IE.

    EDIT
    to define your h1 simply do this:

    #title{
       text-align:left;
       margin-left:170px;
       margin-top:0px;
       ...
    }
    
    #title h1 {
       height: 20px;
       margin: 0; // remove margin
       padding: 0; // remove padding to check if this is the issue
    }
    

    in your IE6 CSS sheet. Don’t set a background image into the h1. The above piece is separate from your #title css definition.

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

Sidebar

Related Questions

I'm currently modifying a document literal SOAP service for a business app which transfers
I'm currently developing a mobile website which is heavy on the images, css and
I'm currently using an IFrame to sandbox user generated content on a website. This
I am currently modifying a flex GUI to give it a new look. I
I'm currently modifying Liquid Framework ( http://github.com/tobi/liquid ) in order to make it support
In the project my team is currently working on, we're modifying a commercial PHP
I am currently modifying an existing system that generates reports with iText and java.
I'm working in a Linux environment with C++, using the GCC compiler. I'm currently
I'm having trouble with modifying the way comments are displayed. Currently they are always
I am using http://www.antiyes.com/jquery-blink-plugin for blinking images on my document. Code of that plugin

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.