Go Back   Web Server Hosting Forum by BODHost > Support > PHP Forum
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 01-22-07, 01:31
BOD Member
 
Join Date: Jan 2007
Posts: 37
Default PHP Help- Changing Table Color

Hi,

Example of the script:

http://www.xzeroscripts.com/demos/xzero_classifieds/

Which file and what setting do I change to change the color of the blue TABLE at the left?

Thanks for the help!
Reply With Quote
  #2 (permalink)  
Old 01-22-07, 01:39
BOD Member
 
Join Date: Jan 2007
Posts: 32
Default

style.css is what you want, look at the css entry:

Code:
button {
font-family: Verdana, sans-serif;
font-size: 10px;
font-weight: bold;
text-transform: uppercase;
background-color: steelblue;
border: 1px outset #006595;
color: white;
}
Reply With Quote
  #3 (permalink)  
Old 01-22-07, 01:45
BOD Member
 
Join Date: Jan 2007
Posts: 37
Default

Hi gaby2k4
I tried it...didn't work....

Any other suggestions?
Reply With Quote
  #4 (permalink)  
Old 01-22-07, 01:50
BOD Member
 
Join Date: Jan 2007
Posts: 32
Default

Actually it was "button[b]s" not "button" you needed to change. I hate people who can't come up with good naming conventions :P

Code:
.buttons td {
text-align: center;
background-color: steelblue;
}That should do it.
Reply With Quote
  #5 (permalink)  
Old 01-22-07, 04:45
BOD Member
 
Join Date: Nov 2005
Location: Lancashire, UK
Posts: 82
Default

Hi,

For changing the light blue color of the left table change the parameters in the
"http://www.xzeroscripts.com/demos/xzero_classifieds/style.css" i.e "style.css" file

#sidebar_left {
padding-top: 10px;
background-color: #E4EBF8; /*#F0F4FB*/
border-right: 1px solid #B1C7DE;
border-top: 1px solid #B1C7DE;
border-bottom: 1px solid #B1C7DE;
}

in the above code change "background-color: #E4EBF8;"
e.g. background-color: #fff007;
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 01:21.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.