Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Firefox display problem


jlukasavige

Recommended Posts

Posted

www.lukascoaching.com/catalog

 

If you view the site in Firefox the right box hangs outside the center of the page. In IE it displays correctly. Any ideas on this?

Posted

Looking even closer after having changed some colors and added to the header, it looks like in IE the table is actually set to 800, but in firefox it's not.

Posted
No one has any ideas?

 

 

To be honest, it looks like your header.php is stretching the index.php out or vice versa. Check your header.php table width and compare it to your index.php table width. If both tables are okay, then the problem is the header banner graphic as it is set to 800. It could be the top banner graphic is stretching out the table, so try making the graphic 760px instead of 800px and see if that changes anything.

 

Best of Luck.

 

Matt

Posted

i hate to say it - but you've entered into a bad area > the firefox container display bugs...

 

not a good workaround (not at all) -- but the easiest 'fix' MIGHT be to remove that top div and replace it with a classless table of a width of 800 - then the tables within it might actually stretch out to their "100%" width within it - and closing it, the table, in the footer....

 

 

EEK - hate to stear you this way - but:

- 1) it might work

AND

- 2) else i fear you have a lot to do for a fix

 

 

...............................................................

change:

<div class="fixcenter">

to:

<table border="0" width="800" cellspacing="0" cellpadding="0">
<tr>
<td>

and then close this table in the footer (last thing before "</body>"):

</td>
</tr>
</table>

................................................................

 

at any rate it's worth a try - else you got a lot of php files to edit (possibly the table width of nearly every php file with a 'body' area, and plus some)....

 

ain't firefox a pain...

i just wish IE was better so less folks would use firefox...

 

i know, i know, i sould not bring up religion at the forum ;)

Archived

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

×
×
  • Create New...