Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problems with Firefox


dscomix

Recommended Posts

Hi,

 

I've installed graphical borders and it is working fine with ie7, but looking at my site with firefox, only the 4 corners are shown, the lines on top and botoon and the sides disappear. I found the topic where to ad the ';' in one line, but that problem was alreaddy solved in my version. I can't find the reason, maybe somebody has the answer for me.

 

Thanks a lot in advance und congrats to all of you, who worked on this contribution, i like it very much.

 

To see how it looks, here is the link to my site.

 

http://www.kleineschuhe.com/shop

Link to comment
Share on other sites

  • 4 months later...
Hi,

 

I've installed graphical borders and it is working fine with ie7, but looking at my site with firefox, only the 4 corners are shown, the lines on top and botoon and the sides disappear. I found the topic where to ad the ';' in one line, but that problem was alreaddy solved in my version. I can't find the reason, maybe somebody has the answer for me.

 

Thanks a lot in advance und congrats to all of you, who worked on this contribution, i like it very much.

 

To see how it looks, here is the link to my site.

 

http://www.kleineschuhe.com/shop

 

 

I believe that you need to add following code to your catalog/stylesheet.css file to make it work.

 

/* Graphical Borders - boxes column_left_right - Star */

.mws_boxTop { background: url('images/infobox/top.gif');

font-family: Georgia;

font-size: 11px;

text-align : center;

font-weight: bold;

background-repeat:repeat-x;

vertical-align: middle;

white-space: nowrap; }

.mws_boxLeft { background: url('images/infobox/left.gif'); }

.mws_boxRight { background: url('images/infobox/right.gif'); }

.mws_boxBottom { background: url('images/infobox/bot.gif');

font-family: Verdana, Arial, sans-serif;

font-size: 11px;

text-align : center;

background-repeat:repeat-x;

vertical-align: middle;

white-space: nowrap; }

.mws_boxCenter { background: #FFFFFF; }

/* Graphical Borders - boxes column_left_right - Star */

 

/* Graphical Borders - boxes main modules and file-pages - Star */

.mws_boxTop_main { background: url('images/infobox_main/top.gif');

font-family: Tahoma;

font-size: 11px;

text-align : center;

font-weight: bold;

background-repeat:repeat-x;

vertical-align: middle;

white-space: nowrap; }

.mws_boxLeft_main { background: url('images/infobox_main/left.gif'); }

.mws_boxRight_main { background: url('images/infobox_main/right.gif'); }

.mws_boxBottom_main { background: url('images/infobox_main/bot.gif');

font-family: Verdana, Arial, sans-serif;

font-size: 11px;

text-align : center;

background-repeat:repeat-x;

vertical-align: middle;

white-space: nowrap; }

.mws_boxCenter_main { background: #FFFFFF; }

/* Graphical Borders - boxes main modules and file-pages - End */

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...