Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

really screwed up in IE, fine in Firefox


smek007

Recommended Posts

i changed the image paths from relative to absolute

 

e.g.

 

/images/abc.jpg >>> http://www.mintpros.com/images/abc.jpg

 

and that works but the actual shop content is still all red Xs'

 

 

 

I am going insane - everything was fine until now. I have not touched the site.

 

In IE, the images, CSS, nothing shows up except the actual text.

 

http://www.mintpros.com/os/catalog/index.php

 

but in Firefox its fine.... anyone run into this??

Link to comment
Share on other sites

you have some messed up or missing code in your index.php

 

Line 40 is not stating your base href and is leaving it blank:

 

<base href="">look at your code and see if it looks like this:

 

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...