I am trying to create a box with curves. The problem is ie puts a large gap 
bewteen divs. What causes this?

http://scottishsocialnetworks.org/home.php


Have used this previously

.Skin1 {
  width:163px;
  background: url(../shared/curve_mid.jpg) repeat-y left top;
}
.Skin2 {
  background:url(../shared/curve_top.jpg) 0px 0px no-repeat;
}
.Skin3 {
  background: url(../shared/curve_bottom.jpg) no-repeat left bottom;
  padding: 5px 10px 5px 14px;
}



<div class="Skin1">
<div class="Skin2">
<div class="Skin3">

        <span class="contact_menu" style="font-weight:bold">
Careers homepage</span><br />
        <span class="contact_menu" style="font-weight:bold"><a 
href="vacancies.php">Vacancies</a></span>
        
        </div>
</div>
</div>

but this expands to fix the content but you cannot set a height for the middle, 
content holding box which is what I need this time.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to