473,320 Members | 2,158 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

tings that I don't understand [was: special pop-up]

Bonsoir,

I did succeed to have my pop-ups, thanks to Ben... but something is not
clear for me: there is a kind of transparency in the pop-up and if the
text of the pop-up is "over" another text we can see the text "below"
and this is a difficulty for reading. See:

http://www.math-info.univ-paris5.fr/...enealogie.html

And if the display is not clear because a lack of fonts, use these fonts:

http://www.math-info.univ-paris5.fr/...s/Sanskrit.zip

I tried to play with "opacity" without any success. here is the css
config for this display:

..traduction
{ /*text-align: justify;*/
/*margin-left: 15%;

margin-right: 15%;*/
font-family : sanskrit2003, sans-serif;
font-size : 104%;
line-height: 120%;
position: relative; /* so it's positioned containing block */
opacity: 1;
/* -moz-opacity: 0;*/
}
..transliteration
{ font-family : sanskrit2003, sans-serif;
font-weight : normal;
font-size : 120%;
line-height: 130%;
background-color: black ;
color: white;
opacity: 1;
/* offset 1em,1.2em from containing block */
position: absolute;
top: 5em;
left: 0em;

padding: 0.3em;
visibility: hidden;
white-space: nowrap;
}

..devanagari
{ font-family : sanskrit2003, sans-serif;
font-weight : normal;
font-size : 120%;
line-height: 130%;
opacity: 1;
background-color: black;
color: white;

/* offset 1em,1.2em from containing block */
/*position: absolute;*/
float: left;
/*top: 8em;*/
/*left: 1em;*/
/*padding: 15em;*/
visibility: hidden;
white-space: nowrap;
}

..stance { text-align: justify;
margin-left:15%;
margin-right:15%}

Also, I do not fully understand why I get this display with the css
rules above... though I want something like this as a result.

Thanks for any suggestion.

--
François Patte
Université Paris 5 - Paris
Oct 10 '07 #1
1 1759
Ben C a écrit :

<snip>

Thanks for all this information...
>
If you get rid of opacity but add

z-index: 1;
That's it. Thanks

--
François Patte
Université Paris 5 - Paris
Oct 12 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

303
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b....
7
by: Tobias Langner | last post by:
compiling this line: SmartPtr<LongWrapper, RefCount> p1=SmartPtr<LongWrapper, RefCount>(new LongWrapper(1)); with SmartPtr being: template <class T, template <class> class OwnershipPolicy>...
45
by: Stephen Poley | last post by:
People in these groups, and on web-pages, not infrequently suggest that it is worthwhile cutting down on white-space and comments in HTML and CSS in order to reduce loading times. I and others have...
7
by: Robert Nicholson | last post by:
So I've got one page where I have an image inside a DIV with text-align: center and the image is correctly centered in that block. Making me think that text-align will center the contents of a...
16
by: Jace Benson | last post by:
Ok I have read alot of things on zend.com, php.net and other sites went to the wikibooks to try to understand how to use a class. I have this project I want to do that I am sure would work great...
177
by: C# Learner | last post by:
Why is C syntax so uneasy on the eye? In its day, was it _really_ designed by snobby programmers to scare away potential "n00bs"? If so, and after 50+ years of programming research, why are...
6
by: Bilbo | last post by:
Hi, I am a long time matlab user, now I am learning C but can´t understand the following: 1)If I define a variable, without giveing a value to it, the compiler gives any value to it. 2) when I...
4
by: Peyman | last post by:
Hi, I was reading the source code of an implementation of STL by HP company 1994, and Silicon Graphics Computer Systems, Inc. 1996, 1997. Which I found that for implementing a Linked List, they...
20
by: walterbyrd | last post by:
Reading "Think Like a Computer Scientist" I am not sure I understand the way it describes the way objects work with Python. 1) Can attributes can added just anywhere? I create an object called...
4
by: gumOnShoe | last post by:
I apologize ahead of time, but this scope of this problem is slightly larger than just c or c++, but as half of it is written in c++, this felt like the right place for this thread. I'm also using...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.