(X)HTML, JavaScript, DHTML, XML, CSS Client scripting tehnologije, Dynamic HTML, Cascading Stylesheets, XML i standardi |
|
Alati teme | Način prikaza |
28. 06. 2005. | #1 |
xippster
Master
Datum učlanjenja: 16.06.2005
Lokacija: Beograd
Poruke: 681
Hvala: 102
138 "Hvala" u 84 poruka
|
CSS tooltip
Postoji neko cisto resenje za css tooltip?
Kôd:
<a class="infotip" href="#"> What is it? <span>tekst</span></a> a.infotip { position:relative; cursor: help; } a.infotip span { display: none } a.infotip:hover span{ z-index:100; display:block; position:absolute; top:2em; left:2em; width:30em; } |
28. 06. 2005. | #2 |
Python Ambassador
Master
|
1. Ne radi u IE, jer IE podržava :hover samo za <a> tag.
2. Jesi li razmišljao o nečemu ovakvom? HTML kôd:
<a title="tekst">What is it?</a>
__________________
Python Ambassador of Serbia |
28. 06. 2005. | #3 |
xippster
Master
Datum učlanjenja: 16.06.2005
Lokacija: Beograd
Poruke: 681
Hvala: 102
138 "Hvala" u 84 poruka
|
Jesam ali tekst koji ide u title mora da bude formatiran i sadrzi par <ul> tagova. Izgleda da je js popup jedino resenje
|
28. 06. 2005. | #4 |
Nikola Denić
Sir Write-a-Lot
|
js overlib ?
__________________
Do not ask yourself what the world needs. Ask yourself what makes you come alive, and then go do that. Because what the world needs is people who have come alive |
28. 06. 2005. | #5 |
Filip Milivojević
Certified
Datum učlanjenja: 06.06.2005
Lokacija: Pirot (Nis), Serbia, Serbia and Montenegro
Poruke: 51
Hvala: 0
0 "Hvala" u 0 poruka
|
Dean Edwards IE7? Ali za ovo je mozda i mnogo glomazno resenje.
|
28. 06. 2005. | #6 |
xippster
Master
Datum učlanjenja: 16.06.2005
Lokacija: Beograd
Poruke: 681
Hvala: 102
138 "Hvala" u 84 poruka
|
overlib radi posao. tnx for tip
|
28. 06. 2005. | #7 |
Nikola Denić
Sir Write-a-Lot
|
np tu smo
__________________
Do not ask yourself what the world needs. Ask yourself what makes you come alive, and then go do that. Because what the world needs is people who have come alive |
|
|
Slične teme | ||||
Tema | Početna poruka teme | Forum | Odgovori | Poslednja poruka |
tooltip as menu | Blood | (X)HTML, JavaScript, DHTML, XML, CSS | 4 | 01. 05. 2007. 16:26 |