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
Once again I found the solution :)
http://forum.coppermine-gallery.net/index.php?topic=8773.0
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?
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.
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... ;)