dscomix Posted May 15, 2007 Share Posted May 15, 2007 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 Quote Link to comment Share on other sites More sharing options...
Guest Posted September 30, 2007 Share Posted September 30, 2007 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 */ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.