IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1834.74 MB
Powered by
Channel Info
Network: freenodeChannel: #html |
Search in www.irclog.org
Log from #html at freenode 2006-08-06
[00:01]<wg22gg>black_Nightmare, i think so
[00:01]<2fzzc_nyzxvdzzn>hm thanks
[00:16]<2fzzc_nyzxvdzzn>so what doing webben ?
[00:20]<wg22gg>black_Nightmare, i'm off to eat supper
[00:20]<2fzzc_nyzxvdzzn>oh ok
[00:20]<wg22gg>but what i've been working is http://wiki.mozilla.org/The_autocomplete_attribute_and_web_documents_using_XHTML
[00:21]<wg22gg>i've been running around trying to get comments/criticism from all over irc
[00:21]<wg22gg>but now i must have food :)
[00:25]<eenve2rax>Hi. I need a dirty trick.
[00:25]<2fzzc_nyzxvdzzn>what?
[00:25]<eenve2rax>I have some thumbnails and want to align them in a grid-like layout.
[00:26]<eenve2rax>It looks okay when I put each in a <div> and fix the size and float: left, but I have text following after them.
[00:27]<eenve2rax>When I use <diV>s without float they just appear one under another.
[00:27]<eenve2rax>Can I change that?
[00:27]<2fzzc_nyzxvdzzn>if this is what I think it is then I think you're better asking off someone else instead (css)
[00:28]<gzznvxzdzds>`css clear @ rretzbach
[00:28]<rtfs>rretzbach, css clear: http://w3.org/TR/CSS21/visuren.html#propdef-clear
[00:32]<eenve2rax>I don't understand that quite well, I am researching.
[00:33]<eenve2rax>Ahh.
[01:14]<amcrw>j0!
[01:14]<amcrw>Oh noes!
[01:14]<amcrw>reisio is not here!
[01:20]<zzvnzmumn>wow, you can use ID's as anchors
[01:20]<zzvnzmumn>as well as <a name="bla"></a>
[01:21]<zzvnzmumn>I thought there was an anchor tag too? or is there not
[01:21]<zzvnzmumn>bbl
[01:53]<2fzzc_nyzxvdzzn>any of you know if there's a place for pages named eg photo6.jpg even although its purely .html type if looking at the source code?
[01:59]<amcr>re
[01:59]<amcr>Noow....
[02:03]<amcr>I'm having trouble redoing a webdesign [I'm not responsible for it....] this is my CSS: https://svn.brainsware.org/popphackner/trunk/src/popphackner.css -- This is how it's supposed to look like: http://www.popphackner.com/fotografen/foto_start.htm - And this is how it currently looks like: http://brainsware.org/popphackner/site/trunk/src/template.html
[02:04]<myccnfrnv>with css, how do I automatically add newlines within a white-space:pre ?
[02:05]<gzznvxzdzds>MikkelRev: you don't 'add' anything using CSS
[02:07]<amcr>...in short: I'm having trouble adjusting the height of the divs [I guess..]
[02:19]<amcr>I did some updates... if anyone cares to take a look at it, I'd apretiate any kind of help very much.
[02:20]<myccnfrnv>GarethAdams: Isnt it possible to add some width-properties to the class so the text automatically breaks to next line after reached end of the width ?
[02:24]<gzznvxzdzds>`css white-space @ MikkelRev
[02:24]<rtfs>MikkelRev, css white-space: http://w3.org/TR/CSS21/text.html#propdef-white-space
[02:44]<amcr>`css clear
[02:44]<rtfs>css clear: http://w3.org/TR/CSS21/visuren.html#propdef-clear
[03:53]<wynzzdjzdns>In a form, (say its a login form) how would i make it put username and password into the right things? (value?)
[04:41]<trcgsygg>Ey, folks. Can I get a review on http://dreamsindigital.org? Code and design ^^;;
[04:42]<mjzwzzm>!v http://dreamsindigital.org
[04:42]<rtfs>HTML: Not valid - Errors: 39, http://validator.w3.org/check?uri=http://dreamsindigital.org/
[04:42]<rtfs>CSS: Valid - http://jigsaw.w3.org/css-validator/validator?uri=http://dreamsindigital.org/
[04:43]<mjzwzzm>Takesinn: XHTML is a dubious choice as well. Except in very unusal cases, it is rather more complicated then HTML, depends on browser bugs, and doesn't offer any benefit over HTML.
[04:44]<mjzwzzm>Takesinn: Hover effects should "click me". If I hover the black area to the right of "DrEaMS iN DiGiTaL" I get a hover effect. Clicking does nothing
[04:44]<mjzwzzm>Takesinn: The page fails to say what it is about. It should do with an introduction.
[04:44]<mjzwzzm>Takesinn: Dark grey on black is hard to read
[04:45]<mjzwzzm>Takesinn: Why is there a Google Search box on the page? And where's the submit button anyway?
[04:45]<mjzwzzm>Takesinn: You add borders on hover. This changes the size of the box and causes the rest of the page to shift. Better to have a border all the time and just change its colour. (If its black by default then its invisible against that background)
[04:46]<mjzwzzm>Takesinn: The subheadings in the sites section use a larger font size then the main Sites heading. That is unusual.
[04:47]<mjzwzzm>Takesinn: <label> elements are usless without containing an input or having a for attribute (and the latter is much better supported)
[04:48]<mjzwzzm>Takesinn: Appendix C suggests you avoid XML prologs (and they cause MSIE to switch to Quirks mode). So take it out and switch to UTF-8 for the encoding
[04:48]<mjzwzzm>Takesinn: It is very rare that a Transitional DTD is useful. Switch to Strict
[04:49]<mjzwzzm>Takesinn: The Sites section and the Artists/Bands sections are inconsistant. One has plain headings, followed by a description, followed by a link. The other combines the heading and the link.
[04:50]<mjzwzzm>Takesinn: If you're dividing a page up into sections using headings, then putting each section into a list item is redundent.
[04:51]<mjzwzzm>Takesinn: It copes very nicely with font resizing though
[04:51]<trcgsygg>^^;;;;;;
[04:51]<trcgsygg>Thanks! Alot of good advice there
[04:52]<mjzwzzm>No problem
[05:48]<suv9w9>biff^t, look like it's blended in twice, is that a transparent div
[05:48]<suv9w9>yes it is..
[05:49]<suv9w9>you don't need transparent PNG for those
[05:49]<suv9w9>just put the shadow in the bg
[07:13]<amcr>suv4x4: it's 6:13 over here.. My sarcasm died about 15 hours ago.
[07:14]<suv9w9>jMCg, AM?
[07:14]<suv9w9>it's 7:13 here
[07:14]<suv9w9>my sarcasm never dies
[07:15]<20rv>I've observed my sarcasm growing after at least 17 hours.
[07:15]<20rv>It has been known to spoil into sardonic bitterness, though.
[07:16]<20rv>A light bleach solution cures that
[07:23]<suv9w9>b0at, do you get weird chest pain
[07:23]<amcr>My sarcasm usually is cold cysnism.. when I'm awake, sober and sane. Which I'm not right now. I haven't done CSS pixel-jerking-off for 1 year now.. this is quite straining... also did I have my last coffee 3 or 4 hours ago... this ain't no good.
[07:23]<suv9w9>as if you're gonna get a heart attack any moment now
[07:23]<suv9w9>b0at, also excessive feeling you're funny and people need more of you
[07:23]<suv9w9>b0at, that's how I feel, and it's wrong
[07:25]<cjddzgdlzjdlv>jMCg: omg!! your last line shows how big time your sarcams is on, you roooolez dude, I mean, is like, I'm stunned, lemme lie down for a bit, it blew me away, // mine is alive and kicking btw =P
[07:25]<20rv>No, I never feel funny, unless I have a funny feeling.
[07:26]<amcr>CommandPrompt: you smoke a lot crack, don't you?
[07:27]<cjddzgdlzjdlv>moi? pour quoi? je ne smoke pas crack, pardon moi
[07:28]<suv9w9>yea he does
[07:28]<suv9w9>CommandPrompt, and stop drinking gasoline
[07:30]<amcr>CommandPrompt: how could someone NOT smoking crack and drinking gasoline possibly spell that sentence wrong?
[09:41]<slrvkr>hey guys... i was just checking out the doctypes... and from what i can see you can have <script... tags in side the <body> for HTML 4.01 Transitional... is that correct?
[09:44]<znzjs>"The SCRIPT element places a script within a document. This element may appear any number of times in the HEAD or BODY of an HTML document." -> http://www.w3.org/TR/html4/interact/scripts.html#h-18.2.1
[09:58]<slrvkr>thanks
[10:32]<zzjjgy>hey folks
[10:32]<zzjjgy>how is a ul different than a li
[10:32]<amcr>`html ul
[10:32]<rtfs>html ul: http://www.w3.org/TR/html401/struct/lists.html#edef-UL
[10:32]<amcr>`html li
[10:32]<rtfs>html li: http://www.w3.org/TR/html401/struct/lists.html#edef-LI
[10:32]<amcr>Go figure.
[10:33]<amcr>arooni: ^
[10:33]<zzjjgy>ahh







