@# 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> quick question... When not using an external css file what's the syntax of embeddeding it into your normal html? So I just use #mything{} straight in the html code?
<1> because yyy is identified as a pseudo selector.
<1> any advice?
<0> Oh nvm - looks like I need style tags in the header... grr
<1> Servo888: you have to use <style> tags
<0> tobie, does it need to be in the <head>?
<2> Servo888: Yes
<1> you can also stick them inline: ie <a href="#" style="display:none;">invisible link </a>
<3> Servo888: either <style> tags or inline as <p style="#mything{}">
<0> RobTheMuss, yah I'm doing them inline - but I should really put them into an external file / header... But I don't have access to the header part of the page... grr.
<1> RobTheMuss: you don't use curly brackets inline
<1> Servo888: I'm not sure but I can't you put <style> tags in the body too?
<2> tobie: No, you can't.
<2> tobie: At least, not in HTML.
<1> Dorward: thanks. wasn't sure, never used any...
<3> tobie: sory my mistake



<1> Dorward: do you have any input on what I posted above... you seem to be always so knowledgeable
<1> i.e. regading the allowed id syntax
<2> tobie: I think: #xxx\:yyy
<1> Dorward: in my CSS ?
<1> really ?
<1> wow...!
<1> I'm off to try
<1> Dorward: nope, doesn't work...
<4> !v my-copycenter.net
<5> HTML: Valid - http://validator.w3.org/check?uri=http://my-copycenter.net/
<5> CSS: Valid - Warnings: 28, http://jigsaw.w3.org/css-validator/validator?uri=http://my-copycenter.net/
<6> !v http://www.cerebrojd.net/notebox/
<5> HTML: Not valid - Errors: 7, http://validator.w3.org/check?uri=http://www.cerebrojd.net/notebox/
<5> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://www.cerebrojd.net/notebox/
<7> !v http://www.jonnydigital.com
<5> HTML: Not valid - Errors: 342, http://validator.w3.org/check?uri=http://www.jonnydigital.com/
<5> CSS: Valid - Warnings: 3, http://jigsaw.w3.org/css-validator/validator?uri=http://www.jonnydigital.com/
<6> !v http://www.cerebrojd.net/notebox/
<8> can anyone explain to me why in IE the links in the middle "Learning Center", "Design Center", etc. look so weird? http://atomicdesigninc.net/boschweb/bosch_ip/index.php
<9> lookst he same to me...
<4> !v my-copycenter.net
<5> HTML: Valid - http://validator.w3.org/check?uri=http://my-copycenter.net/
<5> CSS: Valid - Warnings: 17, http://jigsaw.w3.org/css-validator/validator?uri=http://my-copycenter.net/
<6> !v http://www.cerebrojd.net/notebox/
<5> HTML: Valid - http://validator.w3.org/check?uri=http://www.cerebrojd.net/notebox/
<5> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://www.cerebrojd.net/notebox/
<6> \o/
<4> is there away i can include an external font?
<2> sergiol_elsewher: Nothing practical
<4> so what "standard fonts" do you recommend me to have in http://my-copycenter.net menu and tabs to get them more exciting?
<10> i have a div with id of wrapper inside of my body tag...is there anyway that I can force the minimum height to be at least as tall as the browser window, but if more content is there, to force the height to be whatever size the page needs?
<11> s/tag/element
<11> Villageidiot: html, body, #wrapper { height: 100%; } body { margin: 0; padding: 0; } #wrapper { display: table; }
<11> alternatively:
<11> `fullheight
<5> fullheight: DECENT: http://phrogz.net/CSS/valign_in_body/block.html, LAME: http://www.alistapart.com/articles/fauxcolumns/
<10> RTFS: i like the decent technique...i'm pretty sick of the Faux Columns technique
<10> thanks! both of you for your help
<12> in http://guemanisse.dxwatch.com/ I cant make #col-bc-wrapper extend fully to #main-body. there is some air after wrapper that I cant remove. can anyone help?
<11> py1nb: just change #main-body's padding-bottom
<12> reisio: it now fills, but gets over #footer
<11> I said change it, not remove it :p
<12> reisio: I put at zero
<11> I know
<11> try 20px or so
<12> 20px seems to work. tnx. why doesnt 0px work?
<11> was afraid you'd ask that
<11> 1min I'll check
<12> :)
<11> py1nb: it's most likely that technically its container is that tall
<13> hi
<12> ok, thank you, reisio
<11> 'lo naz
<11> py1nb: sorry feeling a bit lazy :p
<12> no, it works anyway!
<13> i'm having troubles with css for a form: it's a simple frameset with labels on the left and input type="text" on the right. i'd like the label to take a fix widht (say 150px, i have that) and the input to take whatever space REMAINS. how do i do the style for the input ?
<2> nazgool: The only way I can think of is to use display: table ... but that won't work in IE.
<11> frameset? :p
<13> Dorward: ok thx, but i do need to find something that works with ie
<13> reisio: yes, what about the frameset?



<13> Dorward: (though i hate it)
<13> reisio: ahm you're right, i meant "fieldset" of course
<11> oh :)
<13> (man i'm getting tired)
<0> Can you put the <STYLE> tag in the body? Or only in the head?
<11> supposed to be in the head
<11> of course in HTML, you don't have to have a 'head' or 'body' element
<11> so _technically_ if you want to output really horrible code (but valid code, sure), you can get away with putting them most anywhere
<0> reisio, ok. Good stuff
<14> hmmm
<4> can somebody say to me if the http://my-copycenter.net tabs are or not oversized?
<11> sergiol_elsewher: they're fine
<11> !v http://my-copycenter.net/
<5> HTML: Valid - http://validator.w3.org/check?uri=http://my-copycenter.net/
<5> CSS: Valid - Warnings: 14, http://jigsaw.w3.org/css-validator/validator?uri=http://my-copycenter.net/
<14> hmm
<14> 1V http://highpoly3d.com
<14> !V http://highpoly3d.com
<5> HTML: Not valid - Errors: 26, http://validator.w3.org/check?uri=http://highpoly3d.com/
<5> CSS: Valid - Warnings: 10, http://jigsaw.w3.org/css-validator/validator?uri=http://highpoly3d.com/
<14> geezus
<14> thats a lot of errors hehe
<14> !v cgtalk.com
<5> HTML: Not valid - Errors: 125, http://validator.w3.org/check?uri=http://cgtalk.com/
<5> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://cgtalk.com/
<14> woahhh
<4> reisio: validating my site?
<4> :0
<4> :o
<11> looks that way :p
<4> what reason could take me to validate the site of another person?
<15> when floating something in a paragraph so all the text wraps around it can you push whatever is floated down in the paragraph so it wraps above below and to the side of it?
<11> drastick: yes :p
<15> you never told me how
<15> it pushes it down and wraps around the side and bottom
<15> but not the top
<11> well I don't remember how
<15> heh
<16> anyone know how to manipulate the DOM in IE (without JS) with some toolbar?
<11> but if I spent a minute searching online I could find out
<15> ive been searching
<11> or probably a minute playing around
<15> and testing
<15> and nothing
<11> try 'img text wrap above below'
<11> erm
<11> 'img text wrap above below css' :p
<15> huh
<4> reisio: what reason could take me to validate the site of another person?
<11> sergiol_elsewher: guess
<4> no patience for guessing
<4> say please
<11> no :p
<4> only comes thatto my head now: because it as tabs and could not be valid due to the way the tabs are implemented?
<4> and you are with not confident
<15> this is going to drive me insane
<4> that is valid
<11> no it's more like I'm not confident about the code of anyone that comes here :p
<11> :p
<4> :P
<4> :)
<4> it is natural
<4> editors normally do not have validating options
<11> `css white-space @ reisio
<5> reisio, css white-space: http://w3.org/TR/CSS21/text.html#propdef-white-space
<17> re
<11> tarded
<18> pancaked
<18> wha?
<18> b--o_O--d
<11> wtf is that...
<18> XD
<18> thumbs up


Name:

Comments:

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






Return to #css
or
Go to some related logs:

netcat gzip
freenx 'tmp' mount point in registry
nx6120 xorg
#gentoo
#ubuntu
irkick autostart kde
gentoo GL/glxproto.h
loadndiswrapper failed ubuntu
konqueror fish:// protocol not supported
#proftpd



Home  |  disclaimer  |  contact  |  submit quotes