Hi,
I have a new site that has a problem in Mozilla with the borders around the product thumbnails. Viewing in IE will show it as it's intended.
Can anyone tell me what would cause this? Please don't tell me it needs a doctype or that there are a bunch of errors, which I already know. These pages are dynamically generated by the shopping cart program so I don't have access to most of the code, although I can change the css for the image borders since I added that.
Also, you'll notice the gap to the left of the navigation column, which is a Mozilla issue as well. Is this a difference between IE and Mozilla with default padding or margins?
Here's the css for the navigation area:
One last question. The home page validates except for no doctype. However when I added the HTML4.01 transitional doctype, the text gets very, very small. How can I correct this?
Thanks very much for your help.
I have a new site that has a problem in Mozilla with the borders around the product thumbnails. Viewing in IE will show it as it's intended.
Can anyone tell me what would cause this? Please don't tell me it needs a doctype or that there are a bunch of errors, which I already know. These pages are dynamically generated by the shopping cart program so I don't have access to most of the code, although I can change the css for the image borders since I added that.
Also, you'll notice the gap to the left of the navigation column, which is a Mozilla issue as well. Is this a difference between IE and Mozilla with default padding or margins?
Here's the css for the navigation area:
Code:
table.subnav {margin-left: 5px; margin-right: 5px; border: 1px solid #DADADA; border-collapse: separate; padding-left: 10px}
table.subnav td {padding:3px; padding-left: 6px; border: 1px solid #DADADA; color: #6F5A39}
One last question. The home page validates except for no doctype. However when I added the HTML4.01 transitional doctype, the text gets very, very small. How can I correct this?
Thanks very much for your help.