Hello,
I have searched with FireBug until my eyes bleed and I just cannot find the part of the CSS that overwrites my container div's background image with a white field.
Everything else about the Chrono Format works fine and it submits and everything, but it blanks out the css.
Help much appreciated.
Here's the link:
http://www.gokboet.se/kontakt-97/interested
I have searched with FireBug until my eyes bleed and I just cannot find the part of the CSS that overwrites my container div's background image with a white field.
Everything else about the Chrono Format works fine and it submits and everything, but it blanks out the css.
Help much appreciated.
Here's the link:
http://www.gokboet.se/kontakt-97/interested
Hi zaramis,
The problem is not that it's being over-written with white but that its height is 0px. If you remove the float css on the main div here in template.css it will come back - but that's probably not the right answer.
Bob
The problem is not that it's being over-written with white but that its height is 0px. If you remove the float css on the main div here in template.css it will come back - but that's probably not the right answer.
#main {
/* float: left; */
max-width: 100%;
min-width: 610px;
overflow: hidden;
}
Bob
This topic is locked and no more replies can be posted.