Forum Moderators: not2easy

Message Too Old, No Replies

Borders in IE 7 versus FF

Inside border limited display in IE

         

gstick

6:44 pm on Sep 2, 2009 (gmt 0)

10+ Year Member



inside borders for left and right divisions display the full length in FF but display only as far down as text is displayed in IE.

Does anyone have a fix for this?

D_Blackwell

9:00 pm on Sep 2, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How about posting a snippet of test-ready code that replicates the problem.

gstick

1:42 pm on Sep 3, 2009 (gmt 0)

10+ Year Member



Here is the essential css code involved:
<style type="text/css">
<!--
#wrap{width: 99%; min-height:500px; max-height:100%; margin-top:15px; margin-left:0.5%; background-color: rgb(100%,100%,90%); border-top:2px solid #006633;
}
#left{float: left; width: 15%; min-height: 500px; max-height:100%; padding-top :4px; padding-right:4px; border-right: 1px solid #000099; background-color: rgb(100%,100%,90%);
color: #006633; text-align: right;
}
#main{float: left; width: 63%; color:#000099; background-color:#ffffff; padding:6px; border: none; margin: 0% 0% 0% 0%;}

#right{float: left; width:15.5%; min-height:500px; max-height:100%; border-left: 1px solid #000099; background-color:rgb(100%,100%,90%); color:#000099; margin: 0% 0% 0% -0.5%;
padding-top:4px; padding-left: 4px;
}
-->
</style>