Guru 'Geezer' Mechanic

|
I have see a problem with changing background images only if the two image files use the same name. In this case, because the same file name is used, SS does not refresh its content. However, if you restart SS, the new image file is correctly loaded. If you are having a different problem than this, is the problem repeatable and can you document the steps you are using? I'm sure VM would like to fix any bug you find.
|
| |
|
Guru 'Geezer' Mechanic

|
What version of SS are you using? And can you post a link to your published page?
|
| |
|
Working Mechanic
|
Version 2.70f Test page This is using the color picker.
|
| |
| Posts: 52 | Location: Steilacoom,WA | Registered: December 08, 2004 |    |
|
Guru 'Geezer' Mechanic

|
It looks like the code you are using for your menus (obj289/code33) contains some CSS style code which is over-riding your SS color and background image selections. Try removing the following 4 sections of code from the object and see if it makes a difference: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="author" content="Ian Main" />
<meta name="Copyright" content="Creative Commons - http://creativecommons.org/licenses/by/2.0/" /> and body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
font-size: 80%;
font-weight: bold;
background: #FFFFFF;
} and <body> and </body>
|
| |
|