dthomas31uk
Technical User
Hi, Am creating a website and have come accross a problem with the height in two different browsers.
In firefox, my site is working perfectly...its great, but yet again in crappy IE6 its out.....
Not sure if it the box model problem, but have tried to check everything but to still no avail.
The tags I have used for the column concerned are
#TextHealing {
float:left;
margin:0px;
padding:0px;
background-color: #999999;
width:593px;
}
#TextHealing2 {
float:left;
margin:0px;
padding:0px;
background-color: #999999;
width:593px;
height: 188px;
}
* html #TextHealing2 {height: 180px;}
Have used a hack for IE6 above, but still not sure.
Here is the link to the site
and here is the css
In firefox, my site is working perfectly...its great, but yet again in crappy IE6 its out.....
Not sure if it the box model problem, but have tried to check everything but to still no avail.
The tags I have used for the column concerned are
#TextHealing {
float:left;
margin:0px;
padding:0px;
background-color: #999999;
width:593px;
}
#TextHealing2 {
float:left;
margin:0px;
padding:0px;
background-color: #999999;
width:593px;
height: 188px;
}
* html #TextHealing2 {height: 180px;}
Have used a hack for IE6 above, but still not sure.
Here is the link to the site
and here is the css