| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Comments:
<0> I never had an issue in 1.0 either :| <1> Open the task manager, kill any Firefox process running, and start up Firefox via command line using "firefox -P default" <2> and seems the settings didn't get changed, but for some reason my toolbars got messed up and my extentions all disappeared <1> See if the stuff is back <1> Oh hm. <1> Might be a different issue. <0> I had it once going south, but that was my poking the cache and smoking the extension entries manually :) <2> i reloaded the extention, and it's configured exactly as i had it <0> commctrl: are you on win32? <2> no, ubuntu dapper <3> commctrl: do you understand what i'm trying to do? <2> ocr, yes, and you'll have to change your markup to do it <0> commctrl: if you're reinstalling FF, you need to hose the ~/.mozilla folder so it remakes it again <2> Nanobot, didn't work. still missing DTA and a few other extentions <2> CommandPrompt, i never reinstalled FF <0> commctrl: otherwise, the messed up files/settings are kept there and the new install won't quite clear it
<4> backup your bookmarks first, though <4> only thing important in ~/.mozilla usually <3> commctrl: http://pastie.caboo.se/6704 (is a cleansed version) <2> the only thing i can think of is that when the update manager updates firefox, it somehow messes with certain parts of my settings <4> but if you're upgrading to 1.5.0.5, don't bother - 1.5.0.6 is going to come out within a week <3> commctrl: I've googled around, whats a good way of doing this? <4> freaking dumb*** bastards always add a regression <5> yay for regression tests! :P <4> yeah really wtf is their braindamage <0> hehe <2> <li style="text-align: right;"><a style="float: left;">link</a> (00)</li> <-- P cannot contain block elements <0> updates oh, I turn that stuff off <1> Yay for insecurity <0> if I want 0.4, I dl myself, so if anything, I can also recreate it <3> commctrl: li outside or inside <ul> ? <2> ocr, you cannot have an <li> outside of a ul or ol... so what do you think? <3> commctrl: i tried with <ul style="list-style:none; padding: 0; margin: 0"><li> first, but it sortof stil indented the whole list <2> because you didn't remove the margin/padding from <li> <2> `zip @ ocr <6> ocr, zip: Start every stylesheet with this: * { margin: 0; padding: 0; }. You'll save yourself the confusion over quite a few strange element and browser spacing differences later on. <3> i have that :| <7> CommandPrompt: thanks :-) <4> `listamatic @ reisio <6> reisio, listamatic: http://css.maxdesign.com.au/listamatic/ <7> I can't get rid of the one pixel blue line above my footer at the bottom of the page .... anybody got any ideas ? <7> http://www.englishteachingkorea.com/practice/smooth-blue/smooth_blue.html <3> commctrl: it's still anchoring the <a> text </a> to the right :| <2> ocr, wtf are all these #sliced things? <4> babo: quick fix: .bottom_bar { position: relative; top: -1px; } <3> commctrl: remains after slicing a huge pdf <4> babo: should find the real problem, though <2> ocr, and nowhere in this entire CSS file do I see you styling the <a> <2> but when I put it in, it works <3> commctrl: i havn't gotten that far yet <7> reisio: quick fix doesn't seem to have any effect ... <2> THEN WHAT THE HELL WERE YOU HAVING A PROBLEM WITH? <4> babo: does here <2> were you BORN STUPID or did you have to WORK AT IT? <7> reisio: hmm ... <8> Roffle my waffle <2> Debate: Is it a good thing or a bad thing that designers have to also be at least competent coders? <2> (or barring that, have to have their design implemented by a competent coder) <3> commctrl: I think I found the problem <2> yeah, you're an idiot <2> and you didn't put float: left; on the <a> <7> reisio: that works for you ? ... firefox ? <4> yes <4> gimme a while and I'll get back to it and find the real problem <3> commctrl: nope, much more trivial, the rails method link_to embedds :cl*** => 'something' into the url unless the url is in a { block }. It had nothing to do with my stylesheet <2> christ, rails has actual methods you have to use to make links? whoever heard of templates? <2> generating html programmatically is ugly <9> [@Sekt]: "They say that when you play a Microsoft CD backwards you can hear demonic voices... <9> [@Sekt]: But that's nothing - When you play it forwards it installs Windows." <2> JediKirby, sounds like a bash.org comment <9> It is. <3> commctrl: statements like that is pragmatically ugly <4> babo: you spelled 'position' wrong is why it didn't work :p <3> commctrl: the reason for using link_to rather than static links (which work very well too) is that I can embed in several routes (or paths) for the same content, for example /user/1 and /user/oc and /user/show/1 all show the same object <2> wow, that sounds... excessive...
<3> you sound... simpleminded... <2> nope, just a staunch advocate of simple frameworks <3> but thanks for the help anyhow <7> reisio: arrgh ... thanks dude .... I guess I'm gonna take a couple of minutes break ... :-) <7> just one last thing ... what do people think of the design .. http://www.englishteachingkorea.com/practice/smooth-blue/smooth_blue.html <7> ? <3> commctrl: have you ever tried rails? don't think you get a simpler fully fletched enterprise(stupid tm for frameworks) framework than rails <4> babo: not sure what the actual problem is still :/ <7> I need a logo and a picture, but other than that, I'd say that it's better than crap ... <2> ocr, you've just proven how "not-simple" it is. it generates three different ways to access the same page <7> reisio: yes, I had a long look at it a while back and I wasn't able to figure it out ... <3> commctrl: yet still being simple, its very flexible, but thats the nature of Ruby not rails itself <2> Ruby is a Perl fork :p <3> commctrl: nah, its acctually written in C <2> and was created because Perl's unicode support didn't exist yet <3> though Perl was that too initially <7> any ideas for a logo design ? <3> commctrl: Ruby have evolved alot then <2> so has Perl, it has unicode support now ;-) <3> but this is a discussion for #ruby-lang not here :o) <4> !v <4> .contact{ <4> padding:10px; <4> } <4> .contact_details{ <4> float:left; <4> font-size:0.6em; <4> } <4> .contact_flag{ <4> float:left; <4> background-image:url(canada_flag.jpg); <4> background-position:middle; <4> background-repeat:no-repeat; <4> } <4> um... <4> well gj to my clipboard <3> I code Perl too, but it lacks compared to Ruby. But i do like POE <4> !v http://www.englishteachingkorea.com/practice/smooth-blue/smooth_blue.html <6> HTML: Not valid - Error: 1, http://validator.w3.org/check?uri=http://www.englishteachingkorea.com/practice/smooth-blue/smooth_blue.html/ <6> CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://www.englishteachingkorea.com/practice/smooth-blue/smooth_blue.html/ <2> jesus man <2> ocr, i'm holding my breath until p6 comes out... i've been clinically dead for a couple years now <4> what do you want me to do about it? Recode my clipboard stuff? :p <3> commctrl: yeah, I'm looking forward to that too :) <3> commctrl: but i like using many programming languages; keeps my interest up and trims my mind <2> i make games in java when i'm bored, otherwise it's Perl <3> i can't count how many languages i code now, though i mainly use Perl, Ruby, Python, C and Java :] <3> depends if its work, hobby, studies, helping friends ;] <3> but good night <3> and thanks again for showing me the right path ;) <10> i'd like to set the whole body of my page to 70% and then center it vertically in the middle. <10> can I use margin-top: auto; margin-bottom: auto;? <4> I forget if that works or not, but if not you can always set margin-top: 15%; or position: relative; top: 15%; <4> don't forget to set html { height: 100%; } <10> cool. <10> thanks. <11> hello <4> 'lo old <11> please need help. how include tag from a file .css in xhtml pages <12> rtfm <10> reisio, those work great in firefox. <10> in IE it looks like it just margins the top.. twice. <10> !v www.lukemacneil.com <6> HTML: Valid - http://validator.w3.org/check?uri=http://www.lukemacneil.com/ <6> CSS: Not valid - Errors: 2, Warnings: 37, http://jigsaw.w3.org/css-validator/validator?uri=http://www.lukemacneil.com/ <11> how I use the content of an archive with extension .css in my paginas in php? <4> archive? <11> file <11> mycolors.css example <4> tcpsyn: not seeing that here, hard refresh? <13> Zeros! <13> sup reisio <4> `html link @ old7
Return to
#css or Go to some related
logs:
quiznos+font #ai #mysql quirkycarla Ubuntu YUMs execvp permission denied init.d #sql #xine WGR614 vxWorks IPtable matrix
|
|