View Full Version : The Mysterious Blue Spot
polestar
June 5th, 2001, 12:58
Look! In the border near the top on the left hand side.
Has this subject been brought up in the past?
I thought it was some dust on the screen!
Does it have a mysterious purpose?
Would its removal render this site inoperable, or worse?!
Should I be ashamed that I don't have anything else to keep me awake at night, sobbing until sleep at last relieves me of this horrific burden...........:confused:
lucifer
June 5th, 2001, 13:58
Kewl
it's a link to an alternative universe - go on try it :cool:
polestar
June 5th, 2001, 14:07
Amazing. I think it's a rift in the space-time continuum.
meow
June 5th, 2001, 17:18
Here you can see the gateway to the stars in splendid isolation: http://www.freewebspace.net/blank.gif
And it's linked to index.php?s=
Go figure. :p
Coolin
June 5th, 2001, 18:25
It's probably one of those webbugs that people use to log our internet usage and stuff. Privacy is gone nowadays.
Go figure...
Maybe it's a training utility that you can use to practice your accuracy in clicking. ;)
Epgs
June 5th, 2001, 20:42
yeah now that is cool
Gayowulf
June 5th, 2001, 21:05
Originally posted by LeX
Go figure...
Maybe it's a training utility that you can use to practice your accuracy in clicking. ;)
It certainly was hard to click on. Hard to find too. Ive been to a few Ikonboards with the same little dot, except it was white.
Coolin
June 5th, 2001, 21:51
-----
<td valign="top" align="left" background="images/menu_background.gif"><a href="index.php?s="><img src="http://www.freewebspace.net/blank.gif" border="0" alt="FreeWebspace.net Community"></a></td>
-----
Hmm... I don't seem to see a webbug there. Perhaps it in the javascript somewhere else in the site. But I don't think I can find it because I don't know Javascript :(
I don't think it has anything to do with JavaScript.
Coolin
June 5th, 2001, 22:02
The image itself has nothing to do with Javascript. But the tracker that kills our privacy perhaps has something to do with Javascript. Hasn't anyone read the c|net article, or any other article on webbugs and how they are triggered by 1x1 pixel images?
DroidCollector
June 6th, 2001, 02:03
Maybe if you put a little white out on your screen it will go away..
LastActionHero
June 6th, 2001, 02:15
that is just a ploy used by most websites to rank higher in the search engine rankings. Most search these days don't even look at META tags and infact look at tags like alt img etc. Notice the alt tag for the image. or maybe it is some vbulletin error.
Only Peo can clear the mystery.
If you blotch it out with white out, then the tiny blue spot will go away all right. What you will get in return is a big blob of white stuff that doesn't move no matter what. (the blue spot moves when you scroll)
<|R0cKm@nX|>
June 6th, 2001, 04:47
maybe its juz a image to stop the html to get messed up. i mean...
i am doing a new layout for my website and there is also a problem which if i remove a <img src="...> thise tag, the border whiteline of my layout will not appear. but if i would to put the tag back, the whiteline on my site will appear. i dun even know why it this so :( :confused:
<|R0cKm@nX|>
June 6th, 2001, 07:50
of course i use tables
its hard to do a layout with no tables :(
Then there's your answer. Tables tend to do that - it will automatically resize (if you don't define a definite value) based on what it's surrounding and a user's screen resolution.
<|R0cKm@nX|>
June 6th, 2001, 08:01
oic ;)
So this is what I do: Make a transparent 1x1 gif file, and then insert it in the appropriate place and define its width and height as needed.
<|R0cKm@nX|>
June 6th, 2001, 08:05
same as wat i did but i never make the transparent file. i juz put the <img src...> tags but the graphic source actually link to nothing
Coolin
June 6th, 2001, 08:51
Umm... Guys. That's what <table width and height are for>
cowax
June 6th, 2001, 09:43
Correct me if I'm wrong, but I do believe you need to put something in between the <td> tags for the table width & height to work... or atleast that's what I need to do.
polestar
June 6th, 2001, 09:50
That's correct cowax, but why not just have a simple white pixel there? Or a white period?
lucifer
June 6th, 2001, 10:19
lucifer
June 6th, 2001, 10:21
that was
& n b s p ;
without the gaps
No, the <table width and height> means the max the table size can go, if you fill it up. If you don't have anything, then it becomes a thin line.
Coolin
June 7th, 2001, 02:14
Oh yeah, I forgot to mention that I always put "& b s p ;" in there. It's better than a 1x1 pixel :)
But with the gif you can change its width and height accordingly. You can't do that with the & nbsp ;
atlas
June 7th, 2001, 15:49
Originally posted by cowax
Correct me if I'm wrong, but I do believe you need to put something in between the <td> tags for the table width & height to work... or atleast that's what I need to do.
It's a Netscape thing. IE will render the background of the cell regardless of whether it has content or not. Netscape only renders the background if there is content in the cell.
-mk
atlas
June 7th, 2001, 15:50
Originally posted by Coolin
Oh yeah, I forgot to mention that I always put "& b s p ;" in there. It's better than a 1x1 pixel :)
In most cases that's bigger than a 1x1 gif, and thus isn't good if you want to generate a thin line on the side of a table, etc.
-mk
atlas
June 7th, 2001, 15:54
Originally posted by LeX
No, the <table width and height> means the max the table size can go, if you fill it up. If you don't have anything, then it becomes a thin line.
Actually, Coolin was right, the table height and width should set it that size, but as I pointed out in an earlier post, it just isn't rendered. The size of the cell will still still work.
-mk
keith
June 7th, 2001, 17:58
if you view a vbulletin using the default setup, there's usually a title image there. peo must not want it there, so they made it a 1x1 invisible gif. that's why it's an image, and not a " & nbsp; " tag
meow
June 7th, 2001, 18:15
Originally posted by atlas
Actually, Coolin was right, the table height and width should set it that size, but as I pointed out in an earlier post, it just isn't rendered. The size of the cell will still still work.
-mk
Actually HEIGHT isn't even standard and has never been. So it should do nothin'.
Originally posted by keith
if you view a vbulletin using the default setup, there's usually a title image there. peo must not want it there, so they made it a 1x1 invisible gif. that's why it's an image, and not a " & nbsp; " tag
But why link it?
atlas, I dunno, but just setting the width and height without putting anything in the cells just don't work for me.
atlas
June 7th, 2001, 19:38
Originally posted by meow
Actually HEIGHT isn't even standard and has never been. So it should do nothin'.
I know that the height attribute isn't standard, but of course I'm not supposed to use the font tag either. I make pages work for the browsers, not the W3 validator :)
LeX: I don't know, works for me, but...
-mk
meow
June 7th, 2001, 20:20
Originally posted by atlas
I know that the height attribute isn't standard, but of course I'm not supposed to use the font tag either. I make pages work for the browsers, not the W3 validator :)
Uh...my point was that since it isn't standard what rule says it should work in the way you state it doesn't? :confused:
atlas
June 7th, 2001, 20:43
Originally posted by meow
Uh...my point was that since it isn't standard what rule says it should work in the way you state it doesn't? :confused:
Should work based on observations of how most browsers operate.
In IE5, Netscape 4.76, Netscape 6, and Opera it properly draws the height of the table even without anything in the table. Now, I don't rely on this while making my pages (and shouldn't!): I usually create a new column that's one pixel wide and put a nice tall spacer in there if I want it to be at least a certain height.
http://dev.atlascgi.com/table.html
-mk
meow
June 7th, 2001, 21:03
Oh, I thought that was what you based "...it just isn't rendered" on.
LOL! Forget it. I wasn't arguing how it works, I tried to make a joke about what you actually said.
Coolin
June 7th, 2001, 23:21
Originally posted by LeX
atlas, I dunno, but just setting the width and height without putting anything in the cells just don't work for me. That's what the nbsp ; is for...
Even if you want the table to be one pixel high, the nbsp ; doesn't mess it up. And it loads faster too! ^_^
lucifer
June 8th, 2001, 11:47
Alas the blue spot is no more. I feel like I am mourning the end of an era
LastActionHero
June 8th, 2001, 12:24
Originally posted by lucifer
Alas the blue spot is no more. I feel like I am mourning the end of an era
Man that post must have taken a lot of hard work.
lucifer
June 8th, 2001, 13:00
It\'s easy when you know how
LastActionHero
June 8th, 2001, 13:07
yeah but what about having to change color after every 2 characters?
lucifer
June 8th, 2001, 13:28
Just trying to brighten up the boards a little bit ya kno
Coolin
June 9th, 2001, 00:46
Is some sort of script to do this?
meow
June 9th, 2001, 01:36
nàáh. NÒt3pÄÐ Å|| Th3 Wâ¥! :D
polestar
June 9th, 2001, 10:59
:(
I finally got po'd with that correction fluid on the screen, scratched it off and the spot's gone!
Is it still there, just white? :confused:
OK, i thought i was going crazy cuz i didn't see it, guess i was too late.
Coolin
June 9th, 2001, 22:20
Nope, it's not there anymore. Not even white.
<!--<a href="index.php?s="><img src="http://www.freewebspace.net/blank.gif" border="0" alt="FreeWebspace.net Community"></a>-->
I guess Peo removed it.
lucifer
June 10th, 2001, 12:40
what just commented out not killed for good - there's hope it may return :D
Coolin
June 10th, 2001, 19:15
Originally posted by lucifer
what just commented out not killed for good - there's hope it may return :D
That's the kind of hope I don't like...
Gayowulf
June 10th, 2001, 22:38
Originally posted by Coolin
Nope, it's not there anymore. Not even white.
<!--<a href="index.php?s="><img src="http://www.freewebspace.net/blank.gif" border="0" alt="FreeWebspace.net Community"></a>-->
I guess Peo removed it.
Poor Thing! i feel like I lost a friend. I wonder whatever became of the poor little dot.
*sigh*
Coolin
June 11th, 2001, 00:33
Don't worry. Your friend's not gone. It's just hiding.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.