The tooltip issue

For all things related to Pirate-Community and its websites.
Forum rules
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
Post Reply
Reiska
Knaaren
Posts: 221
Joined: Sat May 19, 2012 12:06 pm
Location: Finland
Tings: 5875

The tooltip issue

Post by Reiska »

In the RPC frontpage the tooltips are overlapping the slideshow. Not a big deal, but still a bit annoying. This can be easily fixed, so Hunch or anyone with access to the CSS, find this:

Code: Select all

.infobulle{
	position: absolute;
	visibility : hidden;
	border: 1px solid orange;
	padding: 5px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-align: justify;
	background-color: #14190E;
	width: 200px;
}
And add z-index property:

Code: Select all

.infobulle{
	position: absolute;
	visibility : hidden;
	border: 1px solid orange;
	padding: 5px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-align: justify;
	background-color: #14190E;
	width: 200px;
	z-index: 100;
}
And now it should work more properly.

Sorry if there is a topic where this could have been posted but I didn't notice.
OCG
The Captain
Posts: 18569
Joined: Sat May 11, 2013 9:24 am
Location: RPC Pirate Ship
Contact:
Tings: 9905

Re: The tooltip issue

Post by OCG »

I hope it will be fixed soon. I will ask Master can he do it.
Haruka
Ly
Posts: 26748
Joined: Sun Aug 10, 2008 9:19 pm
Contact:
Tings: 200115

Re: The tooltip issue

Post by Haruka »

I think for that issue you need to contact the administrators. The Moderators and Super Moderators can't do anything concerning that.
Master
Rayman 1
Posts: 53542
Joined: Sun Aug 21, 2011 10:14 am
Location: Somewhere specific, I'd assume.
Tings: 468310

Re: The tooltip issue

Post by Master »

Indeed OCG, Haruka is correct, site maintenance and the technical stuff is best reported to Humch.
OCG
The Captain
Posts: 18569
Joined: Sat May 11, 2013 9:24 am
Location: RPC Pirate Ship
Contact:
Tings: 9905

Re: The tooltip issue

Post by OCG »

Alright. I've sent him message.
Hunchman801
Bad Rayman
Posts: 87627
Joined: Thu Aug 07, 2003 6:50 pm
Location: Paris, France
Contact:
Tings: 640247

Re: The tooltip issue

Post by Hunchman801 »

Thank you guys, I've made the change. Just waiting for Romano to update the cache now. The portal is a horrible mess in terms of code, that's why it hasn't been updated in ages. Hopefully I'll have time to rewrite it and develop new features soon.
OCG
The Captain
Posts: 18569
Joined: Sat May 11, 2013 9:24 am
Location: RPC Pirate Ship
Contact:
Tings: 9905

Re: The tooltip issue

Post by OCG »

Also please Hunch can you fix search engine? It does not want to search for words shorter then 4 characters which is really giving me hard time to find something.
Hunchman801
Bad Rayman
Posts: 87627
Joined: Thu Aug 07, 2003 6:50 pm
Location: Paris, France
Contact:
Tings: 640247

Re: The tooltip issue

Post by Hunchman801 »

This is meant for performance reasons, I'll see if I can lower it to three.
OCG
The Captain
Posts: 18569
Joined: Sat May 11, 2013 9:24 am
Location: RPC Pirate Ship
Contact:
Tings: 9905

Re: The tooltip issue

Post by OCG »

Hopefully you can lower it :)
Post Reply