I cannot figure out why these few fields on my checkout are overflowing when view on a windows machine. It happens in both IE and FF.
Here is the page in question:
https://www.theatticlight.com/checkout/
As you can see in the box titles You Billing Information, the grey alt line boxes hang out over the edge. This happens only in this box, but not to the others with the same css classes on the rest of the page.
One of the last details to hammer out on this one, I would be very appreciative to anyone who give me an idea of another place to look.
Thank you!
Try the css rules:
Style.css line 288
You have given padding: 10px 15px; which is increasing the width of the table and you fill the background of the td thats why table is overlapping the form container.
I reduced the td padding to 10px;
Screen Shot: http://img31.imageshack.us/img31/2769/cellspacingissue.jpg