Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - MultiformeIngegno
571
Plugins / Re: Signatures Once Per Page
« on March 30th, 2012, 05:10 PM »
Nice! :)
572
Off-topic / Need help with a tooltip (jQuery)
« on March 30th, 2012, 05:07 PM »
I need a tooltip to appear when users click on a link. Here's what I used:

Code: [Select]
<script>
jQuery('#tooltipclick').click(function(){
  jQuery('#tooltip').toggle();
});
</script>

<div id="tooltip" style="display:none">my tooltip text</div>
<a id="tooltipclick">Click me!</a>

It's working flawlessly in Firefox and Chrome but nothing happens in IE and Safari Mobile..!
Why?? Maybe ActiveX shit or similar? How can I make this working for every browser?

Help pleeease.. :sob: :sob:

Oh, here's a link to the website I'm working on (it's used for "Credits"): compagniaoltreconfine.com SLASH beta
573
Archived fixes / Re: Time offset (auto detect)
« on March 29th, 2012, 02:56 PM »
The Neverending Story.. :lol:
574
Working on Chrome 63 ! :P
575
Archived fixes / [Fixed] Re: Bug with color & font selectboxes
« on March 28th, 2012, 02:52 PM »
Quote from Nao on March 28th, 2012, 12:17 PM
The select box in post pages you mean? ;)
Yes! :)
576
Archived fixes / [Fixed] Re: Bug with color & font selectboxes
« on March 28th, 2012, 12:45 AM »
Indeed seems fixed here!! :D
577
Archived fixes / Re: Thoughts edits now shown in the sidebar
« on March 27th, 2012, 04:09 PM »
Quote from Nao on March 27th, 2012, 03:26 PM
Busy irl and on the reverse post order thing ;)
Absolutely, I didn't want you to hurry up! I posted because I thought that the cache had an expiration, instead I think it's "permanent"..?
578
Archived fixes / Re: Bug with color & font selectboxes
« on March 27th, 2012, 03:09 PM »
Bump :)
579
Archived fixes / Re: Thoughts edits now shown in the sidebar
« on March 27th, 2012, 03:09 PM »
I still have the old cached text displayed in both the "Thought" box and the user box in posts...
580
Plugins / [Plugin Screenshots] Re: To Do List
« on March 27th, 2012, 03:04 PM »
It's clear that the new Wedge plugin system is pushing many people to create new plugins!! :D
581
Off-topic / How to center a div in the middle of the screen
« on March 26th, 2012, 08:47 PM »
This is the site I'm building: compagniaoltreconfine.com / beta
As you can see its height is low. I'd like to have all the main div (#page) at the middle of the screen. Left, top, right, bottom should have the same distance from the borders of the content..
I tried with what I thought was the way to do that, i.e. position:absolute for #page and then top:50% and left:50% but... strangely it goes out of the screen.. tried with position:fixed too.. not good.. why it's not working?

The best thing would be to have #page in the middle of the screen if the whole content is displayed within the screen (without any scrolling). If its height is bigger than the screen it be would automatically set to the top of the screen (so without blank space at the top).. for example in this page on some screens has a height bigger than the screen: compagniaoltreconfine.com/beta/chi-siamo/

Don't know if I managed to explain me... :P
582
Archived fixes / Re: Time offset (auto detect)
« on March 26th, 2012, 08:36 PM »
Mine is set to 0 but it's correct.. :whistle:
583
Archived fixes / Re: IE8: menu broken (with fix)
« on March 25th, 2012, 11:21 AM »
WTF are you working in the CIA? XD
584
Archived fixes / Re: IE8: menu broken (with fix)
« on March 23rd, 2012, 07:10 PM »
Farjo, post screenshots if you can. :)
585
Archived fixes / Undefined index, Subs.php
« on March 23rd, 2012, 04:49 PM »
Notice: Undefined index: in /Sources/Subs.php on line 1890

Got this error in the page to merge topics (didn't mean to merge something, I was just looking things around). :)