Login Register






Notification Boxes filter_list
Author
Message
Notification Boxes #1
Adding Notifications about announcements can help members stay on track with this simple tutorial you can have custom messages
In your CSS
Code:
.alert-box { color:#555; border-radius:10px; font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px; padding:10px 36px; margin:10px; } .alert-box span { font-weight:bold; text-transform:uppercase; } .error { background:#ffecec url('http://i.imgur.com/uI9zdLt.png') no-repeat 10px 50%; border:1px solid #f5aca6; } .success { background:#e9ffd9 url('http://i.imgur.com/Z2dChip.png') no-repeat 10px 50%; border:1px solid #a6ca8a; } .warning { background:#fff8c4 url('http://i.imgur.com/EfdEAUr.png') no-repeat 10px 50%; border:1px solid #f2c779; } .notice { background:#e3f7fc url('http://i.imgur.com/ZcZFYV7.png') no-repeat 10px 50%; border:1px solid #8ed9f6; }

Code when you want to display the notifications (HTML, PHP, etc.)
Code:
<div class="alert-box error"><span>error: </span>Write your error message here.</div> <div class="alert-box success"><span>success: </span>Write your success message here.</div> <div class="alert-box warning"><span>warning: </span>Write your warning message here.</div> <div class="alert-box notice"><span>notice: </span>Write your notice message here.</div>

Visit Here to Edit, add, and see the example!
http://jsfiddle.net/gcVc9/

Reply

RE: Notification Boxes #2
This is pretty cool man, I actually wondered how people made these.

Reply

RE: Notification Boxes #3
(12-23-2013, 02:02 AM)Trey Wrote: This is pretty cool man, I actually wondered how people made these.

You're 100% welcome man! Biggrin

Reply

RE: Notification Boxes #4
Your source is expired. I'm pretty sure I use the same code om one of my sites.
Tutorials & Releases:

[Tutorial] PHP: Getting Started
[Release] [HF Cool List] Are you cool?


PM me if you need any PHP help.

Reply

RE: Notification Boxes #5
(12-23-2013, 04:29 AM)Aces Wrote: Your source is expired. I'm pretty sure I use the same code om one of my sites.

What do you mean?

Reply

RE: Notification Boxes #6
(12-23-2013, 04:32 AM)Cyan Wrote: What do you mean?

The site that you linked. It seems to be expired or doesn't work.

Spoiler:
[Image: 9gNHXmP.jpg]
Tutorials & Releases:

[Tutorial] PHP: Getting Started
[Release] [HF Cool List] Are you cool?


PM me if you need any PHP help.

Reply

RE: Notification Boxes #7
(12-23-2013, 04:37 AM)Aces Wrote: The site that you linked. It seems to be expired or doesn't work.

Spoiler:
[Image: 9gNHXmP.jpg]

That's not what I linked.
This is:
Spoiler:
[Image: d1e90d56c24b2fac16e100ec9935955d.png]

Reply

RE: Notification Boxes #8
(12-23-2013, 04:46 AM)Cyan Wrote: That's not what I linked.
This is:
Spoiler:
[Image: d1e90d56c24b2fac16e100ec9935955d.png]

Spoiler:
[Image: MY83fTd.jpg]
Tutorials & Releases:

[Tutorial] PHP: Getting Started
[Release] [HF Cool List] Are you cool?


PM me if you need any PHP help.

Reply

RE: Notification Boxes #9
(12-23-2013, 04:55 AM)Aces Wrote:
Spoiler:
[Image: MY83fTd.jpg]

oh sorry man, and I guess it is down. didn't notice that.

Reply