Avatar of Devain
Devain
Flag for United States of America

asked on 

How do I fix CSS DIV tag overflow problem?

Hello Experts,


Having problems with IE Div Tag its overflowing the box instead of expanding it How do I fix this? Looks fine in mozilla


Here is the link to the page?


http://www.villageoptical.com/393/Prada-Sunglasses/index1.html



Also here is the CSS for those boxes




.ts_4 {
      border: 0px solid black;
      height: auto;
      position: relative;
      width: 190px;
      float: left;
            background-color: #FFFFFF;

}
.ts_6 {
      height: 27px;
      left: 0px;
      position: relative;
      width: 190px;
            background-color: #FFFFFF;
width:100%;
}




.ts_46 {
      float:left;
      min-height: 1000px;
      left: 0px;
      position: relative;
      top: 0px;
      width: 574px;
      float:left;
      background-color: #FFFFFF;
border-top: 1px solid cyan;
            border-bottom: 1px solid cyan;
                  

}




Thanks
//<!------------------------- Menu End --------------->
echo("  
<div style=\"clear:both;width:100%;height:1px;\"></div>");
 
 
echo("
 
<div style=\"width:764px; min-height:100%;background-color:#FFFFFF;border-top: 1px solid red;
			border-right: 1px solid red;
				border-left: 1px solid red;position:relative;float:left;
	\">
");
 
echo("
<div class=\"ts_6\"> <img height=\"27\" src=\"http://villageoptical.com/images/spacer.gif\" width=\"1\"> </div>
 
 
 
<div class=\"ts_4\"><img src=http://www.eyeglasses123.com/navigation/freeshipping220white.jpg></img>
 
 
 
 
</div> 
 
 
           
 
<div class=\"ts_46\">

Open in new window

CSSHTML

Avatar of undefined
Last Comment
abel

8/22/2022 - Mon