Logged Out
Create an Account
Login:
Password:

Forgot your password?
Alert box: Can I move it to the top?

Alert box: Can I move it to the top?
[Back to Index]
Thread Tags
Primary: [General]
Secondary: None

I looked around in the past posts, so if this was already answered I'm sorry I couldn't find it. What I'm trying to do is make it so the hoverover Alert box is in the upper righthand corner instead of the lower righthand corner. I just don't know what its called or where to make the change.

Any nudges in the right direction for this would be greatly appreciated. Thanks for all that you do, Chops, and thanks to everyone for taking the time to read this.
You can indeed

Add the following to your site's CSS, and it should go top-right:

#notifsmall, #notification {
bottom: auto !important;
top: 0 !important;
}


--
It's all in the reflexes.
Awesome! Thanks man!
Hmm, I may have put it in wrong, but its still at the bottom right of the page (using IE8).
I've checked it and its just like you have it put there, but its still putting alerts at the bottom of the page instead of the top right. Anyone know what I'd need to change?
I'm thinking the problem has to do with some IE-specific code I have there to account for IE inconsistencies.

Let me doublecheck that.


--
It's all in the reflexes.
Are you running IE8 in compatibility mode or anything?


--
It's all in the reflexes.
Nopes, not using compatibility mode.


[Back to Index]