Page 1 of 1

Dobry den, I've

Posted: 09 Apr 2008, 00:27
by spiliot
Dobry den, I've just upgraded to the last (1.5.9) plugin and as in 1.5.8 the border property doesn't seem to work.

Whatever value I try it displays white. Bordercolorhover works on the other hand fine.

Posted: 09 Apr 2008, 08:41
by Jan
dobrÄ‚Ë

I see the site now (

Posted: 09 Apr 2008, 09:47
by Jan
I see the site now (by email):

There is the following code:

.pgplugin0 {
border:1px solid #e8e8e8 ;
background: #000000 ;}
.pgplugin0:hover, .pgplugin0.hover
{border:1px solid red ;
background: #000000 ;}


so try to add the following parameter:
bordercolor:#ff8000

Then it should be change to:

.pgplugin0 {
border:1px solid #ff8000 ;
background: #BFFF00 ;}
.pgplugin0:hover, .pgplugin0.hover
{border:1px solid #fc0000 ;
background: #fff100 ;}


And see if there are no spaces and other characters in your code
----
Parameters:
https://www.phoca.cz/phocagallery-plugin ... ?site=help

[quote]And see if th

Posted: 10 Apr 2008, 08:06
by spiliot
And see if there are no spaces and other characters in your code
The problem was an enter inserted by mistake before the property and after the "|".

It didn't get my attention before because all the other properties after that were taken into account by the plugin.

There is some protec

Posted: 10 Apr 2008, 10:32
by Jan
There is some protection against the behaviour ... e.g. trim, '<br />' will be removed, and... but somtimes TinyMCE add something unexpected to the code, so it is better if no spaces and breaks are there...