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.75 MB
Powered by
Channel Info
Network: freenodeChannel: #html |
Search in www.irclog.org
Log from #html at freenode 2006-08-10
[17:35]<mnpbdvn>(opera and ff are working)
[17:35]<znysyj>#web or #javascript
[17:37]<znysyj>defByte: 1min
[17:39]<znysyj>fyi it's class= not classe=
[17:47]<znysyj>defByte: one way to do it: http://paste.css-standards.org/1840
[17:54]<mnpbdvn>reisio: : i don't really understand
[17:54]<mnpbdvn>you mean markup validation service ?
[17:55]<znysyj>huh?
[18:08]<mnpbdvn>reisio: i mean i do not understand how i could get my javascript working with IE
[18:09]<znysyj>hrmmmm
[18:54]<snzryjf>i wanna do a non-javascript cancel button with two forms' submit buttons. i already have them working, but i want to display them in the same line, which is not happening now
[18:54]<snzryjf> code is http://rafb.net/paste/results/smRrms32.html
[18:57]<20rv>Well, set both form elements to display: inline;
[18:58]<20rv>Then you could wrap the earlier inputs in a block element, if needed, to get the submits on their own line
[18:58]<20rv>Another way to attack the whole issue is to put the cancel button in the same form and let the server-side script take different action when different submit buttons are pressed.
[19:50]<mld>does anyone here know if it is possible to have a centered image with text wrapping both left and right around this image ?
[19:50]<mld>or element
[19:50]<mld>(it's a div actually)
[19:51]<mld>I know there is float: left/right and you can set the margins to auto or some value to position the element
[19:51]<mld>but if you use the margins, then it doesn't wrap anymore
[19:51]<20rv>Basically, no
[19:51]<mld>ok
[19:51]<mld>any particular reason for that ?
[19:52]<20rv>I don't know, but it sounds more challenging than the float model to implement.
[19:52]<20rv>Now, it may be part of the newspaper-style column stuff in CSS 3, but none of that is even completely written.
[19:53]<mld>ok tnx
[20:04]<mld>b0at: is it possible to force an element to wrap if another element is not wider than a certain width ?
[20:05]<mld>e.g. I have a table with a certain width, under this table I have a caption (paragraph class="caption"), now I want this paragraph to text wrap upon the table's dominant width
[20:05]<mld>if you get what I mean ?
[20:09]<mld>I'm open to suggestions
[20:54]<slrsdfran>hey why does this jsut show up blank on IE6 and 7 http://www.lungshrimp.com/site_build/
[20:55]<slrsdfran>and firefox wtf
[20:56]<slrsdfran>works fine in opera
[20:56]<slrsdfran>and i cant see anythign wrong with it?
[20:57]<gzznvxzdzds>!v http://www.lungshrimp.com/site_build/
[20:57]<rtfs>HTML: Valid - http://validator.w3.org/check?uri=http://www.lungshrimp.com/site_build/
[20:57]<rtfs>CSS: Not valid - Errors: 2, http://jigsaw.w3.org/css-validator/validator?uri=http://www.lungshrimp.com/site_build/
[20:58]<slrsdfran>..whoops
[20:58]<gzznvxzdzds>the .js file is a 404
[20:58]<slrsdfran>yeh i know
[20:59]<slrsdfran>thanks guys
[20:59]<slrsdfran>:P
[20:59]<slrsdfran>i dont even know why i didnt use the validator
[20:59]<slrsdfran>sorry for my ignorance
[21:04]<slrsdfran>okay now its valid... still no show in ie
[21:04]<slrsdfran>shows something in opear and firefox
[21:05]<slrsdfran>i thought it would be the png's (which is why there is a white matte on them atm) but they display when they are on their own
[21:06]<slrsdfran>oh wait, no they dont
[21:20]<alwgw_twyg>is there a tool out there that can strip all old-style components from web pages?
[21:20]<alwgw_twyg>like: align=left
[21:20]<alwgw_twyg>or <b> <i> tags
[21:20]<alwgw_twyg>just to keep the data
[21:21]<currpurjrv>Aphex_Twin: you can probably use an editor that allows search and replace via regular expressions
[21:21]<alwgw_twyg>nothink ready-made for this task?
[21:21]<currpurjrv>not that I know of
[21:22]<currpurjrv>s/not/none
[21:22]<currpurjrv>I need a tool to strip asp pages of #include file=
[21:23]<currpurjrv>better yet, I need a big aspirin
[21:23]<znysyj>Aphex_Twin: you could try tidy.sf.net
[21:27]<alwgw_twyg>reisio: thanks for the link, I'll see if it can do what I want
[21:27]<alwgw_twyg>reisio: even if not, it looks like a great tool
[21:28]<znysyj>Aphex_Twin: if you search for 'tidy online', there's a site that has an online form
[21:30]<currpurjrv>yeah, tidy seems cool
[21:34]<rjcu>alguem sabe como colocar multiplas fotos em uma tabela?
[21:35]<znysyj>such a pretty language
[21:36]<znysyj>goku: você não deve usar tabelas para aquela
[21:37]<-- dvxn|syzzzyus xzs>http://www.bagdadsoftware.de")
[21:37]<znysyj>goku: tente usar um <ul> com os artigos flutuados à esquerda
[21:37]<znysyj>`css float @ goku
[21:37]<rtfs>goku, css float: http://w3.org/TR/CSS21/visuren.html#propdef-float
[21:37]<rjcu>reisio, hummmm
[21:38]<rjcu>reisio, vc diz deixar a tabela flutuante?
[21:40]<znysyj>goku: você provavelmente não quer usar uma tabela para imagens
[21:41]<rjcu>o que eu quero fazer eh o seguinte colocar 1 imagem que eu fatiei em varias colunas de uma tabela
[21:42]<znysyj>ooooh
[21:43]<znysyj>goku: aquela é a maneira velha fazer coisas - hoje você pode usar o CSS pôr uma imagem onde você queira sem o rachar acima
[21:43]<rjcu>hummmmm
[21:43]<rjcu>entendi
[21:43]<znysyj>1min
[21:44]<rjcu>tem algum lugar aonde eu possa pegar uma documentacao disso?
[21:45]<znysyj>goku: http://pt.wikipedia.org/wiki/Cascading_Style_Sheets
[21:46]<rjcu>valeu reisio
[22:23]<kyvzz|sv>http://addictedwith.blogspot.com/ <-- my blog (interesting findings on net) please visit it
[22:23]<kyvzz|sv>ehe
[22:29]<znysyj>Kitar|st: foad
[22:52]<xnlxrnsvus_>hi all, why this <div> doesnt disappears? http://hashphp.org/pastebin.php?pid=8044







