Log for #html on 2008-01-06


Session Start: Sun Jan 06 00:00:00 2008
Session Ident: #html
[00:29] <gonzorob> anyone awake ?
[00:30] <gonzorob> could someone have a look at the CSS layout of http://www.beatnikgames.co.
[00:31] <gonzorob> any ideas?
[00:38] * ize is now known as Ize
[01:57] * Schwaaanz is now known as Raini
[02:14] * Dorx is now known as Korx
[03:08] * Ize is now known as ize
[03:21] * ize is now known as Ize
[03:31] * Raini is now known as Schwaaaan
[03:31] * Schwaaaan is now known as Raini
[05:17] <Harvard> How can I format my XML to look better on IE/Firefox: http://ads.playedonli
[06:08] <Harvard> Why doesn't my browser parse this as XML: http://ads.playedonline.com/getad
[09:13] * Raini is now known as Schwaaaan
[09:13] * Schwaaaan is now known as Raini
[09:20] * sornman_ is now known as sornman
[09:58] * _Tsu is now known as Tsu
[11:10] <lhabia> Hi, I have to display a recurring tree [files / folder] using div or table.
[11:11] <TBF> Sounds like an excellent case for UL usage.
[11:11] <TBF> The nesting will give you your desired grouping and default gutter spacing, and
[11:12] <lhabia> so you would suggest <ul> and <li> ?
[11:12] <TBF> Yes, I would recommend using HTML elements for their semantics. This is one of
[11:13] <lhabia> thank you, this will guide my research
[11:13] <TBF> If you code in PHP or Perl, you will have a easy time via Smarty or TT2 to abst
[11:13] <lhabia> Not using any of them
[11:14] <TBF> Ok
[11:14] <lhabia> Thank you TBF for your time
[11:14] <TBF> That's fine, you may also find #CSS helpful
[11:48] <VelcroMan> Hi, i want to change the cursor in a frame. I have tried both CSS and Jav
[11:57] <TBF> I guess W3C need to understand that naming the cursor property "cursor:" is a b
[11:57] <TBF> People like VelcroMan can't seem to locate it :(
[12:02] <Arrakis> lolz
[12:02] <Arrakis> omg sur what css proiperty
[12:02] <Arrakis> should i use to change the cusor
[12:03] <Arrakis> lol although in all fairness he was in an iframe
[12:03] <Arrakis> and probably targeting the wrong document/css+
[13:00] <du_> my radio buttons are not working right, they are selecting multiple ones, the d
[13:00] <TBF> That's because you didn't "group" them, you must name each radio button the the
[13:01] <TBF> This then forces only one of them to be selected by the user from that group.
[13:01] <stevemkk> name="foo"
[13:01] <TBF> Thank you.
[13:01] * TBF points to stevemkk
[13:01] <TBF> Note when the browser first loads the document, no input will be selected. You
[13:05] <du_> thank you
[13:30] * Ox3F is now known as Ox40
[14:27] * Ize is now known as ize
[14:44] * Disconnected
[14:45] * Attempting to rejoin channel #html
[14:45] * Rejoined channel #html
[14:56] <director|> evening everyone
[14:56] <director|> anyone doing well with freelancing, or design services lately?
[14:57] <director|> as in consistent enough work
[15:31] <Jagg1> a computer name from html? lol (topic)
[15:32] <Jagg1> that's cute.
[15:36] <Jagg1> I have a page with a left-right centered <div>, because an image is in
[15:36] <Jagg1> (but it's the background image)
[15:36] <Jagg1> now I'm having a problem positioning another div in the right place
[15:37] <Jagg1> I'd basically want absolute-positioning, but the upper-left-corner should not
[15:39] <TBF> The LOL part is that it's possible to get the computer name
[15:39] <TBF> Both via Java and VBS / ActiveX pairing
[15:41] <TBF> Place the parent container into position: relative; and the child via absolute.
[15:41] <TBF> That'll get you the odd ultra specific control you want
[15:44] <Jagg1> I figured it might be possible in some way (first thinking JS), but I didn't
[15:45] <Jagg1> ohh.. child absolute goes not from the page, but the container?! why, that w
[15:47] <Jagg1> and for a while I was marvelling at what seemed to be well-thought-out capabi
[15:50] <Jagg1> I also made the background too big, at 1024
[15:51] <Jagg1> :/
[15:51] <Jagg1> I didn't have too much liberty in the way I wanted to do the design..
[16:16] <Jagg1> why is centering something so difficult...
[16:19] <Jagg1> I think I got it. I'm not new at this either -- just haven't done much with
[16:19] <Jagg1> and css :}
[16:27] <director|> anyone know a designer named Gavin? he used to chat in a long time ago
[16:59] <Jagg2> my div is not taking the position from the containing div .. I'm not sure why
[17:00] <Jagg2> <div style="text-align: center; border: 2px solid black; padding: 5px; wid
[17:02] <Jagg2> the idea is to place some graphics as background images behind the content, b
[17:03] <Jagg2> actually the border and padding shouldn't be there
[17:04] <Jagg2> but nevertheless, the inner div is taking the top/left:0 as if it were relati
[17:06] <Jagg2> I didn't use "px" on them, but fixing it doesn't seem to matter. :)
[17:43] <techrush> any of you guys use aptana ?
[18:30] <Jagg2> who's Aptana?
[18:30] <yaZ> me
[18:31] <yaZ> i am aptana
[18:31] * yaZ is now known as aptana
[18:31] <aptana> :D
[18:31] <Jagg2> Aptana, I need some help. How do I get div's inside div's to work?
[18:31] <Jagg2> http://bdh.voyager.com/sufiCelebration/usc/
[18:31] * aptana is now known as PHP
[18:32] <Jagg2> The "M.T.O. Sufi Association" is supposed to be WITHIN the other div, and the
[18:33] <Jagg2> I think the "width:100%" thing is breaking it.. and I thought position:absolu
[18:35] <PHP> jagg2 sorry i dunno
[18:35] <PHP> im new in html
[18:35] <PHP> im really new i started learning like 3days back
[18:35] <PHP> lol
[18:37] <PHP> i want to built a forum
[18:37] <PHP> i hear its quite impossible with html
[18:37] <PHP> need to learn php and jaa
[18:38] <TBF> PHP6 will have make_cms() and make_forum(), so just wait
[18:40] <PHP> cool, whan is it coming out?
[18:40] <Jagg2> wow.. I had to use the relative position on the outer block
[18:41] <stevemkk> TBF: :)
[18:42] <stevemkk> in addition to make_content()
[19:59] <ScaryLptp> dumbest question of 2008...if I have a line like this... SHA1-07-015-05,
[19:59] <ScaryLptp> so field one has SHA1, field 2 has 7, field 03 has 015, field 4 has 05
[20:00] <stevemkk> do it server side
[20:03] <spank> explode
[20:04] <spank> if you're using php
[20:04] <ScaryLptp> php, javascript, if someone can point me in the right direction, just tel
[20:05] <ScaryLptp> I just can't think of anything to google :P
[20:05] <v9> 'split'
[20:05] <spank> php explode
[20:05] <ScaryLptp> oh, I thought you were telling ME to explode
[20:05] <v9> split too, and is in almost all langs
[20:31] * ikob is now known as boki-
[21:08] <DWarrior-> how do I vertically center tags inside a form?
[21:09] <DWarrior-> I'm trying to make a search bar, but my button is not aligned with my sea
[21:30] <v9> use a table
[22:13] * sp4nk is now known as spank
[22:19] <mcman> anyone good with swish flash?
[22:19] <an> oh man hadnt used that in years
[22:20] <an> but it was awesome when it came out
[22:52] * _ryguy is now known as ryguy
Session Close: Mon Jan 07 00:00:00 2008