code logs -> 2019 -> Sun, 29 Sep 2019< code.20190928.log - code.20190930.log >
--- Log opened Sun Sep 29 00:00:07 2019
00:39 Kindamoody is now known as Kindamoody[zZz]
01:12 himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [The TLS connection was non-properly terminated.]
01:17 himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code
01:17 mode/#code [+o himi] by ChanServ
02:19 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
02:22 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
03:02 celticminstrel [celticminst@Nightstar-6an2qt.dsl.bell.ca] has quit [Ping timeout: 121 seconds]
03:02 celticminstrel [celticminst@Nightstar-ocfc15.dsl.bell.ca] has joined #code
03:02 mode/#code [+o celticminstrel] by ChanServ
05:08 Vorntastic [uid293981@Nightstar-2dc.p8m.184.192.IP] has joined #code
05:08 mode/#code [+qo Vorntastic Vorntastic] by ChanServ
06:26 celticminstrel [celticminst@Nightstar-ocfc15.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
07:07 Kindamoody[zZz] is now known as Kindamoody
08:49 Kindamoody is now known as Kindamoody|afk
09:11 McMartin [mcmartin@Nightstar-ipm463.ca.comcast.net] has quit [[NS] Quit: Reboot]
09:17 McMartin [mcmartin@Nightstar-ipm463.ca.comcast.net] has joined #code
09:17 mode/#code [+ao McMartin McMartin] by ChanServ
09:58 gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has joined #code
09:58 mode/#code [+o gnolam] by ChanServ
10:40 gnolam_ [quassel@Nightstar-csto10.cust.bahnhof.se] has joined #code
10:43 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
12:29 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [[NS] Quit: Leaving]
12:36 catalyst [catalyst@Nightstar-5dv16h.cable.virginm.net] has joined #code
12:43 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code
12:43 mode/#code [+ao VirusJTG VirusJTG] by ChanServ
12:46 Degi [Degi@Nightstar-n5lo85.dyn.telefonica.de] has joined #code
13:07
< gnolam_>
... oh, COBOL. Well that explains a lot.
13:18 catalyst [catalyst@Nightstar-5dv16h.cable.virginm.net] has quit [Connection closed]
14:12 Degi [Degi@Nightstar-n5lo85.dyn.telefonica.de] has quit [Connection reset by peer]
15:20 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
15:20 mode/#code [+qo Vornicus Vornicus] by ChanServ
16:26 celticminstrel [celticminst@Nightstar-ocfc15.dsl.bell.ca] has joined #code
16:26 mode/#code [+o celticminstrel] by ChanServ
16:35 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
17:18 Vorntastic [uid293981@Nightstar-2dc.p8m.184.192.IP] has quit [[NS] Quit: Connection closed for inactivity]
17:34 * ToxicFrog screams at HTML/CSS
17:35
<&ToxicFrog>
I have <tr><td width=100%>...a bunch of text...</td><td style="width:1%; white-space:nowrap"><img src="..." height=80px></td></tr>
17:35
<&ToxicFrog>
Chrome lays this out as the <img> being 80x80, as expected (the original image is 300x300)
17:36
<&ToxicFrog>
...and then the interior space of the <td> being 158.5x80
17:36 Kindamoody|afk is now known as Kindamoody
17:36
<&ToxicFrog>
Except that somtimes, for no apparent reason, it's 83x80.
20:58
<&McMartin>
What does the 1% width intend to do/actually do?
21:22 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
21:39 VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code
21:42 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Ping timeout: 121 seconds]
22:12 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
22:50 gnolam_ [quassel@Nightstar-csto10.cust.bahnhof.se] has quit [[NS] Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
22:59
<&ToxicFrog>
I want that cell to take up the minimum amount of space that will still fit its contents, and the other cell to take up everything else.
23:02 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
23:09 Kindamoody is now known as Kindamoody[zZz]
23:11 gnolam [quassel@Nightstar-csto10.cust.bahnhof.se] has quit [[NS] Quit: Z?]
23:12
<&McMartin>
Hum
23:12
<&McMartin>
If your table is more than 800px wide, it sounds like it will pad
23:13
<&McMartin>
Er, wait, no, that's 8000px wide
23:13 * McMartin drinks more tea
23:13
<&McMartin>
nm
23:17
<&ToxicFrog>
McMartin: and to be clear, by "sometimes", I mean "I load the page and some of them are 83x80 and some are 158.5x80"
23:17
<&ToxicFrog>
Rather than it changing across page loads/browsers/displays
23:18
<&McMartin>
Exciting!
23:18
<&McMartin>
There's a reason I basically just always ended up using tables for everything
23:19
<&McMartin>
But this *is* a table so idkwtf either :(
--- Log closed Mon Sep 30 00:00:08 2019
code logs -> 2019 -> Sun, 29 Sep 2019< code.20190928.log - code.20190930.log >

[ Latest log file ]