Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Firefox Problem


Phantomhp

Recommended Posts

Hey guys, I installed Vger's fixed width and works awsome with no problems on IE but when I looked at it on firefox it doesnt center the middle section.

 

Is there a way to have it work in both browsers or is it that type of thing you have to pick on or the other?

 

Here is the web address: Phantom Performance

 

Thanks,

Mike

Link to comment
Share on other sites

When I want to center a store a specific width I create a table and put

(for example)

<table width="750" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>

<td>

in my header.php after

if ($messageStack->size('header') > 0) {

echo $messageStack->output('header');

}

?>

and before the first table

 

then put

</td>

</tr>

</table>

in my footer.php after

</tr>

</table>

<?php

}

?>

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...