|
![]() |
#1 |
Nobody gets into heaven without a glowstick
|
Question for Cleo - site rejected
Hey Cleo, I'm not sure why my site was rejected, bu this is the e-mail you sent:
http://www.oldmanporn.com/dirtyoldmanfucking/ That was submitted on 2005-08-15 has been rejected. * Status bar is set to a space symbol on mouseovers I do have a mouseover for my sponsors, but it shows the URL the surfer will be sent to. |
![]() |
![]() |
![]() |
#2 |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
You have a space in your onMouseOut
onMouseOut="window.status=' '; Should be onMouseOut="window.status=''; |
![]() |
![]() |
![]() |
#3 |
Nobody gets into heaven without a glowstick
|
Hmmm, that's the same on mouseover code I've been using for years and this is the first time anyone has ever said anything. Honestly, I don't know what that part of the code does. Does it actually affect anything?
onMouseover="window.status='http://www.domainyouwantsurferstoseegoeshere.com'; return true" onMouseout="window.status=' '; return true" that's how I've been doing it. |
![]() |
![]() |
![]() |
#4 |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
This returns the status bar to its default status after showing whatever in the onMousover.
onMouseOut="window.status=''; This would put the text "Isn't this annoying" instead of returning the status bar to its default state. onMouseOut="window.status='Isn\'t this annoying'; If you leave the code out all together then the status bar will continue to say whatever you put in the onMousover even after the mouse was no longer over the link. Different browsers handle all this different. I'm using Safari to read this board right now and it ignores stuff trying to mess with the status bar altogether so I see the rue URL and all this code just gets wasted. Both of Cleo's reviewers use Mac IE to do reviews. It responds to both onMousover and onMouseOut so your code with the extra space in it replaced its status bar with an empty space instead of returning it to its default state which shows what zone it is connected to. |
![]() |
![]() |
![]() |
#5 |
Nobody gets into heaven without a glowstick
|
Ok, so this must just be an issue in certain rarely used browsers like Mac IE.
Because I am using a PC and IE and the default status of the status bar is just blank anyway. |
![]() |
![]() |
![]() |
#6 |
www . *** *** . com
|
uggh, another Mac problem issue
![]() |
![]() |
![]() |
![]() |
#7 | |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
Quote:
WTF dude, it is not a Mac issue, he has his code wrong. |
|
![]() |
![]() |
![]() |
#8 |
Lord help me, I'm just not that bright
|
yeah, this specific wrong code makes so HUGE difference!
![]() looks like some people never change |
![]() |
![]() |
![]() |
#9 |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
Personally I find myself using mouseover code on my own stuff less and less. Mozilla stuff seems to mostly ignore it as does Safari. Plus a lot of the TGPs that I build for have it banned. I've stopped using mouseover code on my link list.
|
![]() |
![]() |
![]() |
#10 | |
Certified Nice Person
|
Quote:
__________________
Click here to purchase a bridge I'm selling. |
|
![]() |
![]() |
![]() |
#11 |
If you don’t take a chance the Angels won’t dance
|
People should not be using things they don't understand, unless they can live with rejection
![]() |
![]() |
![]() |
![]() |
#12 |
Look maah I moved out and got my own space:)
|
I stoped using mouseovers as well
I highly doubt someone jerking it will get turned off because he see's long ugly code at the bottom of his browser. |
![]() |
![]() |
![]() |
#13 |
Nobody gets into heaven without a glowstick
|
I use the mouseover only to hide my refer code, so it looks neater to the surfer. Also, some sponsor codes do not even have the URL where the surfer will go, and a mouseover corrects that issue.
Like I said, I've been using that EXACT code for years on all my sites now and I have never been rejected for that reason. I have changed the code now for my future sites. And I'll try to do a big search and replace on all of my old stuff. |
![]() |
![]() |
![]() |
#14 | |
Nobody gets into heaven without a glowstick
|
Quote:
|
|
![]() |
![]() |
![]() |
#15 |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
Some browser put something in the status bar when the mouse is not over any link. It is the default status of the browser.
Mac IE puts the zone that you are in like in this screen grab of two overlapping windows. Other browsers put if the page is done loading like the one that UW is using. Other browsers make the status bar blank like Safari. |
![]() |
![]() |
![]() |
#16 |
Nobody gets into heaven without a glowstick
|
oh ok, yeah mine says "done" when this GG&Jim page finished loading, but as soon as I put my mouse over the cleo's banner, it disappeared and there is no "done" anymore. gotcha
|
![]() |
![]() |
![]() |
#17 |
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
You can also hide the sponsor code on Windows IE right mouse click. I don't think the right mouse does anything on other browsers.
Mouseover code that also does right mouse click, onmouseover="window.status='http://www.URL.com/';return true;" onfocus="window.status='http://www.URL.com/';return true;" onmouseout="self.status='' |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|