Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
Pop-up prozor (valjda)

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side
View previous topic :: View next topic  
Author Message
Nomad



Joined: 04 Feb 2005
Posts: 221

PostPosted: 10.01.2006 05:40    Post subject: Pop-up prozor (valjda) Add user to your forum ignore list Reply with quote

Pretpostavljam da ovo spada pod java-script. Naime, klijent kojem sam napravio stranicu sada želi da mu se na početnoj stranici prikaže prozorčić na kojem bi nešto kao pisalo (nije bitno što), onaj prozorčić koji se klikom na njega ugasi... E sad, bio bih zahvlan ako bi mi netko objasnio kak se to dela. Embarassed
Back to top
View user's profile Send private message Visit poster's website
maratz
mi3.crew


Joined: 24 Nov 2003
Posts: 1207
Location: ZAG

PostPosted: 10.01.2006 08:13    Post subject: Add user to your forum ignore list Reply with quote

http://www.w3schools.com/js/tryit.asp?filename=tryjs_openallwindow
http://www.w3schools.com/js/tryit.asp?filename=tryjs_alert

_________________
STOP HITTING YOURSELF! | NETIQUETTE | TYPETESTER | Hypertext rulez™ | CREATIVE NIGHTS | ACCOMMODATIONS
Back to top
View user's profile Send private message Visit poster's website Twitter profile
Nomad



Joined: 04 Feb 2005
Posts: 221

PostPosted: 10.01.2006 09:48    Post subject: Add user to your forum ignore list Reply with quote

Hvala. Ali, nije to to, treba mi za onaj prozorčić kao što zna izletit na indexu ili iskonu nekad, pa ga moraš kliknut da se ugasi. Kao recimo na: http://alutend.hr/
Back to top
View user's profile Send private message Visit poster's website
abeja



Joined: 22 Sep 2003
Posts: 803
Location: Rijeka

PostPosted: 10.01.2006 11:32    Post subject: Add user to your forum ignore list Reply with quote

mislim da se to radi sa flashom koji ima transparentnu pozadinu...
Back to top
View user's profile Send private message Visit poster's website
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 10.01.2006 20:24    Post subject: Add user to your forum ignore list Reply with quote

mislim da se radi o div-u koji ima position: absolute i z-index iznad svega drugog, a klikom na zatvori ga samo sakrijes...

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
abeja



Joined: 22 Sep 2003
Posts: 803
Location: Rijeka

PostPosted: 10.01.2006 21:42    Post subject: Add user to your forum ignore list Reply with quote

da..mislim da je to div i onda u njemu flash ako zelis da bude animiramo..valjda:)
Back to top
View user's profile Send private message Visit poster's website
ToDD



Joined: 05 May 2005
Posts: 83
Location: Zagreb

PostPosted: 10.01.2006 23:57    Post subject: Add user to your forum ignore list Reply with quote

moze li neko opisati kako se to napravi, i mene zanima to Very Happy
Back to top
View user's profile Send private message MSN Messenger
carr



Joined: 13 Nov 2003
Posts: 1397
Location: Karlovac

PostPosted: 11.01.2006 01:59    Post subject: Add user to your forum ignore list Reply with quote

Code:
<style type="text/css">
#leti{
position: absolute;
left: 200px;
top: 200px;
background-color: black;
color: white;
}
</style>
<div id="leti">ovo je nesto sta ja metnem di ocem.<a href="javascript:;" onclick="document.getElementById('leti').style.display='none';">makni se</a></div>

_________________
Bolje biti malo lud, nego malo pametan.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Client-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group