The Five-Minute Forums  

Go Back   The Five-Minute Forums > FiveMinute.net > Miscellaneous

Reply
 
Thread Tools Display Modes
  #1  
Old 04-29-2003, 03:17 AM
Captain Galactic Captain Galactic is offline
Member
 
Join Date: Mar 2003
Location: BACK!!
Posts: 112
Default

[color=#000000ost_uid0]Hey guys, I'm back and hotter than ever.

:suspicious:

Oooookay. Anyone else use Phoenix/Firebird or any other Mozilla based browser? On the main 5MV page the section icons go from big (left) to small (right). Not that it matters, but does anyone else have this problem? I tried the page in AOL and it came out fine.
learn their lesson
I know Microsoft owns 5MV, but you'd think they'd learn their lesson from the Opera Bork thing....[/colorost_uid0]
__________________
Oh, i\'m back. Really! This time, for sure.
Reply With Quote
  #2  
Old 04-29-2003, 03:23 AM
NAHTMMM's Avatar
NAHTMMM NAHTMMM is offline
Noodles And Hot Tofu! MMM
Member
 
Join Date: Mar 2003
Location: St Louis, MO, USA, . . .
Posts: 2,959
Send a message via Yahoo to NAHTMMM
Default

[color=#000000ost_uid0]I think it's supposed to be like that. It works like that for me with Netscape, but not I. Explorer (or, just maybe, it's the other way around). [/colorost_uid0]
__________________
My 5MV webpages My novel fivers list

Yup

“There must have been a point in early human history when it was actually advantageous to, when confronted with a difficult task, drop it altogether and go do something more fun, because I do that way too often for it to be anything but instinct.” -- Isto Combs
Reply With Quote
  #3  
Old 04-29-2003, 04:03 AM
Derek's Avatar
Derek Derek is offline
Dean of misderektion
Senior Staff
 
Join Date: Mar 2003
Location: Sector 001
Posts: 1,106
Default

[color=#000000ost_uid0]Yeah, I noted that ... idiosyncrasy myself. Before the boards were purged, I had posted an explanation because I (ever the geek) took the effort of figuring out why that happens. And because I (still ever the geek) am bored, here's the explanation again.

If you've read enough Mozilla propoganda, then you won't be surprised by my saying that Mozilla's implementation is the correct one. Here's why (relevant portions from 5MV's front page):

[bost_uid0]HTML[/bost_uid0]
[color=#333333ost_uid0]
<[color=blueost_uid0]img[/colorost_uid0] name="[color=orangeost_uid0]d[/colorost_uid0]" alt="[color=orangeost_uid0]5MD[/colorost_uid0]" border=0 src="[color=orangeost_uid0]images/5mdlogo.png[/colorost_uid0]" width=15%>
<[color=blueost_uid0]img[/colorost_uid0] name="[color=orangeost_uid0]s[/colorost_uid0]" alt="[color=orangeost_uid0]5MS[/colorost_uid0]" border=0 src="[color=orangeost_uid0]images/5mslogo.png[/colorost_uid0]" width=15%>
<[color=blueost_uid0]img[/colorost_uid0] name="[color=orangeost_uid0]vg[/colorost_uid0]" alt="[color=orangeost_uid0]5MVG[/colorost_uid0]" border=0 src="[color=orangeost_uid0]images/5mvglogo.png[/colorost_uid0]" width=15%>
<[color=blueost_uid0]img[/colorost_uid0] name="[color=orangeost_uid0]s5[/colorost_uid0]" alt="[color=orangeost_uid0]Sci-Fivers[/colorost_uid0]" border=0 src="[color=orangeost_uid0]images/s5logo.png[/colorost_uid0]" width=15%>
<[color=blueost_uid0]img[/colorost_uid0] name="[color=orangeost_uid0]f[/colorost_uid0]" alt="[color=orangeost_uid0]5MF[/colorost_uid0]" border=0 src="[color=orangeost_uid0]images/5mflogo.png[/colorost_uid0]" width=15%>
[/colorost_uid0]


The key is "width=15%". According to the W3C standards, the width attribute on an image tag says, "scale the width of the image to 15% of the remaining width of the page". This is what Mozilla does. However, IE and others read width=15% to mean "scale the width of the image to 15% of the width of the page". One word difference and yet what a difference. (Worth noting that both implementations keep the aspect ratio of the images, so the height gets scaled as well as the width.)

So if your browser is 1000 pixels wide, then here's what the width of the second row of images on 5MV's front page work out to be:
[bost_uid0]IE and others[/bost_uid0]
5MD image = 15% * 1000 px = 150 px
5MS image = 15% * 1000 px = 150 px
5MVG image = 15% * 1000 px = 150 px
5MSF image = 15% * 1000px = 150 px
5MF image = 15% * 1000px = 150 px

[bost_uid0]Mozilla (and other Gecko-based browsers)[/bost_uid0]
5MD image = 15% * 1000 px = 150 px
5MS image = 15% * (1000 px-150 px) = 127.5 px
5MVG image = 15% * (1000 px-150 px-127.5 px) = 108.375 px
5MSF image = 15% * (1000 px-50 px-127.5 px-108.375 px) = 92.11875 px
5MF image = 15% * (1000 px-150 px-127.5 px-108.375 px-92.11875 px) = 78.3009375 px

So as you can see, Mozilla shrinks the images smaller and smaller until the fifth image is nearly half the first because it calculates 15% from the percentage of the width [iost_uid0]remaining[/iost_uid0] while other browsers just calculate it from the precentage of the [iost_uid0]total[/iost_uid0] width every time.



Well, [iost_uid0]I[/iost_uid0] find it interesting.[/colorost_uid0]
__________________
"Please, Aslan," said Lucy, "what do you call soon?"
"I call all times soon," said Aslan; and instantly he vanished away and Lucy was alone with the Magician.
Reply With Quote
  #4  
Old 04-29-2003, 09:51 PM
entei's Avatar
entei entei is offline
Member
 
Join Date: Mar 2003
Location: A New World
Posts: 55
Send a message via MSN to entei
Default

[color=#000000ost_uid0]Well, I generally dont use Mozilla when looking on here, as it may show some er... strange info in the visitor stats, however after reading this I had to try it.

Must say I love the correct way of interpreting it. As the image on the right always come out as the smallest, (and I mean every right hand image! ) I think I'll be using Moz on here more often! [/colorost_uid0]

__________________
Entei-rah

I have a signature under construction... but you know what contractors are like!
Reply With Quote
  #5  
Old 05-03-2003, 06:50 PM
BellPlayer BellPlayer is offline
Member
 
Join Date: Apr 2003
Location: The Moon
Posts: 4
Default

[color=#000000ost_uid0]HeHe! I'm using your funny version of Mozilla now Entei. [/colorost_uid0]
__________________
Insert witty retort or remark here.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT. The time now is 05:44 PM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.