Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

IE7 and Opera Issues


Tjobbe

Recommended Posts

Posted

Hi Guys.

 

I'm trying to get my store to look like it does in firefox, I can not really figure this out on my own so if anyone has any ideas please let me know.

 

http://www.craftsmanwebdesign.co.uk/shop/index.php

 

It looks pretty much like i want to it to in firefox, apart from a few minor details which I can probably fix mself, but the main problems are in ie7 in particular, it goes completely skitzo!

 

Opera doesn't seem to like my borders and background images either.

 

What is going on?

Posted

Well, you start by replacing this in all root level files. It's an invalid Doc Type:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

 

with this, which is a valid Doc Type Declaration:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"http://www.w3.org/TR/html4/loose.dtd">

 

Once you've done that it will probably show up more problems, both in Firefox and IE.

 

Your immediate problem is probably caused by a broken table structure.

 

Vger

Posted
Well, you start by replacing this in all root level files. It's an invalid Doc Type:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

 

with this, which is a valid Doc Type Declaration:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"http://www.w3.org/TR/html4/loose.dtd">

 

Once you've done that it will probably show up more problems, both in Firefox and IE.

 

Your immediate problem is probably caused by a broken table structure.

 

Vger

 

thanks Vger ;)

 

I dont suppose you might know how to bring the box heading and the box contents close together? currently there is a huge gap.

 

I'm using STS 4.5.8 by the way..

Archived

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

×
×
  • Create New...