osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Box border colour

This is a discussion on Box border colour within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hiyas, I did a few quick searches but cant see where this is defined? What defines the colour of the ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Modification Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 12-31-2002, 02:39 AM
Bah Bah is offline
New Member
 
Join Date: Dec 2002
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Bah
Default Box border colour

Hiyas,

I did a few quick searches but cant see where this is defined?

What defines the colour of the info/manu/category etc boxes?

Thanks =)

Bah
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 12-31-2002, 07:23 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,974
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

stylesheet.css

Quote:
TABLE.infoBox

· Border color around the left & right column boxes in the background section.

· Set the background color and it removes the white separation line between

· the table box heading bar and the body of each table box & evens up the boxes.



TABLE.infoBoxContents

· Color inside the left & right column boxes in the background section.

· You could set the text color for the boxes in the "Type" section also.

· You can also set a background image in the background section:
{ background-image; background-repeat: no-repeat }
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 12-31-2002, 07:51 AM
Bah Bah is offline
New Member
 
Join Date: Dec 2002
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Bah
Default problem solved

I changed that, it must just be Im colourblind!

... Better check!

Ta =)

Jamie

PS: HNYE:P
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 12-31-2002, 07:54 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,974
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

Be sure to clear your browser cache or you won't see the changes...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 12-31-2002, 08:17 AM
Bah Bah is offline
New Member
 
Join Date: Dec 2002
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Bah
Default stupid browsers

Ive found internet exploder particularly terrible for caching stylesheets. It wont even reload them when you shift+ctrl+r the stupid thing.

Actually Im not going mad, I have no TABLE.infoBox in my stylesheet.css. Im using a mid december snapshot, did this change recently?

Ta,

Jamie
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 12-31-2002, 08:32 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,974
Thanks: 80
Thanked 345 Times in 324 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

I believe it now looks like this:

Code:
.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
The TABLE has been dropped. I think for a while now...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates designed for osCMax 2. Loyalty discounts up to 30% off!
    Each purchase supports the osCMax project with much needed funds!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. Default multi server configuration for exceptional performance!

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
border around images and subcategories altenter osCMax v1.7 Discussion 1 11-07-2005 01:15 PM
Adding a border around the whole page? themainebaby osCommerce 2.2 Modification Help 1 08-10-2005 11:52 AM
Add border around store adam71o osCMax v1.7 Installation 4 04-14-2005 12:37 PM
Box Border Problem Sinful osCommerce 2.2 Modification Help 1 09-15-2004 05:31 AM
how do I change the colour of the box border? jloyzaga osCommerce 2.2 Modification Help 2 10-23-2003 02:13 PM


All times are GMT -8. The time now is 02:17 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax