Page 1 of 1

No background-color in the Details-tooltip

Posted: 07 Oct 2008, 12:05
by lucky_strike
Hi, Phoca Downloads works well - Thanks.

But I have a problem with the Details javascript-tolltips. They are displayed transparent.... There is no backgroundcolor in the div - so it's impossible to read. Where can I set this value??? I tried to to it with the main template CSS over class .details. But ist doesnt work

greets
martin

Re: No background-color in the Details-tooltip

Posted: 07 Oct 2008, 19:22
by Jan
Hi, maybe your template miss these settings:

Code: Select all

/** overlib **/
.ol-foreground {
	background-color: #f0f0f0;
}
.ol-background {
	background-color: #d6d6d6;
}
.ol-textfont {}
.ol-captionfont {
	color: #ffffff;
	font-weight: bold;
}
.ol-captionfont a {}

.ol-closefont {}

Re: No background-color in the Details-tooltip

Posted: 08 Oct 2008, 09:34
by lucky_strike
Thanks - it works! :twisted: