Hey drop us a line about the show. Feel free to ask questions, provide feedback and criticism, or just ramble on about anything your little heart desires.
Moderators: snarkout, Patrick, dann
-
DaveQB
- Posts: 188
- Joined: Wed Mar 30, 2005 6:50 am
- Location: Sydney
-
Contact:
Post
by DaveQB » Tue May 30, 2006 6:21 pm
This is in Firefox 1.0.8, the latest release on Kubuntu.
Its like one of those non-standard compliant IE only sites.

Last edited by
DaveQB on Tue May 30, 2006 10:15 pm, edited 1 time in total.
Linux david 2.6.29.3-desktop-1mnb #1 SMP Thu May 14 15:19:40 EDT 2009 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
Distro: Mandriva 2009.1
-
dann
- Site Admin
- Posts: 1132
- Joined: Mon Apr 26, 2004 10:55 pm
- Location: Hampton, Va, USA
-
Contact:
Post
by dann » Tue May 30, 2006 7:18 pm
Actually, that is thelinuxlink.net, not tllts.info.
Anyway, I'm not sure what that is happening, have to look at the code. It displays fine in 1.5.0.3 and all other versions of FF and Konqueror I have tested it in.
-
Tsuroerusu
- Posts: 2551
- Joined: Mon Sep 05, 2005 8:51 am
- Location: Silkeborg, Denmark
-
Contact:
Post
by Tsuroerusu » Tue May 30, 2006 7:50 pm
DaveQB wrote:This is in Firefox 1.0.8, the latest release on Kubuntu.
Its like one of those non-standard compliant IE only sites.

Once again, Kubuntu screwed up, oh well, better luck next release!

"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.
-
DaveQB
- Posts: 188
- Joined: Wed Mar 30, 2005 6:50 am
- Location: Sydney
-
Contact:
Post
by DaveQB » Tue May 30, 2006 10:14 pm
Linux david 2.6.29.3-desktop-1mnb #1 SMP Thu May 14 15:19:40 EDT 2009 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
Distro: Mandriva 2009.1
-
snarkout
- Site Admin
- Posts: 1342
- Joined: Tue Aug 16, 2005 9:35 pm
Post
by snarkout » Tue May 30, 2006 10:59 pm
FWIW it looks fine on 1.5 on dapper. So far, dapper appears to be much better than either hoary or breezy - several nagging issues seem to have been fixed.
Shared pain is lessened, shared joy is increased; thus do we refute entropy.
--Spider Robinson
-
godzero
- Posts: 34
- Joined: Wed May 31, 2006 7:50 am
Post
by godzero » Wed May 31, 2006 7:55 am
It has to do with font size.
If the line that reads:
Your Source for GNU/Linux Web-Radio & Podcasts!
Goes past about the 1/2 way point on the page, the graphic drops to the next line. That line seems to have word-wrap turned off.
Try
Code: Select all
<img alt="world dominating penguin"
src="images/world_penguin_grad_lbolt.png"
style="width: 307px; height: 162px; float: right; margin-left: -307px;" />
Last edited by
godzero on Wed May 31, 2006 8:00 am, edited 1 time in total.
-
Patrick
- Site Admin
- Posts: 2519
- Joined: Tue Apr 27, 2004 11:38 am
- Location: Easton, PA
-
Contact:
Post
by Patrick » Wed May 31, 2006 7:58 am
The iss is defintely a YAKC (yet another kubuntu customization).
It looks fine on my laptop under Ubuntu which I just upgraded to Dapper Drake.
Ego contemno licentia
-
godzero
- Posts: 34
- Joined: Wed May 31, 2006 7:50 am
Post
by godzero » Wed May 31, 2006 8:03 am
Kubuntu Dapper here

Seriously, it's just the font size; if I drop my (already large due to my high res monitor) font size, it looks right.
-
snarkout
- Site Admin
- Posts: 1342
- Joined: Tue Aug 16, 2005 9:35 pm
Post
by snarkout » Wed May 31, 2006 8:10 am
godzero wrote:It has to do with font size.
If the line that reads:
Your Source for GNU/Linux Web-Radio & Podcasts!
Goes past about the 1/2 way point on the page, the graphic drops to the next line. That line seems to have word-wrap turned off.
Try
Code: Select all
<img alt="world dominating penguin"
src="images/world_penguin_grad_lbolt.png"
style="width: 307px; height: 162px; float: right; margin-left: -307px;" />
Good catch. That should really be a graphic as well.
Shared pain is lessened, shared joy is increased; thus do we refute entropy.
--Spider Robinson
-
godzero
- Posts: 34
- Joined: Wed May 31, 2006 7:50 am
Post
by godzero » Wed May 31, 2006 8:45 am
Woo, I saw you tried the code snip already!
I should have mentioned, the painting of the page happens in the same order as the html source, unless you use z buffers.
Now the text clips... to fix; move the img tage to after the div class header like this:
Code: Select all
<div class="bodywrapper">
<div class="header">
<img alt="world dominating penguin" <!-- move it to here -->
src="images/world_penguin_grad_lbolt.png"
style="width: 307px; height: 162px; float:right; margin-left: -307px;" />
<div style="float: left;"><img style="width: 255px; height: 57px;"
alt="The Linux Link" src="images/linux_link_logo2.png" />
<h3 style="padding-left: 2em; color: rgb(255, 255, 255);">Your
Source for GNU/Linux Web-Radio & Podcasts!</h3>
</div>
</div>
Now the Text should print on top of the img.
-
DaveQB
- Posts: 188
- Joined: Wed Mar 30, 2005 6:50 am
- Location: Sydney
-
Contact:
Post
by DaveQB » Thu Jun 01, 2006 2:01 am
I'll test this when I get home.

Linux david 2.6.29.3-desktop-1mnb #1 SMP Thu May 14 15:19:40 EDT 2009 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
Distro: Mandriva 2009.1