The tooltip issue

For all things related to Pirate-Community and its websites.

Moderator: English moderators

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
Le Capitaine
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.
Image
Image [YouTube] [Facebook] [Twitter] [DeviantART]

[Skype: アンドリヤ (OCG)] [Xbox Live: OldClassicGamer] [PSN: OldClassicGamer] [Steam: OldClassicGamer] [Nintendo Network ID: OldClassicGamer] [3DS FC: 0275-8128-3030]

Thank Mr. Skeltal Image
Haruka
Sandra Misu
Posts: 26719
Joined: Sun Aug 10, 2008 9:19 pm
Tings: 178780

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: 50143
Joined: Sun Aug 21, 2011 10:14 am
Location: Somewhere specific, I'd assume.
Tings: 404084

Re: The tooltip issue

Post by Master »

Indeed OCG, Haruka is correct, site maintenance and the technical stuff is best reported to Humch.
Image
OCG
Le Capitaine
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.
Image
Image [YouTube] [Facebook] [Twitter] [DeviantART]

[Skype: アンドリヤ (OCG)] [Xbox Live: OldClassicGamer] [PSN: OldClassicGamer] [Steam: OldClassicGamer] [Nintendo Network ID: OldClassicGamer] [3DS FC: 0275-8128-3030]

Thank Mr. Skeltal Image
Hunchman801
Bad Rayman
Posts: 83848
Joined: Thu Aug 07, 2003 6:50 pm
Location: Paris, France
Contact:
Tings: 610019

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.
Image
OCG
Le Capitaine
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.
Image
Image [YouTube] [Facebook] [Twitter] [DeviantART]

[Skype: アンドリヤ (OCG)] [Xbox Live: OldClassicGamer] [PSN: OldClassicGamer] [Steam: OldClassicGamer] [Nintendo Network ID: OldClassicGamer] [3DS FC: 0275-8128-3030]

Thank Mr. Skeltal Image
Hunchman801
Bad Rayman
Posts: 83848
Joined: Thu Aug 07, 2003 6:50 pm
Location: Paris, France
Contact:
Tings: 610019

Re: The tooltip issue

Post by Hunchman801 »

This is meant for performance reasons, I'll see if I can lower it to three.
Image
OCG
Le Capitaine
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 :)
Image
Image [YouTube] [Facebook] [Twitter] [DeviantART]

[Skype: アンドリヤ (OCG)] [Xbox Live: OldClassicGamer] [PSN: OldClassicGamer] [Steam: OldClassicGamer] [Nintendo Network ID: OldClassicGamer] [3DS FC: 0275-8128-3030]

Thank Mr. Skeltal Image
Post Reply