Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Box borders


Guest

Recommended Posts

Hi guys7

 

Wondering if anybody could tell me how the box borders are generated to be nice and thin and appear "nice and thin" in most browsers.

 

I've tried to replicate the box borders using a style, which works fine in FF but IE look baaaad

Link to comment
Share on other sites

Hi guys7

 

Wondering if anybody could tell me how the box borders are generated to be nice and thin and appear "nice and thin" in most browsers.

 

I've tried to replicate the box borders using a style, which works fine in FF but IE look baaaad

 

The box borders are set in the stylesheet.css file. Worth getting TopStyle Lite for editing it.

Link to comment
Share on other sites

It's set as the background style for infoBox.

 

Alternatively, you can set the border (background) to the same colour as your page and then apply my Different Borders For Info Boxes contribution, allowing you to set any borders you want for each info box individually.

 

Vger

Link to comment
Share on other sites

nope forget that, now i found it

 

TABLE.productListing {
 border: 1px;
 border-style: solid;
 border-color: #000000;
 border-spacing: 1px;
}

 

all looks fine in IE now, cheers!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...