Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

keystrokes247

Archived
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Real Name
    Lloyd Wilton

keystrokes247's Achievements

  1. Hi I have a firefox Vs ie issue in and is something to do with the style sheet. I have the following in my stylesheet.css .main_bg { text-align: left; background-image: url(images/blog_bg.jpg); background-repeat: repeat-y; } Now my html code in the sts_template is.... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html $htmlparams> <head> <meta http-equiv="Content-Language" content="en-us"> <meta name="keywords" content="training, courses, teaching, groups, live training, innovations, innov@tions, school, colleges, timetable, managment information systems, mis, microsoft, office, remote trainnig, green, environmently friendly, cost effective training, " /> <!--$headcontent--> <link href="stylesheet.css" rel="stylesheet" type="text/css"> </head> <body> <table width="960" border="0" cellpadding="0" cellspacing="0" class="main_bg"> <tr> <td><p> </p> <p> </p> <p> </p> <p> </p> <p>hello</p> <p> </p></td> </tr> </table> The table is using a class of "main_bg" to add a background image to the table. appears okay in IE but not in firefox or opera. Yet using this simple code outside of sts template ie. html code and css in the same folder works okay. The image file is there but firefox/opera cannot find it. The full site can be seen at this testbed.... www.keystrokeswebhosting.co.uk The crazy thing is the infoboxes are using a graphic as a background and they work okay in firefox/opera. The css code of the info box is... .infoBoxContents { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-image: url(images/bkgrd.jpg); } so if you run the following address in firefox/opera it will bring up the graphic... www.keystrokeswebhosting.co.uk/images/blog_bg.jpg www.keystrokeswebhosting.co.uk/images/bkgrd.jpg Any would be much appreciated. Thanks Lloyd
  2. Hi H ave the same problem with printing, so any help would be appreciated Thanks Lloyd
×
×
  • Create New...