Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS layout problem in firefox Re: layout problem in firefox

#49236
cybershot
Participant

I changed your css rule for #in_content1 from

#in_content1 {
float: left;
}

to

#in_content1 {
height: 403px;
}

it looks good on my end. Try that and tell me what you think