ie vs firefox

twisted piston

New Member
I'm not sure if this is the correct place to post this, if not my apologies. I have made a website (I am not a professional by any means) and I'm having problems with how it displays in Firefox. In ie it looks like it should, if FF the nav menu is wrapped. I'm sure it's a problem with the styles but I don't know how to fix it.

...any suggestions? Thank you.
 

jnjc

New Member
There could be any number of things that would cause this, if you can post a link to the site, it'll be the easiest way to get help.
 

jnjc

New Member
I'm sorry, that was dumb....
I seemed to fix the big problem, however there still seems to be a problem with items being centered in ie and pushed to the left in FF.

Hi Keith,

You'll need to be more specific, what/where are things being pushed to the left ?

If are referring to the select boxes for sizes etc. then adding this to the <td tag that contains the form should sort out the issue

Code:
<td valign="top" align="center" colspan="2">

HTH,
JC
 
Top