Jump to content

'Buy' & 'More' Outta The Box


Guest LALING

Recommended Posts

  • 2 weeks later...

OK LALING, due to an IE issue with Buy and More buttons, I've had to sort all this out. Here is the part that will cure your problem with FF displaying the buttons "out of the border"

Problem is due to nowrap statement on table cell, and lack of width dimension setting. Try this:

OPEN your skin's styleTemplates/content/viewCat.tpl

FIND this code:

	<td align="right" nowrap='nowrap' class="{CLASS}">




REPLACE it with this code:




	<td align="right" width="75" class="{CLASS}">

If necessary, you may adjust the width="75" up or down to get the sizing perfect for your site's font size, etc.

Link to comment
Share on other sites

Guest Brivtech

URGH! I had a similar problem with a template I was working on. Everything was working great in FF, and when I went to IE, all the margins had disappeared, so I had to add in cellpadding into some of the tables to fix it.

Not 100% pleased with the result, but it did the job, and the difference is barely noticeable, just a few pixels difference.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...