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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

style.css won't change

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

Previous topic - Next topic

0 Members and 2 Guests 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... ;)