Quote:
Originally Posted by ifny
Try to replace this
#main { min-height: 400px; margin: 0px; padding: 15px; overflow: hidden; }
with
#main { min-height: 400px; height: 400px; overflow: visible; margin: 0px; padding: 15px; overflow: hidden; }
in your style.css file and see if it works
|
That certainly helped the egregious visual errors (and thanks a ton for that!) but there's some other stuff wrong, all with the right side:
- The title in the top area isn't showing for me but is still there if I click n drag to highlight the area ("Freebie By Email")
- Also in that top area on the right side, the botton is above the field/"Subscribe Now" instead of to the side of it...that plus some extra space seems to really elongate that section
- The bottom section on the right side gets cut off
Also, I take it .png's don't show right in IE6 correct? That's not a huge issue - I just noticed they're showing with white background instead of the actual background color but it doesn't really look that off and gif's tend to look crappy in comparison so I wouldn't change that just for IE6.
I need to learn CSS.

Thanks again for the help!