| |
| |
| |
|
Page: 1 2 3
Comments:
<0> after each I have an <img> in <a> tag <0> on click, a colorpicker will open <0> I have that color picker in a <div style="position:absolute <0> I want the following thing: <1> Erwyn: your abusing your return key.. leave it alone. <2> :P <0> :) when I click on the img, I want that the div appear just next to the first input <0> if I click the second img (after the second input) it should apear after that <1> Erwyn: in js you want to position an element based on 'this' elements position? <1> anyway,, im working,,, bye <0> I don't know how to set it's position in function of the input's coordonates <1> search google... javascript reference.... absolute position.... and so on. <1> just search google for javascript mouse move element would do :) <3> Salut, je sais c'est un peu HS, mais je trouve pas ailleur, quelqu'un sait si je peut detecter qu'une animation flash est finie en Javascript ? <4> that's an english channel <4> and the answer is yes
<3> Ho sorry, wrong chan :( <3> Ok, wonderful <3> What's the best way ? <3> The problem is that I won't be the author of the swf <3> So I cannot do an fscommand in the movie <4> so you're screwed then :p <3> Ho sh*t <3> :S <3> Even with SWFObject ? <3> Is there a way to know all the methods of an object ? <5> You could iterate through it. :-) <3> object[0] ? <5> for(i in obj) { alert(obj[i]) } <5> That gives you the properties (if any) and then the methods (if any). <3> thx <3> Anyway to know if its a prop or a method ? <5> If it says something like "function() {" it's a method. :-) <3> ho yes so called "methods" are just properties <5> Heh. <5> Lo dave-e <6> 'lo <7> anyone have access to IE who can help me look at a couple of my web pages? <7> http://www.profoundstates.com/ and http://www.profoundstates.com/index3.html <7> only in IE <8> NeoFu7ure: i was refered to you about creating a right click menu off of right click on a link <7> the javascript won't work in fire fox <8> currently having problems getting it to work. i think i have the right code written but just isnt working <5> Sheesh. <7> in that first page the mouse-over drop downs are offset below the image being moused over; in the second page they aren't dropped below the image; i think that I need to force the moused over image to the top of the page <5> When you just write the html anyway, why use js for it? <7> which is where my experience/learning falls short <7> i guess that i need to google "exact positioning" or something like that? <5> You do know that search engine ratings will be worsened by doing it that way, yes? <5> Make it in HTML, position it with CSS and then you can use JS to 'animate' it. <7> Pilum; r u suggesting that I need 2 start from scratch?; or r u talking to the sflash? <5> I am talking to you. <7> thought so <7> i'm hoping to not re-create the wheel <5> But you already have the menus ready. Just remove the document.write around them. <5> And put them in the html file instead. <7> in other words; i don't know enough about CSS or javascript to do what u r suggesting <5> What I am suggesting is much easier than what you are trying to do now. <7> there's only one problem with your method <7> it requires that I take a single external JavaScript file and put that, essentially, in EVERY web page; which bloats out the size of my web page over all <5> What gives you that idea? <7> can u call the file externally, like my JavaScript; instead of placing it in every web page? <5> You already include the file in every page don't you? <7> no <7> it's referenced as an external file <5> .... <5> That's what I'm saying! <7> only the javascript is in there <7> the html is not <5> And so it should be. <7> ? <7> that would make the pages much bigger <5> No it won't. <5> The js file should be cached. <7> i use to have my javascript in every page; then in externalized it; now you want me to put it back in? <5> NO! <7> in=i
<5> I want you to put the _HTML_ for the menu in the page. Not the javascript. <7> well; i asked others if I could externalize the html code and use CSS like I do with javascript; and they said no <7> that menu is much bigger than the javascript <7> hence the bloating <5> Putting it in the js file is a bad idea. <7> the javascript is one paragraph; the html in the external file is 5 or six much bigger paragraphs <7> so if i put the menu, as html, in all the files, as I use to have it, each page would be MUCH bigger <5> "Much" is a gross overstatement. <7> noticeably <5> And your page would benefit from it. <5> *site <7> so <7> i will try it just 2 see how it works; so tell me more <7> remove what and do what? <7> remove document write, then put it in the page, as html, and then...? <5> First you make your HTML file as if neither JS nor CSS exists. Then you use CSS to put the menus where you want them and finally you use JS to make the menus behave as you want them to. <7> well i have the javascript working; am i needing to re-write that? <5> Probably not. <7> can I just strip the write document out and place the remaining code just below the javascript? <7> and nothing more <7> then do the CSS <7> to position <7> or should i go and look at www.brainjar.com/dhtml/menubar/ <7> www.alistapart.com/articles/dropdowns/ <7> www.alistapart.com/articles/hybrid/ <7> www.xs4all.nl/~peterned/examples/cssmenu.html <7> www.udm4.com/ www.cs.ucla.edu/~heng/JSCookMenu/ <7> to start from scratch <5> I already told you yes about the document.write part. <7> ok <7> i will try it out and BRB <7> http://www.profoundstates.com/index4.html <7> I tried what Pilum suggested; and it doesn't work <7> which I expected <7> that page is the result <7> obviously i did something wrong <7> i removed the write document stuff, put the remaining text, without any javascript, in the page, in line, as html <7> i guess that i still need to take the left over javascript and reference it as an external file; correct? <9> maybe the force might help <7> i fixed it <7> just needed to do that <7> now i need to figure out the CSS <7> for positioning <7> then make global changes after getting the primary page looking good; lots of work <7> it will make my overall page bigger; but i'm getting 25 gigs from my new host; so it's no big deal now <7> brb <7> before i go; does anyone know the CSS exact positioning line to force the drop downs to the top of the page? <7> i can google it if not <7> brb <7> I put a <br> at the top of each division/drop down; which helps; but the exact positioning will help once i add that <10> ht311: did that colon mean a type specification ? :> <11> no, javascript don't have that yet <7> i tried substituting top in place of absolute, in my css area; and that screwed up the page completely. any suggestions regarding forcing the mouse over drop downs up to the top of the page? <7> like they use to be <7> anyone know why the IE mouse-over drop downs in http://www.profoundstates.com got screwed up in http://www.profoundstates.com/index3.html and http://www.profoundstates.com/index4.html <7> i like those base images better; but i can't get my mouse-over drop downs to go back to the way they were <7> or stick to the top of the page with css <11> dropdown look fine to me <7> i'm using .menu{position:absolute and tried .menu{position:top - which really screwed it up <7> in fire fox they might <7> but not in ie <11> there is nothing as position:top <7> they shouldn't show up in fire fox <7> figured <7> how do i make the second two pages like the first one <11> read your js console in ff <7> ? <7> i don't even have firefox installed <7> hold on <11> [15:02] <7> in fire fox they might <-- you can see the future <12> Blasphema!!! <12> :P
Return to
#javascript or Go to some related
logs:
#chatzone REMOTE ACTION CONNECTION MANAGER #linux tourist informaion bahrain
#linux #c++ #MissKitten #linux #linux Ceeky Logs
|
|