Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how come my site looks different on IE than Mozilla Firefox!


wroenaldinho

Recommended Posts

how come my site looks different on IE than Mozilla Firefox!

 

is there any coding to stop this happening!

 

Click below and check it on both browsers to see what i mean!

 

My Site

 

cheers

 

There was a slight difference between IE7 and Firefox 3.0

 

It almost certain that its an issue with the differences between the browsers in the way they display styles.

However, you appear to using a <br / > tag as a spacer ?

If you set this space using styles rather than a tag the display differences may disappear

Link to comment
Share on other sites

There was a slight difference between IE7 and Firefox 3.0

 

It almost certain that its an issue with the differences between the browsers in the way they display styles.

However, you appear to using a <br / > tag as a spacer ?

If you set this space using styles rather than a tag the display differences may disappear

hi cheers for checking it out, well my site looks spot on in firefox, but in IE the cart image in the top right is a bit distorted on the edges of the box and also thers is a gap between the arrow and "login" in the header!

 

cheers

Wroenaldinho

Link to comment
Share on other sites

hi cheers for checking it out, well my site looks spot on in firefox, but in IE the cart image in the top right is a bit distorted on the edges of the box and also thers is a gap between the arrow and "login" in the header!

 

cheers

 

 

I see the issues you mean.

There is another - the featured product 'boxes' have differing heights between those in the left column and those on the right.

Link to comment
Share on other sites

I see the issues you mean.

There is another - the featured product 'boxes' have differing heights between those in the left column and those on the right.

how can i make them the same or nearly the same!

 

cheers

Wroenaldinho

Link to comment
Share on other sites

As to the login part, you have this

<img src="images/template/j.gif" width="15" height="15" style="padding-right:3px; border:0">
	<a href="http://pccore.co.uk/store/login.php" title="Login" style="font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:14px; text-align:left;">Login</a><br>
	<img src="images/template/j.gif" width="15" height="15" style="padding-right:7px; border:0"><a href="http://pccore.co.uk/store/create_account.php" title="Register" style="color:#FFFFFF">Register</a><br />
	<img src="images/template/j.gif" width="15" height="15" style="padding-right:7px; border:0"><a href="http://pccore.co.uk/store/shopping_cart.php" title="View Cart" style="color:#FFFFFF">View Cart</a><br />

	<img src="images/template/j.gif" width="15" height="15" style="padding-right:7px; border:0"><a href="http://pccore.co.uk/store/contact_us.php" title="Contact Us" style="color:#FFFFFF">Contact Us</a><br /></td></tr>

For the login you have

style="padding-right:3px; border:0">

The rest are

style="padding-right:7px; border:0">

You also have this for login

style="font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:14px; text-align:left;"

The rest are

style="color:#FFFFFF"

Make those the same and see if that works.

Link to comment
Share on other sites

There are a few formatting issues with those boxes . .. I'll have a look and post back later

cheers guys il try what bktrain said, but please keep posting your ideas and advice just incase!

 

thanks for your help

 

much appreciated

Wroenaldinho

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...