Hello, me again!
I was wondering, when you go to https://habbox.com/ and then type in the address bar;
It isn't the default pop up window it's a styled yellow box. How is this done?HTML Code:javascript:alert("Lee Rules")
Lee.

Hello, me again!
I was wondering, when you go to https://habbox.com/ and then type in the address bar;
It isn't the default pop up window it's a styled yellow box. How is this done?HTML Code:javascript:alert("Lee Rules")
Lee.
Something like this?
http://slayeroffice.com/code/custom_alert/
Perfect thanks Luke.Something like this?
http://slayeroffice.com/code/custom_alert/
Secondly,
On facebook when you get an inbox, the tab (where the favicon is) starts flashing how is this achieved?![]()
I would imagine this is just an interval polling on the page constantly updating the title to make it appear to be changing dynamically.
setInterval and then switching back and forth every so often or rotating characters to emulate "scrolling".
Thanks Caleb,
yet another question when you make a layout, using HTML and CSS...
When I use floateft; it means that if the div i'm floating is inside another div. The div it's inside of shoots up as if there's no content in it. How is this overcome?
![]()
Since it's a floating element, the parent container technically has no height. After the floating div, place a div with this:
Clears the div and sets the height below that.Code:<div style="clear: both;"></div>
http://css-tricks.com/the-how-and-wh...earing-floats/
Want to hide these adverts? Register an account for free!