| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> hey i have a php returns a <div> on the page, i wanna make the <div> appear onmouseover .. what property do i set in the div tag to make it invisible at page load time .. or does the layer trick consist in making the div position absolute and move it offscreen - then back on screen when it should be visible? Anyone got example of layer showing onmouseover? <1> CSS issue. <1> Set display to none. <0> <div id="d1" display="none"> - then in jscript document.all("d1").display= ??? <1> No. <1> Never use document.all. <1> And I said CSS, not HTML. <1> style="display: none;" <1> document.getElementById('d1').style.display = 'block'; to set it back. <0> ok thx Pilum <0> whats wrong with document.all though <1> It's outdated and it's non-standard. <2> can someone look at my code and tell me what's wrong ? <3> hello <3> i have this problem <3> i am using a external js to open a mini-popwindow to choice a day of the week
<3> and i am creating a dinamic table , with this variable <3> cal.select(document.forms[0].numPartPayWork[2].finaldatetopay,'anchor1','dd/MM/yyyy') <3> the html is load normal <3> but the scirpt no work <3> .numPartPayWork[# ]<---- is this a problem??? <4> Hi, how can I get binary data from a file using XMLHttpRequest? <5> hey guys, is there <5> oops >_< <6> hi <6> "how can I get binary data from a file using XMLHttpRequest?" <5> Is there a way to tell the browser : "Stop rendering i'm rearranging some stuff..... wait... wait a bit more... okay now render." <6> :-( <6> probably not, but your issue can likely be fixed <5> (kidding) just need to set a display on <tr> and a row span on a <td> and don'T want it to flicker between the 2 so i'd like to stop the redering for more than 1 action <6> in another way <5> sorry just thought it was a fun way to explain my problem <6> can you provide a link so I can see that? <6> :-( <5> http://www.333photo.com/clients/tracker.php# <- click the blue arrows on the left.... it is reall really really subtle, but i'm planning on doing some more rearanging while i'd like the browser not to re-render each time <6> Firefox? <5> no IE <5> for this one i don't care about FF <5> i will care about Khtml, but that's optionnal, and can be checked later <5> (khtml = Safari/Konqueror (Mac/KDE Linux)) <6> i don't see the flicker <6> do i just mouse over it? <5> well... it's not like it's a necessity that you see it <5> no you click the arrows on the left <6> ok.. <6> and then what? <5> it changes a row span, and shows a <tr> <6> oh, I see <5> so the flicker is really subtle at the exact point on where the rowspan and the number of row changes <6> it's not a flicker <6> and it isn't subtle <6> did you want it to change the location of the arrow? <5> location? <6> yeah, i click the down arrow, right? <5> no... the row is duplicating caus i wanted that for testing, it'S all about the first row becoming a rowspan="2" <6> ok... so I click the right arrow, and I click it again? <6> ooooooooooooh <6> ok i got it <6> yeah it is completely broken in mozilla <5> okay... enough, it's not that it's ain't fun but i got other *something* to fry, forgot the expression <5> i donT' care about mozilla as i said earlier <6> ok i am guessing but i think your issue might be that you did not set your images with 'px' <5> O_o <5> okay i'll leave it there, you didn't get the question at first right? <6> i see your issue <6> but it is better seen when it is even more broken than you describe <6> geez <5> in c# that would look like this : this.SuspendLayout(); /* do stuff */ this.ResumeLayout() <5> i just wanna do that in JS <6> I don't know any C# <5> ... <5> okay good evening thanks <6> ... <5> you don't need to know c# to read and guess what this should do <6> Okay, just telling you <6> Geez man I've been trying to figure out my question for hours now <6> I'm trying to figure out what you're asking and you're just running away from someone who wants to help
<5> i'm asking "how can i tell the browser not to render while i do some changes in the layout" <6> should i keep looking or are you leaving? <6> Yes, and then you said you were joking <6> because that's not possible <6> unless, of course, you would like to change some values and then have it render <5> i said the way i was stating the problem was a joke, but rectified by a clear question that was mostly like theone i just asked <6> that is possible, provided those values are not element properties <6> yeah ok whatever.. <6> i am still not seeing any flickering <5> render non-element properties? <6> no... <6> changing values is possible <6> provided they are not element properties <6> so again, this is what I am doing <5> sorry that makes no sense to me... <6> Never mind... <6> I click the arrow button <6> and it becomes a down arrow button <5> that is not the issue at all <6> and the "11" box becomes twice as big <5> yeah and a new <tr> appear <6> and your text doubles <6> ok... <6> a tr defines a row in a table <6> You do NOT want the new tr? <5> are you actually trying to make me ask a question you can answer? <6> I need clarification <5> [21:53:42] <5> (kidding) just need to set a display on <tr> and a row span on a <td> and don'T want it to flicker between the 2 so i'd like to stop the redering for more than 1 action <6> That doesn't make any sense to me <6> so yes or no! <5> in code -> /* say to browser to stop rendering */ myTR.style.display = 'block'; myTD.rowSpan = 2; /* say to browser Okay now you can render */ <5> that's clearer? <6> If you mean render by "display", then it's not possible. <5> render, display, resume layout, calculate layout, paint, WM_PAINT <6> Can you just tell me what you would like to see happen? <6> you click the arrow, and then... <5> if i had a problem with the behavior of the arrow i'd asked about that <6> OK... I'm at your website. <6> You have some problem with it... <5> i don't <6> Can I see the problem visually? <6> ok... so what is the problem? <5> nvm <6> you can try irc.freenode.org if you want to ask some other people, maybe they'll understand what you mean. <5> thanks for helping, but you're not understanding me at all, maybe it's me i don'T care, so we'll just forget about this <6> make it sterling.freenode.net <5> nah, better people here i'm on freenode <5> though ht311 isn't here <5> i'll see him tomorrow <6> i see <6> oh, i see you <5> good evening <6> k <6> same.... <7> hey <7> can I somehow use the .getElementByID on the response got from an xmlHttpRequest ? <8> how can you do window.open() which is popup inside a popup? <8> i have a popup window and inside a popup window theres a link for another popup <8> i tried window.open() but it open in same window <9> anyone know of a firefox bug that doesnt allow y6ou to focus(); on a select box <9> http://pastebin.com/773830 <9> Industry is a select box <9> works fine in internet explorer <9> my bad tis fixed <9> http://pastebin.com/773835 FYI FF and IE <7> hey <7> anyone knows a channel for vbscript ? <10> are you using client-side or server-side vbscript? <7> server side <10> then that is called ASP <10> #asp <7> :) <7> I understood that on undernet the #asp is not a help channel any more <10> well... you have to be pretty lucky :P
Return to
#javascript or Go to some related
logs:
#php burger 423kcal #linux #london resetting the rd1072a BCERT OF INDIA #javascript #linuxhelp ubuntu fxmedia #mirc
|
|