Eureka

May 21st, 2008

Or should I say “Discover”!

Well, yesterday I finish changing the theme of another blog, and I discovered I can put stuff side by side to the top image!
I resized the image and I reserver some space to nother thing, which I didn’t know what thing.

After hours looking for horrible banners I saw the special one! It’s perfect! And looks perfect! Everytime you expand the window, it goes with the window. I’ts an easy code thing:

<div style="position: absolute top: 0 right: 0">
/* STUFF HERE */
</div>

And after discovered this I thought, well I don’t want people see the links in the status bar of the browser… I didn’t know where to find, but it was easy to find one that works perfectly!
You put this inside head!

<script>
 
//Hide status bar msg II script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use
 
function hidestatus(){
window.status=''
return true
}
 
if (document.layers)
document.captureEvents(Event.MOUSEOVER  Event.MOUSEOUT)
 
document.onmouseover=hidestatus
document.onmouseout=hidestatus
</script>

Comments RSS

Leave a Reply

Name (required)

Email (required)

Website

Speak your mind