Has anyone else seen this display issue with IE6.0?

Has anyone seen this type of IE display problem?

Example http://xs133.xs.to/xs133/08465/ie_problem910.jpg.xs.jpg

Note that some kind of word-wrapping / duplication is done when rendering.

The code for the brown box and the text that should be in it:

<div class='span-23'>
    <div class='span-7'>
        <div class='info_box' style='height: 30px; padding-top: 10px'>
            <div class='span-4'><b>Vehicle Full Term Premium:</b></div>
            <div class='span-2' id='veh_ft_prem' style='text-align: right;'></div>
            <div class='span-4'><b>Vehicle Written Premium:</b></div>
            <div class='span-2' id='veh_writ_prem' style='text-align: right;'></div>
        </div>
    </div>
</div>

      

I am using BlueprintCSS and the info_box CSS class:

.info_box {
background: #fbe6a0;
color: #222222;
border-color: #222222;
padding:.8em;
padding-right: 0;
margin-bottom:1em;
border:2px solid #222222;}

      

0


source to share


3 answers


After the confusion, it turns out that if you have the hidden object ABOVE the box that I showed, that is the cause of the problem.

Sorry I didn't give you more info, but at the time it looked exactly like Patrick said and there shouldn't have been an IE rendering error.



I hope this helps someone else!

Thank!

0


source


Hmm .. sorry but I didn't see your problem .. even in IE6.

Well, there are a few sites out there that are very good at CSS, etc. Try http://www.positioniseverything.net - very good = D



Sorry if I can't help ..

0


source


Nothing like that even can lead to the fact that under the strangest of IE will display an error.

0


source







All Articles