style.css won't change style.css won't change
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

style.css won't change

Started by Pasci, August 31, 2004, 07:59:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Pasci

This is really odd as my style.css has worked before. However, now I tried to change the change the .tableh2 and .tableh2_compact in the style.css. I wanted to change the background color of the cells from grey to white. So I applied the following code:
.tableh2 {
background: #FFFFFF;
color : #000000;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-left: 10px;


}

.tableh2_compact {
       background: #FFFFFF ;
       color : #000000;
       padding-top: 2px;
       padding-right: 5px;
       padding-bottom: 2px;
       padding-left: 5px;

}


I even changed the .maintable to
.maintable {
       background-color: #FFFFFF;
       margin-top: 1px;
       margin-bottom: 1px;
}


Now, after uploading the new style.css, and after refreshing the browser several times and even after refresh after a few hours after upload, the color of the cells is still grey and not black. What might be wrong here?
This is my site: http://bangkokrecorder.com/fotos/index.php


Pasci

This is still strange:
Now I tried to change the color of the .thumbnails from grey to white, so I used the following code in the style.css
.thumbnails {
background: #FFFFFF;
padding: 5px;
background-color: #FFFFFF;
}

However, as you can see here, the background color is still grey http://bangkokrecorder.com/fotos/thumbnails.php?album=10
Why is this? And how can I make it work?

reason

Im having the same problem with my CSS. I change something like a table color, main nav text color upload the CSS file refresh browser .  .nothing chages.
Am I missing something here I mean Im a designer I know how CSS files work but yet nothing changes.
::creative difference::

Joachim Müller

link and more details needed, or is your posting just meant as a remark? If you have actual questions and need support, you should provide more information.

Joachim

P.S. Replying to a thread that has been labelled as solved might not be such a good idea though - if the solution doesn't apply to you, you're probably on the wrong thread... ;)