@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15



Comments:

<0> i tried that before, it didn't seem to want to work
<1> swim: pm me
<2> hi. is it possible for a document inside a frame to know whether its parent frame is visible
<2> I am making a frame visible and invisible with CSS
<2> and I want the document inside the frame to change when I amek it visible
<2> !v http://elicoten.servegame.com/ezra/loading.html
<3> HTML: Valid - http://validator.w3.org/check?uri=http://elicoten.servegame.com/ezra/loading.html
<3> CSS: Not valid - Errors: 7, Warnings: 8, http://jigsaw.w3.org/css-validator/validator?uri=http://elicoten.servegame.com/ezra/loading.html
<4> `css frames @ Eli_Coten_
<4> `frames @ Eli_Coten_
<3> Eli_Coten_, frames: http://dorward.me.uk/www/frames/ , http://xrl.us/ig2u
<2> I need a url to be displayed inside the frame
<2> so I can't use a div/css frame
<4> <iframe>?
<2> yes I'm using iframe
<4> I don't think CSS has that ability.. try asking in #javascript



<2> yeah I would like a javascript function
<5> hi
<5> I have a problem with a simple table
<5> sometimes, it works as expected. but sometimes, there is a white 1px line at the bottom of the center cell
<5> anyone have a look?: http://fsi.informatik.uni-erlangen.de/dw/informationen/news/09-2006#um-_und_neugestaltung_der_fsi-webseite
<5> on this page the white line should show up
<5> white because that's the background of the table
<5> in opera it's even stronger and on every page in that wiki
<4> !v http://fsi.informatik.uni-erlangen.de/dw/informationen/news/09-2006#um-_und_neugestaltung_der_fsi-webseite
<4> !v http://fsi.informatik.uni-erlangen.de/dw/informationen/news/09-2006
<5> I guess its bad but that's from dokuwiki :/
<3> HTML: Valid - http://validator.w3.org/check?uri=http://fsi.informatik.uni-erlangen.de/dw/informationen/news/09-2006
<3> CSS: Not valid - Errors: 22, Warnings: 54, http://jigsaw.w3.org/css-validator/validator?uri=http://fsi.informatik.uni-erlangen.de/dw/informationen/news/09-2006
<6> if I have the url of an image, is there a certain way to block that image from being displayed using css?
<5> only knowing the url? I guess no
<4> roostishaw, what are you trying to do? be more specific.
<6> ok, im not gonna lie: I have embedded google calendar on a page, but want to get rid of that unprofessional "powered by google" icon
<4> ok.... RTFS is lagging... give me a sec
<7> `ping
<3> ping: pong
<7> no he ain't
<4> =/
<4> hates me then ^_^
<4> `selector
<7> `ping @ Zoffix
<3> Zoffix, ping: pong
<4> `zoffix
<3> zoffix: http://zoffix.freehostia.com/bash.html
<4> hm.. why does `list not working?
<7> ?
<7> `list
<7> that?
<4> CommandPrompt, yeah... except you need to /msg it
<4> `selectors
<3> selectors: http://w3.org/TR/CSS21/selector.html - http://css.maxdesign.com.au/selectutorial/ - http://gallery.theopalgroup.com/selectoracle/
<7> Zoffix: is your nick registered?
<7> freenode doesn't allow private /msg/query/notice to non-registered nicks
<4> CommandPrompt, oh yeah.. I forgot ^_^
<4> roostishaw, you need to do this -> img[src="IMG_URL"] { visibility: hidden;} or low z-index.... and I'm not sure if that is supported on every browser
<7> ahemmm no it ain't
<7> it surely isn't in IE
<6> :(
<6> is that the only way to filter an image by url? im still looking around, but have found nothing
<4> roostishaw, well... is there anything else in that image besides URL?? is it in any <div> or something?
<7> roostishaw: the image is embedded in the page, right? preprocessed, pasted in by some script and served like so, right, but not in the markup of the page in the server itself, correct?
<4> yes
<7> in short, is the image part of the markup in the page or in a frame/iframe?
<6> iframe, thats it
<7> roostishaw: then you're SOL
<4> hm... I think there is no way then
<6> its part of the calendar which is in an iframe
<7> there's no cross-domain access
<6> but i can right click, view image, and it will view it seperately
<7> if the iframe was from the same domain, you can change stuff by means of the other doc/page, if both are in differfent domains, one cannot access the otehr
<6> and there is no way to do it with javascript?
<6> (that you guys/girls know of)
<7> nope, js is not given access on crossdomains
<7> just same-domain objects
<7> nor js nor css
<7> all your IMGs are belong to us



<5> hey those bitchy css errors are silly internet explorer **** tags
<4> roostishaw, the way I would do it...is call a Perl script in that <iframe> and that script would call that site and return that site without an image ^_^
<4> Perl++
<6> ...thats way over my head...
<4> roostishaw, it's really easy.. I can make you one ^_^
<4> roostishaw, what server are you hosting it from?
<6> is not online yet
<6> :(
<4> roostishaw, well.. will it have Perl support?
<4> LWP::Simple to be exact
<6> yes
<4> roostishaw, ok.. give me the url of that calendar]
<6> just make a comment by it or something, so i can chane it when i get it online
<6> you mean the "powwered by" image?
<6> or the entire iframe?
<4> roostishaw, no I mean the entire iframe
<6> was that a pm?
<6> :D
<6> Zoffix, just making sure you got that url...
<4> roostishaw, lol.. funny.. I don't see the image in IE ^_^
<6> :(
<4> roostishaw, ok.. give me about 15 minutes.. I need to grab my laundry... .
<6> in the lower right hand corner
<6> ok, ok... np... take your time
<6> in case im away from my comp when you get back, the url of the "powered by" icon is:
<6> http://www.google.com/calendar/images/ext/poweredby.png
<8> how do i get an floating image to clear a container?
<9> I have two divs that I want side-by-side, so I floated the second to the right. But now when the window is resized to be too narrow, the second div pops below instead of next to the first. What should I do?
<10> nzk: umm why did you ask me to pm you?
<1> to help you
<1> but you dont answer
<10> nzk: I did, I pm'ed you
<1> i know
<1> you didnt tell me what exactly you need help with
<10> oh sorry shall in a pm now?
<5> !v http://fsi.informatik.uni-erlangen.de/dw/informationen/news/09-2006
<3> HTML: Valid - http://validator.w3.org/check?uri=http://fsi.informatik.uni-erlangen.de/dw/informationen/news/09-2006
<3> CSS: Valid - Warnings: 63, http://jigsaw.w3.org/css-validator/validator?uri=http://fsi.informatik.uni-erlangen.de/dw/informationen/news/09-2006
<5> !v http://fsi.informatik.uni-erlangen.de/dw/informationen/news/09-2006
<5> would you like to help me now :))
<5> pleeeease :)
<5> I just don't understand why the table grows longer than its last element
<4> lmao... I just got $6 out of the dryer... ahaha... I'm so smart!
<6> lol, nice
<6> did you get all the info you need for the perl script?
<6> Zoffix ^^
<4> roostishaw, hm.. for some reason it looks not like in the table =/
<6> ?
<10> nzk: did you recieve that last pm?
<1> yeah
<10> k
<4> roostishaw, http://zofbot.freehostia.com/cal.pl see =\
<4> !v http://zofbot.freehostia.com/cal.pl
<3> HTML: Not valid - Errors: 2, http://validator.w3.org/check?uri=http://zofbot.freehostia.com/cal.pl
<3> CSS: Not valid - Error: 1, http://jigsaw.w3.org/css-validator/validator?uri=http://zofbot.freehostia.com/cal.pl
<4> oh...ok I think I know what's up
<4> yep...got it
<11> Can someone help me get the same effect of my drop down menu but valid XHTML? I cant use <div>'s within <li> and <ul>. Heres the site http://24.154.232.113:8080/~rab/.dontlookhere/test/
<1> swim check pm
<12> !v http://24.154.232.113:8080/~rab/.dontlookhere/test/
<3> HTML: Not valid - Errors: 32, http://validator.w3.org/check?uri=http://24.154.232.113:8080/~rab/.dontlookhere/test/
<3> CSS: Valid - Warnings: 2, http://jigsaw.w3.org/css-validator/validator?uri=http://24.154.232.113:8080/~rab/.dontlookhere/test/
<13> rab: whats wrong with additional lists?
<11> They arent valid XHTML
<11> i dont know how to get the same effect without the <div>'s
<13> rab: er... yes they are. those random divs in there are the problem
<13> what are the divs for?
<11> to style it
<11> I mean...
<6> Zoffix, should i fefresh? :D
<11> They add the line on teh left hand side of the menu
<6> *refresh
<13> Why can't your ul do that?
<13> or the list items themselves, even


Name:

Comments:

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






Return to #css
or
Go to some related logs:

kommando neverwinter gentoo
ubuntu ifconfig setting static ip
#web
#perl
css divs side-by-side without float
#perl
google look for parenthesis
libmozjs.so gentoo
#osdev
adjust brightness ubuntu



Home  |  disclaimer  |  contact  |  submit quotes