@# 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> ludacrisp: the page or the window?
<1> ludacrisp: Like this: http://test.riczho.dyndns.org/fullheight/?
<2> ludacrisp i already solved that problem so look at my code
<3> i thought position:fixed didnt have much backward compatibility
<3> well here's the problem, i had it set up with a javascript working just find
<3> fine*
<1> ludacrisp: Well, you definitely don
<1> 't need javascript to do that.
<1> (Sorry-- too fast on the enter key)
<3> then i added yahoo grids for the middle part, but i still wanted my header and footer to be 100%, so now, even when yahoo grids are inside a wrapper, the offsetheight of the wrapper says its 0
<3> which makes no sense to me, because the footer is block and it still displays after the yahoo grids
<3> if the yahoo grids had no height, then the footer would sit right under the header
<0> `css min-height @ ludacrisp
<4> ludacrisp, css min-height: http://www.w3.org/TR/CSS21/visudet.html#propdef-min-height
<3> wow, that complicates my js severely



<3> wish i could just do something like position:absolute; top:100%; margin-top:-50px;
<3> oddly enough what i juts typed worked
<2> !v http://www.createdbycheney.com/testc/storm.cfm?funnelaction=3
<4> HTML: Not valid - Errors: 91, http://validator.w3.org/check?uri=http://www.createdbycheney.com/testc/storm.cfm?funnelaction=3
<4> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://www.createdbycheney.com/testc/storm.cfm?funnelaction=3
<3> the son of a btich wont stay in place in ie
<5> give it the ole ball and chain
<6> I have a div inside another div. The inner one is taller than the outer one, but I want to outer one to grow to entirely contain it. How do I do that?
<7> salkot, overflow: show;, or stop floating/positioning the inner one
<7> `css overflow
<4> css overflow: http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow
<6> thanks, hawkaloogie
<8> Dr_Task: link?
<9> http://www.llschools.net
<9> yes, i designed and built my schools website
<8> Dr_Task: your doctype is nonstandard
<8> `doctype html4strict @ Dr_Task
<4> Dr_Task, doctype html4strict: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">;
<8> that one is good, I suggest you replace your current one with it
<9> ok. i wasnt aware there was new one. we are trying to transfer everything into XHTML...so yeah
<8> Dr_Task: why are you trying to do that?
<9> better standards
<8> Dr_Task: better standards?
<9> and my teacher/business partner is crazy about being up to date
<10> do you have a picture of him
<9> she is an old lady i started a website design firm with and she wants it in XHTML and CSS2
<10> her
<8> well, don't use XHTML 1.1 - stick to 1.0, and don't put anything (like an xml declaration) before the doctype
<8> otherwise your site will always look weird in different browsers
<9> ok. i actually understand what that means, lol...half of what is discussed in gentoo i get lost with...alright thanks!
<10> penisunderthemoonlight
<8> Dr_Task: the doctype that you had when I looked at the website was incomplete, it triggers quirks mode and quirks mode is a nasty mode :p
<8> da-drew: don't start with the constant vulgarities
<9> hmmm...i thouht i fixed htat
<9> that*
<9> grr...stupid kids messing with my code
<10> just so we're clear on this... i'll stop with the genitalia references and excessive vulgarity, but im allowed to abuse people, correct?
<9> the site is a web design II cl*** semester project that i layed the foundation for and she has them work on it during the semester with me doing major htings
<9> things*
<8> da-drew: no :p
<8> da-drew: only if they _really_ deserve it - like after they start abusing you
<8> Dr_Task: ah
<8> Dr_Task: sounds like a pain :p
<9> no kidding
<10> he'll kid if he wants to
<10> son
<9> having a bunch of kids that only know basic HTML let alone the standards trying to maintain a website with over fifty pages....a real mess
<11> whats the equivalent of text-align for images? I havent used css in aages
<10> the ****ing same.
<8> Dr_Task: sometimes I check back at my old high school website, which is coded by the web design cl*** there...oh the horror :p
<9> well, thank you reisio! that will help out tons, because we couldn't figure out the problem for ages! but then again, we only started looking into firefox compatibility when i started using firefox to get around the websense
<9> lol...kids and html in high school....scary.
<2> do you guys know if <img src="" align="right" /> is allowed in xhtml strict?
<9> web design I runs the high school page, and web design II gets the district...and im the project manager :-S very irritating having kids with a semester of experience teaching me (having 6+ years of work with html) how to code.
<2> lol
<10> no cheney
<10> you clown
<2> damn
<10> float it right
<10> display:block with set dimensions
<2> k



<12> hey if I've got three different types of alert messages (.warning, .notice and .alert) each with a different background-image value, but all have the same border, width, margin, background-color, color, etc, how can I share the common values between the three different selectors?
<7> if you float, you don't need to display: block;
<10> i think you do
<7> `css selectors @ opc0de # look at commas
<4> opc0de, css selectors: http://www.w3.org/TR/CSS21/selector.html
<2> are hspace and vspace allowed in xhtml strict?
<6> hawkaloogie, I
<10> NO CHENEY
<8> opc0de: one, two, three {
<6> er, I'm still trying to solve that problem from before
<10> ITS CALLED PADDING
<10> OR MARGINS
<2> k
<10> may i unleash on him, reisio
<10> i do believe he is testing my patience
<9> padding is nice :)
<7> da-drew, if you're here to help, help. don't hinder...
<8> da-drew: no dude :p be nice
<12> hawkaloogie: I tried that, but I had ".warning { background-image: url(/path/to/image) } \n .alert { background-image: url(/path/to/alert.png} \n .warning, .alert { background-color: whatever, color: whatever, font-size: whatever }" but it woulnd't work, cause it would just take the first definition of .alert or .warning and use that one, isntead of using _both_
<7> and it'd be nice for our community leaders to first lead by example. the excessive use of "enter" and caps is annoying
<9> off-topic: how do you maintain discussions in different channels with a single client??
<8> cheney: http://www.w3.org/TR/html401/index/attributes.html
<12> Dr_Task: multiple windows
<9> lol..sorry reisio has me itching my head
<8> cheney: pay attention to the 'D's and 'L's on the right
<9> lol...i figured
<8> Dr_Task: xchat has tabs
<9> i know
<9> thats what i am using
<9> but i dont like switching tabs...too lazy :P
<12> reisio: but if you have one, two, three {, how do you define specific behaviours for one, two and three by themselves
<7> opc0de, wtf is that code? .warning, .alert, .whatever { /* similar styles */ } .warning { /* .warning specific styles } .alert { /* alert specific styles */ }
<10> hawkaloogie: i do appreciate your acknowledgement of me as a community leader. you have inspired me to correct my behavior and provide help to those who are struggling.
<8> opc0de: one, two, three { stuff } one { stuff } two { stuff } three { stuff }
<8> Dr_Task: I use alt+#
<9> wow
<9> i didnt know that
<8> #css is second, so that's ALT+2
<12> reisio: okay, cause I had that but it seemed that it wasn't combining the styles from all the blocks
<9> cool! keyboard shortcut noted
<8> #gentoo is first, so that's ALT+1
<12> hawkaloogie: that code has \n's in there to denote separate lines.. yeah, makes it confusing
<8> opc0de: you might have had a syntax error /me shrugs
<6> hawkaloogie, I actually have two divs contained within a third div. I want the outer one to be at least as tall as the inner ones. I can't remove the float: on the inner ones, because then they stack instead of being side-by-side, and overflow: doesn't do anything
<8> opc0de: http://validator.w3.org/ and http://jigsaw.w3.org/css-validator/ are helpful
<9> sorry, i just recently learned about how to get those configured on fluxbox...ok im going back to the topic now
<9> sorry
<8> Dr_Task: we're not as fanatical about the topic as #gentoo is :)
<10> salkot: one of the inner div's needs to be non-floated, so it will support the height of the outer div
<10> whichever the bigger column is
<7> perlbot xy problem # salkot, you waste time when you don't describe your problem correctly
<7> `layout 2 @ salkot # Try some of these?
<4> salkot, layout 2: http://css.maxdesign.com.au/floatutorial/tutorial0816.htm
<6> da-drew, but which one is taller can vary
<7> i thought there were more... crap...
<10> then you need to go find the holy grail, soldier
<10> salkot: http://www.positioniseverything.net/articles/onetruelayout/appendix/holygrail
<6> sir yes sir
<10> hey salkot
<10> who's the prettiest flower in the meadow
<12> reisio: this is what I've got 0
<10> combine it with the prettiest color of a rainbow and you'll discover and the past tense of draw and you've not only discovered who's not wearing any panties, but what color they are
<12> http://pastie.caboo.se/4759 rather
<10> damn, i need to proofread my jibberish
<6> da-drew, your riddles are too hard for me.
<10> do i need to spell it out for you
<6> yes.
<8> opc0de: ya that's got syntax errors
<10> there's yellow panties around my ankles
<8> opc0de: change all instances of 'background-image' to 'background' and you should be good
<8> `css background @ opc0de
<4> opc0de, css background: http://www.w3.org/TR/CSS21/colors.html#propdef-background


Name:

Comments:

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






Return to #css
or
Go to some related logs:

REAPIT TUTORIAL
wg311v3 master mode
gparted uncorrected errors
#perl
modem lights fc5
kprinter initializing print system
clear dmesg
xorg useflags
reinstall grub from within gentoo
+ubuntu +opening as NTFS failed Operation not supported



Home  |  disclaimer  |  contact  |  submit quotes