@# 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 16 17



Comments:

<0> i hope adobe bankrupts and gimp goes mainstream
<1> lol
<0> oh god i wanna see em squirm
<2> Photoshop ****s. Use GIMP.
<2> (Actually I'm not hugely fond of GIMP, although I do use it.)
<0> they got these environment friendly urinals bla bla blah
<3> geez. Photoshop CS2 is almost $600 ot Amazon.
<0> if gimp becomes an exact ps clone who are they going to sue?
<4> blognewb: the names in the authors list
<4> (which might even include me)
<0> hehe
<4> guess not
<0> will you work for adobe should they see you on the list and hire you
<0> hell nOOOO!!!
<0> or why not
<0> sure



<0> wheeeeeee
<5> How can I cause a div to be float above other content, without pushing the other content around? I'm trying z-index, but that doesn't seem to do the trick...
<6> bmaz: do the other div tags which are moving have their position property set to relative?
<5> jwhayman: they didn't explicitly.....but tried, no luck. Then, guessing your response, I changed them to absolute....is that the right answer? It seems to work.
<6> bmaz yeah i was gonna say, div tags move if they are relatively positioned
<5> jwhayman: cool...thanks for your help
<6> np
<7> Challenge for some some CSS folk? www.wovenlabs.com/blog -- see the India, Inc. entry? I want the .links (read more | add a comment) to position itself at the bottom right of the node like the others. It's not doing so due to the IMG and text length, but how can I force it to?
<8> Is there a way in CSS to do a character break after so many chars? ?
<8> oops, sorry for the extra "?"
<4> Trae: no
<8> frb, k... tx didn't think so, but my kung-fu is rusty
<6> davenotik: could you not just put the content in a div tag and the readmore | add a comment in a div tag
<6> davenotik: and have one above the other in the wrapper
<7> They are I believe.
<7> jwhayman: There's .node, then .content, then .links
<6> *looks at source*
<7> In fact, .links follows and is outside of .content.
<7> jwhayman: I have .node as:
<7> .node {
<7> overflow: hidden;
<7> margin-bottom: 10px;
<7> }
<7> The overflow: hidden; is important for making it so the image doesn't flow over the node borders, but stays within...
<6> sorry, i was afk for a second, looking again
<9> If i set the body{width:740px;} and have a child ul with a width of 100% the ul has a width of 740px, in IE, however, if the child element is a table, and the width is 100% the width is infact the whole size of the page, how do i make it so the width of the table extends only to the width of the body, and not beyond that to the end of the page?
<10> use a wrapper div instead of resizing body?
<7> Yea, never heard of sizing body.
<7> Use Firefox to test your CSS anyways.
<9> Firefox displays it fine.
<7> And the Web Developer extension is very much recommended.
<9> I have that, thnks.
<7> Use a DIV.
<11> Is anybody doing development for Blackberry handhelds...? If so... do you prefer XHTML-MP + CSS Mobile.... or rather WML + CSS Mobile for well formed markup
<7> jwhayman: Any ideas? ;)
<6> davenotik, i think your div tags are messed up?
<7> jwhayman: How so?
<7> jwhayman: There's .node, then within it there is .content and .links -- pretty straightforward.
<6> davenotik, well just using the web dev toolbar (with information > display div order enabled) all of your posts look like the .links div is outside of the .info div while the india one is inside
<12> Hello, anyone have any idea how to make 2 divs sit on top of each other inside of cells on a table? This is what I have http://bladesling.com/mapsystem/editor.php Works for the most part, just there is a gap on the first row..
<6> davenotik: maybe that is why?
<7> jwhayman: Checking web dev toolbar. What is why?
<6> davenotik: maybe because the div .links is inside the .info for that post is why you are having a problem (it may just be a fault with the web dev toolbar however)
<7> jwhayman: It's not within. See code. There's .node, then within it there is (separately) .info, .content, .links.... then .node closes.
<7> jwhayman: Woa.
<7> I did it.
<7> Added overflow:hidden; to .content!
<7> So that it pushes its borders down, pushing the links down.
<7> Refresh.
<6> davenotik well done ^_^
<7> jwhayman: Thx for the sanity check.
<7> jwhayman: What do you do?
<7> Always fun to learn about others I randomly connect w/.
<6> oh
<6> heh nothing, im a summer student
<12> Nevermind I got it
<7> jwhayman: Where, of what?
<6> davenotik: but um no offence, i think your code could do with some whitespace, im in bermuda atm developing a new government website
<7> I'm in NYC, working with Drupal (www.drupal.org) platform, pushing on Woven (www.wovenlabs.com).
<7> Whitespace?
<6> yes



<6> so its easier for read for people trying to figure out problems :)
<7> As in better indented and readable?
<6> yes please
<7> Right -- got it.
<6> there are programs that will do it for you which are part of firefox which are always handy
<13> hi
<13> i have a picture with text right above and right below. all is linked to the same url.
<13> what i don't get is: how can i have the text style and the picture to change if the mouse cursor hovers above either the text or the picture?
<13> (i manage to do it separately, e.g. only the text or only the picture or both separately but not that hovering on the text also changes the picture)
<13> any idea?
<7> jwhayman: Oh yea, like what?
<7> Refresh, see source, added some comments...
<14> can someone please look at this --> http://www.math.usma.edu/people/henderson_t/test/
<14> the menus in FireFox are perfect
<14> and in IE are almost perfect
<14> each menu item is not on a line by itself in IE
<14> any ideas how i can fix this?
<6> davenotik: right now im using HTML Validator, it can clean up code and also does validation
<7> Won't mess up code, just format it better?
<7> Anyways, this code is being generated by a PHP script, so makes it harder...
<6> davenotik: oh i see, it shouldnt mess up the code but there isnt much point cleaning it up if you are using php to generate it i guess
<7> Yea, have to do it manually...
<7> Thx so much!
<6> lol you did it yourself :)
<7> Helps to bounce off others sometimes...
<7> thx
<6> np
<14> any ideas?
<15> I have a "a.readon{...}" declaration on my css file that works for ie but doesnt eork for ff. would this be a known issue?
<16> IE doesn't recognize height for a div?
<16> nevermind
<17> Hi I have a <div style="width:200px">
<17> but some lines goes more than that, can I force the text to adjust the 200px limit?
<18> Hmm im doing position absolute in a table, but its going underneath of the others, its supposed to float "over" the other tables, what should i specify ?
<18> no one ?
<19> Uhm, You mean like z-index?
<18> simmel: :)
<19> `z-index
<19> starsong http://www.w3.org/TR/REC-CSS2/visuren.html#z-index
<18> simmel: thanks dude
<19> starsong Np
<15> in this page: http://guemanisse.dxwatch.com/content/blogsection/5/63/ I made a rule span.createdate:before that only works in ff, but not in ie. what am I doing wrong?
<20> I have two divs I want floated to the center and to the bottom
<20> how do I do that ?
<21> py1nb: IE doesn't support the before and after pseudo elements
<15> Chillax: ohhhhh sh*t!
<18> nani wa twin desu ka ?
<6> canonp: put them both in a wrapper and give the wrapper these properties #wrapper {position: absolute; left: 50%; margin-left: -(half the width of wrapper); width: (wrapper width); that should center it in the middle of the page, dunno about the bottom
<18> so ..
<18> if i have to make something to float over another element, i just use z-index
<18> did i mention that i hate iexplore ?
<20> u mean internet exploder
<20> or exploiter
<20> which ever u prefer
<18> CanonP: right on
<18> i ****ing hate it is so ugly, no font antialiasing, it looks like ****ing crap
<20> http://www.shopsunshine.com/new%20sunshine%20layout/itempage.htm, any ideas why the add to cart div isnt displaying as a third coloumn ?
<21> !v http://www.shopsunshine.com/new%20sunshine%20layout/itempage.htm
<22> HTML: Not valid - Errors: 7, http://validator.w3.org/check?uri=http://www.shopsunshine.com/new%20sunshine%20layout/itempage.htm
<22> CSS: Not valid - Errors: 8, Warnings: 41, http://jigsaw.w3.org/css-validator/validator?uri=http://www.shopsunshine.com/new%20sunshine%20layout/itempage.htm
<20> missing alt tags
<23> CanonP: alt isn't called a "tag", it's called an "attribute".
<20> *atributes
<20> chillax, any ideas ?
<21> `help @ CanonP
<22> CanonP, help: www.diveintomark.org/archives/2003/05/05/why_we_wont_help_you
<18> im trying to use table position:relative with another one inside with position:absolute, what im trying to achieve is that the inner table can float all over the other tables (outside this one), but mantaining the position of the containing relative positioned table ...
<20> no real errors
<18> :\
<20> html validates
<18> should i use z-index for that too ... or ..
<18> what :\
<20> and the CSS doesnt validate because of ie hacks


Name:

Comments:

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






Return to #css
or
Go to some related logs:

#osdev
ubuntu udev conflicts with hotplug
Fatal error: Call to undefined function xml_parser_create() gentoo
#bash
pfpinfo
smntp errors
perl process username sudo getlogin
pyserial logger
xorg conig tool debian
ubuntu aty128fb



Home  |  disclaimer  |  contact  |  submit quotes