PDA

View Full Version : Data table overlaps my div - why?


mumford
12-03-2004, 04:33 PM
Hi

Could someone take a look at this please http://dmumford.bizhat.com/rca/fixtures.htm

When viewed in firefox you will see my data table overlaps the div coloured brown, anyone know why this is ?

Thanks for your help.

mcdougals4all
12-03-2004, 11:23 PM
It seems to be the height in this rule, although glancing at your code I don't see anything unusual causing the effect.

#greenstrip{
width:100%;
height:53px;
padding:0;
color:#fff;
background: url(images/bground-greenstrip.jpg) #fff no-repeat top right;
}


There are a few validation errors, which seem fairly minor but could still have an unintended result. Hope that helps.