frankie4260 Posted October 10, 2007 Share Posted October 10, 2007 Hello all, This is my first post and this is my first osCommerce project. :thumbsup: I'm trying to figure out why my site (which has quite a few mods) is not displaying properly in IE as opposed to FF or Safari. I have been looking at this for too long and I'm stuck! Please take a look here and notice that in IE: 1) the banner has a thick black border with white space on the right of it 2) the buttons below the banner are not centered I'm sure I am doing something dumb but I have been looking at this code for so long that I can not see it. Thanks! Frank Link to comment Share on other sites More sharing options...
Guest Posted October 11, 2007 Share Posted October 11, 2007 Hello all, This is my first post and this is my first osCommerce project. :thumbsup: I'm trying to figure out why my site (which has quite a few mods) is not displaying properly in IE as opposed to FF or Safari. I have been looking at this for too long and I'm stuck! Please take a look here and notice that in IE: 1) the banner has a thick black border with white space on the right of it 2) the buttons below the banner are not centered I'm sure I am doing something dumb but I have been looking at this code for so long that I can not see it. Thanks! Frank As far as centering your buttons, it looks like you just need to add align="center" to your div tag and that should fix the problem. As far as the black borger going around your image, I think that it's the cellpadding in your first <table> tag. Change that to 0 and I think that should fix your problem. Good Luck Link to comment Share on other sites More sharing options...
frankie4260 Posted October 12, 2007 Author Share Posted October 12, 2007 As far as centering your buttons, it looks like you just need to add align="center" to your div tag and that should fix the problem. As far as the black borger going around your image, I think that it's the cellpadding in your first <table> tag. Change that to 0 and I think that should fix your problem. Good Luck Hi Beau, I appreciate your response. Unfortunately there is something else going on here. I have spent long hours trying to sort this out. The first table does have cellpadding="0" and the div is centered. If you click on a menu button so it takes you go away from the store you can see how it is supposed to look. For some reason this works fine in Firefox and Safari but when using Internet Explorer it renders weird only in the store. There is one other thing I noticed: -if you click on the categories you can see the gap on the right of the banner widening in IE. Thanks for your help. Any input is most welcome. Frank Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.