@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<0> solved now
<1> damned isdn
<2> cool
<1> again error 1045 *sigh*
<2> user error, replace user
<1> its root
<2> its you
<3> those are the worst
<3> "error 1045" sounds like crap code to me
<3> "sorry, i'm a lame programmer so you better go parse the source to find out what went wrong"
<1> one min ago phpmyadmin says 'successfull p***word changed for root' not it no works
<1> *now
<2> mind the function p***word();
<2> hire someone to overcome this verrrrry serious issue
<1> i dunno for real
<2> you know nuts



<1> i dunno anythings
<1> Message: Access denied for user '%s'@'%s' (using p***word: %s)
<1> better to try to get some sleep, later people
<3> later
<1> tsk later
<1> and damned myself
<1> now works
<1> gday
<3> gday bruce!
<4> http://www.ks.informatik.uni-kiel.de/~visatec/picture_gallery/citti/belmandel1.jpg
<4> i wish they had that in finland :(
<5> Mendrik, canned poo?
<5> with nuts
<4> :D
<4> yup
<4> well its quite awesome
<4> and no its not vegamite
<4> vegemite*
<5> got to go, see you
<6> moin
<7> re
<8> Does anyone speak russian? :-S
<9> a little bit
<8> Ty mne ocin nravissja*
<9> You want to translate it or you're saying it to me?
<8> Lol. I want it translated :-)
<9> "I like you very much", "I find you very attractive"
<8> :-D
<8> Nice
<8> Wan't to grab a drink?
<8> -'
<10> yo whats up
<10> how can I hide elements "entirely"? I tried it with visibility: hidden, display: none and so on, but the content is only "invisible" and not "removed".
<10> any idea
<8> You can not remove elements with CSS.
<8> You can only 'style' them.
<8> You can try something like document.getElementById('removeme').parentNode.removeChild('removeme');
<10> hmm ...
<8> But thats JavaScript, and I'm not entirely sure It's correct either.
<8> Aha, It's correct. It'd remove an element with the id 'removeme'.
<10> any code snippet?
<8> That's it
<8> <script type="text/javascript">document.getElementById('removeme').parentNode.removeChild('removeme');</script>
<10> mh ... and the element I wanna remove got the attribute id="removeme"
<8> True
<8> Check quirksmode.org
<10> Thanks, I will try that. My point is I don't have any clue of JS :)
<8> and w3schools.com .. Lot's of cool tutorials and documentation about DOM manipulation.
<9> id="removed" will be still visible in pages source
<10> I don't care, just has to be hidden for the user. I don't mind if they see that in the source code.
<10> I only wanna get rid of it on the screen
<9> but display: none; hides it from user on the screen perfectly
<8> Then just use display: none;
<10> yes bogi, but it still got "his space"
<10> so the content underneath is still at the place it is
<9> KaMeL, visible: hidden; works this way
<9> display: none; should not take it's place
<10> it does, hang on
<9> KaMeL, you've made a mistake propably
<8> There's no way it would do that. You probably left some margin, padding, or absolutely positioned element unchanged from the previous layout.
<8> Your problem only takes proofreading to solve :-). How about mine, Exlporer refuses to show an element just because it's positioned absolutely :-)



<10> bogi: http://web0.v766.ncsrv.de/fuchs/index.php?id=18,4,0,0,1,0
<10> if you use the search top left, it shows result in the center how it is supposed to
<10> but do you see the space to the top? Between results and breadcrumb
<10> that is another form div I want to hide
<10> hiding works, but not giving the space free
<10> and <div cl***="search_form"> got visibility: hidden now
<9> I don't get what you want
<10> 1. Click on that link. 2. Enter "fnf" in the textfield on the left and press "Suchen. 3. Watch the space between the results and the breadcrumb
<9> Ok, I see it
<9> and?
<10> that is what I don't want
<10> the space
<10> it is distinguished between <div cl***="search_form"> and <div cl***="search_result">
<10> I am hiding "search_form"
<10> and want "search_result" to the top now, I don't want this space to the top
<10> got it?
<9> KaMeL, .search_form {display: none;} works perfect for me
<10> hmm hang on
<10> visibility:hidden; doesn't work right now
<9> I repeat: display: none;
<10> hm ya that works ;)
<10> weird ...
<9> Not visibility: hidden
<10> thanks mate
<9> That's a difference between visibility: hidden and display: none
<9> hidden hides an element, but still takes it's place on the screen
<10> okay
<9> display: none makes that element are not displayed at all
<10> Dziekuje!
<11> wb Mednie
<4> cheers
<12> sera
<12> ho un problemino
<12> perche quando metto una casella di testo dentro un form nella visualizzazione si sposta leggermente verso sopra la casella di testo?
<13> try to describe it in english please, this is an inglish channel
<12> ok
<12> i have a form
<12> a text form
<12> when i insert the text in the page
<12> it's ok
<12> but when i use a form like post or get
<12> the text go a bit up
<12> i explain better
<12> i have a textfield
<12> when it is without a form action
<12> it's ok
<12> but when i insert a form in the text
<12> the textfield go up
<13> could you show the page where this happens?
<12> ok wait
<12> http://pc8.altervista.org/login.php
<12> look username and p***word
<12> if i delete the form code
<12> the username textfiled became right
<12> when i put form code the textfield go up
<13> I think you need to put the form outside the entire table if you want both of the fields in it. Now it's inside a cell and the second fiel will be left out.
<12> uhm but the textfield must be inside the table
<13> And you can try setting style="display:inline;" in the form attributes so it won't make any margins.
<13> Yes, and it can be, just start the form before the table and end it after the table, it doesn't amtter where the textfield is.
<12> ok i try thx
<1> mornin
<13> mornin? afternoon I'd say. it's almost seven pm here.
<1> ;) just wake up, hello Gedoon
<13> ciao bella
<1> bella?
<1> lol
<13> I dunno. I'm no ****ing dictionary
<1> bella is like 'beautiful girl' or in rome they use it to say 'ciao'
<1> she's bella (beautiful)
<13> bellissimo
<1> or bella Gedoon-S how are u?
<1> :D
<13> wow, I'm learning italy. cool
<1> lol u're the numero uno


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #html
or
Go to some related logs:

cuccumazzo
#worldchat
#worldchat
#metal
#worldchat
#worldchat
#worldchat
#worldchat
Lame night quotes
#worldchat



Home  |  disclaimer  |  contact  |  submit quotes