| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Comments:
<0> Nanobot: when i use DIV.container { display: table-cell; vertical-align: middle; } <div cl***="container"></div> it aligns vertically but my div moves to left and it doesn't align to the centre anymore <1> asdx: Give the *div* a container (<div cl***="container1"><div cl***="container2"></div></div>). Give the outer div the margins and give the inner div the display and vertical-align <0> ok <2> !v http://reonkadena.net <3> HTML: Valid - http://validator.w3.org/check?uri=http://reonkadena.net/ <3> CSS: Not valid - Errors: 6, Warnings: 42, http://jigsaw.w3.org/css-validator/validator?uri=http://reonkadena.net/ <4> the errors are 3 bad color ones and 3 display: inline-block's, its okay not a big deal wont affect it <0> Nanobot: can u check it? http://pastebin.ca/124133 it doesn't work <5> Im using margin:0 auto; to center this, Can someone tell me why its not working in ff? http://www.relydesigns.com/jeff/ <0> recycle: try margin-left: auto; margin-right: auto; instead of that <6> hey may i ask a photoshop question? <7> !v http://www.relydesigns.com/jeff/ <3> HTML: Valid - http://validator.w3.org/check?uri=http://www.relydesigns.com/jeff/ <3> CSS: Not valid - Error: 1, Warnings: 2, http://jigsaw.w3.org/css-validator/validator?uri=http://www.relydesigns.com/jeff/ <7> recycle: That's why <8> how do I remove the spaces between <td> tags in a table row?
<7> `css border-collapse <3> css border-collapse: http://w3.org/TR/CSS21/tables.html#propdef-border-collapse <8> there seems to be a 1px - 2px gap <7> aunes2: with that <8> hrm thx. <0> Nanobot: any idea? <5> Dorward, Thanks <9> recycle: because you have 2 closing brackets for your h1 declaration <9> oh <9> too slow :P <1> asdx: Try also giving the inner div the width and height values <1> Or maybe giving the outer div display:table <8> Dorward: I'm actually having trouble with horizontal alignment. I don't mind the space between the rows, but rather the space between the <td> tags (horizontal). Which property will I need to look at for this? <8> erm <8> maybe nm. *continues to read* <7> aunes2: The one next to border-collapse in the spec <0> Nanobot: yeah! finally! :D <0> Nanobot: big thx <1> :) <1> It is sooo hot.. <0> indeed :P <0> http://pastebin.ca/124143 <8> Dorward: despite setting border-collapse to collapse and border-spacing to 0px, the spaces still exist. <7> aunes2: Shouldn't do. <8> Dorward: I've tried applying it to a cl*** (applied to the <tr>) and to the td's themselves via .cl***name td{} <7> aunes2: It applies to tables. <1> Internet Explorer doesn't support border-spacing <8> according to the document it also applies to inline-table elements <8> Nanobot: So what is the solution for cross-browser compatibility? <7> aunes2: td is a table-cell element, tr is a table-row element, neight are inline-table elements. <1> table{border-collapse:separate;} td{border:0} <1> Er <1> border-collapse:collapse right? <8> glorious. thanks for the tip :) <1> border-spacing is only relevant when border-collapse is separate <1> Your combination confused me for a second :P <0> Nanobot: do you know how can i align the elements and the text to be more or less like this? http://img346.imageshack.us/img346/121/foojo6.png <0> the input elements <10> Nanobot :D <10> Zeros! <11> Daveman!! <10> Yes!!! <0> how can i align my input elements to be aligned at the right and put some text in the left, like this: http://img346.imageshack.us/img346/121/foojo6.png <2> asdx: people saw it the first time you pasted that <0> and how can i do it? <5> Ok i was able to center the container, But i cant manage to center other elements inside of it. <5> http://www.relydesigns.com/jeff/ <12> `css specificity @ reisio <3> reisio, css specificity: http://w3.org/TR/CSS21/cascade.html#specificity <0> :( <12> `css !important @ reisio <3> reisio, css !important: http://w3.org/TR/CSS21/cascade.html#important-rules <0> do i need to use tables for that? <0> or? <13> i have a list that im formatting with <div> tags and id rather use <li>, how do i use css to remove the bullets from the list <12> list-style: none; on the ul <12> `css list-style @ menthol616 <3> menthol616, css list-style: http://w3.org/TR/CSS21/generate.html#propdef-list-style <10> reisio :p <12> I'm sayin'...always <10> ;)
<12> `fullheight @ reisio <3> reisio, fullheight: DECENT: http://phrogz.net/CSS/valign_in_body/block.html, LAME: http://www.alistapart.com/articles/fauxcolumns/ <0> for data/element tabulation is fine using tables right? <14> I have a page laid out exactly how I would like and would like to center the whole container in the page reguardless of browser window size. What should I do? <12> `deadcentre @ wndude <3> wndude, deadcentre: http://www.wpdfd.com/editorial/thebox/deadcentre4.html <12> `listamatic @ reisio <3> reisio, listamatic: http://css.maxdesign.com.au/listamatic/ <2> if i have two input fields with the same name, but one is disabled one the other is not, that should still function properly, right? <15> `float <15> `css float <3> css float: http://w3.org/TR/CSS21/visuren.html#propdef-float <15> `float tutorial <3> float tutorial: http://css.maxdesign.com.au/floatutorial/ , http://phrogz.net/css/understandingfloats.html <15> finally :p <0> how can i merge two cells with css? <0> is that possible? <16> how do i make the black box stay in the viewport in firefox <16> http://24.43.28.69:85/shalom/ <17> hi there, can any one help me there: http://www.africa-live.com/forum/view/single_thread/chc-forum/1/1/1.html <17> DIV.thread has borders but the latter wont show :/ <18> Hello. Is there a way to force an image (<img>) not to display in a webpage and, instead, force its alternative text to appear? I want to hide certain pictures from the printing version of the page. <18> I have this <h1><img alt="HELLO WORLD!"/></h1> and I want the printing version of the page (media="printf") to display HELLO WORLD! instead of a picture. <14> RTFS thank you a lot its dead on <14> :) <18> *media="print" (Man, printf... lol!) <19> Can anyone help with an IE quirk? :( <19> If you goto http://dev.igorsmirnov.com in IE vs Firefox you will see that the top part doesnt come down all the way :( <16> does bottom:0; work in msie <19> x-naga: for #bottom ? <16> yea <19> x-naga: no that just messes it up horribly <19> x-naga: i just made the change see for yourself <16> http://24.43.28.69:85/shalom/ <19> heh boxofprox is blocked already? cant get to that site im afraid <0> do you know how can i align the input elements to be more or less like this with css? http://img346.imageshack.us/img346/121/foojo6.png <16> does this url work for anyone <16> http://24.43.28.69:85/shalom/ <19> asdx: have ou tried margins? <0> Smirnov|work: margins? <19> asdx: yes try setting the margins for your text <0> Smirnov|work: yes but should i use two divs? <0> Smirnov|work: nested divs? <19> asdx: labels for the text, input for the input <19> li or divs for each line is up to you <0> ok := <0> :) <19> i like li myself <0> that cleared more my mind <0> thanks <0> :P <19> maybe you dont even need to use li if you just do a clear: right for the inputs <19> but then you cant style the whole line <19> so no css gurus around then? :( <0> i can use <span> too right? <19> i wouldnt recommend hat <0> why? <19> span doesnt make much sense in this case <19> you are trying to style blocks of text <19> span is for something inline <0> ah <0> right <16> im trying to get 100% heigh, but my footer disappeares in msie, http://24.43.28.69:85/shalom/ <0> <li> most be closed? <0> should i use inside a <ul>? <19> <ul><li>blah</li><li>blah</li</ul> <5> Can anyone tell me why the text isnt centered in its container ? <5> http://www.relydesigns.com/jeff/ <19> recycle: perhaps cause you never center it? <0> Smirnov|work: how do i made the dots disappear? <19> asdx: iiirc list-style: none; <5> Smirnov|work, margin:0 auto; ? <19> recycle: so what does that do, set the margins to auto ? lol <19> elemnents dont automagically center themesalves
Return to
#css or Go to some related
logs:
python ps listing argv #math sbin/depscan.sh #fluxbox ubuntu lirc_i2c #perl extensions.xml.gz #debian cedega alsa test failing under gentoo invalid module format gentoo loop.ko
|
|