Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Alignment problem in Firefox (mozilla)


Iniquityclothing

Recommended Posts

Posted

Hi folks, I am having an alignment problem, my store is CLICK HERE as you will see (if using Mozilla) my menu items are not aligned in the boxes correctly, also how can I take out the languages icon? as I only use English it seems pointless to have the option of changing it 'cos there are no language files to change it to!

Any ides how to fix these would be greatly accepted!

Thanks Phil

View recent 'helpfull' threads:

 

403 Error problems | Ultimate SEO (contribution support)

Posted

I used the Web Developer add-on for Firefox, and changed this:

 

<td><a class="menu" style="width:102px; background-image:url(images/home_bg.gif)" href="http://www.iniquityclothing.com/index.php">Home</a></td>
<td><a class="menu" href="http://www.iniquityclothing.com/products_new.php">New products</a></td>
<td><a class="menu" href="http://www.iniquityclothing.com/account.php">My account</a></td>
<td><a class="menu" href="http://www.iniquityclothing.com/shopping_cart.php">Shopping cart</a></td>
<td><a class="menu" style="width:102px; background-image:url(images/checkout_bg.gif)" href="http://www.iniquityclothing.com/checkout_shipping.php">Checkout</a></td>

To:

 

<td align="center"><a class="menu" style="width:102px; background-image:url(images/home_bg.gif)" href="http://www.iniquityclothing.com/index.php">Home</a></td>
<td align="center"><a class="menu" href="http://www.iniquityclothing.com/products_new.php">New products</a></td>
<td align="center"><a class="menu" href="http://www.iniquityclothing.com/account.php">My account</a></td>
<td align="center"><a class="menu" href="http://www.iniquityclothing.com/shopping_cart.php">Shopping cart</a></td>
<td align="center"><a class="menu" style="width:102px; background-image:url(images/checkout_bg.gif)" href="http://www.iniquityclothing.com/checkout_shipping.php">Checkout</a></td>

And it looked correct.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Where the menu is generated.

 

I can't tell from the HTML source...

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

You are missing a closing tag in your header:

 

<img src="images/logo.jpg" width="218" height="70" border="0"><alt="Iniquity Clothing, cyber goth and metal clothing for a jilted generation. We stock Demonia, Bravado and Draven plus many more. For cyber t-shirts goth shoes and boots Iniquity Clothing are the ones for you.">

 

jon

It's all just ones and zeros....

Archived

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

×
×
  • Create New...