Cross for close window on " overlay "

NTD / 2013-01-28 13:06:09   

Hello ,

i would like to do one " cross" for close my window of overlay but i dont found hox to do on all the thread of this forum ... only for the old version of indexhibit ...

Can you help me ?

Thanks =)

arsondpi / 2013-01-28 13:35:23   

...but there's an X on the top right of the overlay. Or are you after something else?

NTD / 2013-01-28 13:37:27   

so .. i dont know , i cant see the "X" look :

nicolastisne.com

lemathieu A / 2013-01-28 14:10:01   

Hello Nicolas,
top right of your screen.
No ?

NTD / 2013-01-28 14:13:42   

@lemathieu A ,
Yes Mat =) top right of my screen exactly !

NTD / 2013-01-28 14:28:21   

So can can do this : on click close the window ( of overlay ) but i dont know how to do too .... but it can be a good solution for me too ..

NTD / 2013-01-28 14:28:55   

on click out close the window ( i want to say .. )

NTD / 2013-01-28 15:20:43   

So can you help me ?

NTD / 2013-01-29 12:14:23   

i would like to do one " cross" for close my window of overlay but i dont found hox to do on all the thread of this forum ... only for the old version of indexhibit ...

Can you help me ?

Thanks =)

Vaska A / 2013-01-29 12:31:16   

Which page is using overlay - please link to it directly.

NTD / 2013-01-29 12:36:43   

hello Vaska im trying to put the link :

nicolastisne.com/ndxzstudio/

arsondpi / 2013-01-29 12:39:55   

that leads to a preview of an exhibit.
Please post a published page...

NTD / 2013-01-29 12:42:46   

is it good for this one :

nicolastisne.com/ndxzstudio/?a=exhibits&q=prv&id=17

Vaska A / 2013-01-29 12:44:37   

No, it's not. The PUBLISHED page on your site that is accessible to the public. That is not public - we can not see this.

NTD / 2013-01-29 12:46:44   

oh ok ! but my website is not published for the public for moment because it is underconstruction ... so maybe i can show you for a few moment but how ?... ( sorry im a noob of internet lol ... )

Vaska A / 2013-01-29 12:49:05   

Yes, it is published - it's at nicolastisne.com/…

15 posts and we still don't know what we're talking about - this is very frustrating.

NTD / 2013-01-29 12:56:37   

Eww ! whats wrong this morning ?....

My problem is :

i would like to do one " cross" for close my window of overlay but i dont found hox to do on all the thread of this forum ... only for the old version of indexhibit ...

So i dont have a "cross" for close my window of overlay ...

NTD / 2013-01-29 13:20:01   

i have trying to found solution in overlay.css but i dont found the good line for the "cross" ... can you help me please ? =)

Vaska A / 2013-01-29 22:49:10   

We still don't know which exhibit to look at...

lemathieu A / 2013-01-30 10:05:06   

Nicolas,
Il faut nous montrer une page publiée avec ton problème, sinon comment veux-tu qu'on t'aide ?!
You should show us a page with your problem, if not we can't help you.

NTD / 2013-01-30 11:49:47   

Bonjour lemathieu ,

Je ne sais pas comment publier une page sans publier tout mon site ( car il n'est pas fini ) , comment puis je faire ? sinon je peux envoyer mes pass a Vaska , comme j'ai fait la derniere fois quand il m' aidé ..?

I do not know how to publish a page without publishing all my site (because he(it) is not finished), how then I to make? Otherwise I can send my pass has Vaska, as I made the last time when he helped me ?

lemathieu A / 2013-01-30 13:51:52   

Je ne sais pas comment te le dire : ton site EST en ligne : nicolastisne.com/…

Montre nous une page où tu as un soucis.

NTD / 2013-01-30 14:14:20   

nicolastisne.com/ndxzstudio/?a=exhibits&q=prv&id=17

C'est le lien d'un exemple de page , ou quand tu clic sur une des images ma fenetre s'ouvre et je ne vois pas de "croix" pour fermer cette fenetre .. ( je sais pas si suis clair cette fois ? .. )

Vaska A / 2013-01-30 14:17:47   

It's this one...

nicolastisne.com/index.php/project/zadig--voltaire/

Vaska A / 2013-01-30 14:18:46   

Who customized your site? There seems to be an opacity placed over the entire overlay - it's rather messed up.

I do see the close X icon, too.

Vaska A / 2013-01-30 14:22:39   

Who added this line to /ndxzsite/css/overlay.css? This is the problem...

  1. #overlay 
  2. display: none; 
  3. left: 0; 
  4. position: fixed; 
  5. top: 0; 
  6. width: 100%; 
  7. z-index: 3; 
  8. filter: alpha(opacity=70); /* internet explorer */ 
  9. -khtml-opacity: 0.7;      /* khtml, old safari */ 
  10. -moz-opacity: 0.7;       /* mozilla, netscape */ 
  11. opacity: 0.7;           /* fx, safari, opera */ 
  12. }

Revert back to the original overlay.css and things will work again.

arsondpi / 2013-01-30 14:26:52   

(the opacity code bit, is coming from my end)

Vaska A / 2013-01-30 14:27:59   

It's killing things - he also moved the close icon underneath so it can't be accessed.

Vaska A / 2013-01-30 14:29:22   

And Pindaros, that's the wrong place to make the opacity change. On the first line of the file you will see this...

  1. .dark-overlay { background-color: #000; /* opacity: 0.5; */ }

Opacity! Not the entire overlay...

There is the same thing for the light overlay too.

;)

arsondpi / 2013-01-30 14:32:43   

I live and learn...
Sorry Nicolas!

I'm now wondering if he's after editing the X mark, which is an image (located here:nicolastisne.com/ndxzsite/img/…)

Vaska A / 2013-01-30 14:35:04   

It's good. But this was surely confusing... ;)

Remember that opacity inherits down the chain so anything inside of a div will inherit the opacity - it's a real pain to deal with (and causes issues with links in some browsers).

NTD / 2013-01-30 14:43:22   

hello Vaska ! and before , thanks for your patience ..

First , i customize my website, and i m research some threads who can help me before asking you somethings, so i found the "code" for opacity and copy and paste it to overlay.css like they say in a thread i have found on this forum here :

indexhibit.org/forum/thread/18175

NTD / 2013-01-30 14:50:56   

No problem arsondpi !! you help lots of times and im very happy you was helping me, so no problem =)

And im not a "webdesigner " so its not easy to explain code to a "noob of net " like me !! hahaha ! ^^

This thread has been closed, thank you.