Jump to content

javascript ajax tool bar


fullyloaded

Recommended Posts

hi

anyone know of any tuts or how i can make a simple tool bar like the one on facebook? well i have my own tool bar i have made but my problem is getting it to stay at the bottom like the one on facebook so when i scroll down on my website page the tool bar will be visable at all times thanks...

Link to comment
https://forums.phpfreaks.com/topic/160090-javascript-ajax-tool-bar/
Share on other sites

ok im having a problem i have this code witch will put the bar at the bottom but if you view it in 800 x 600 you can only see half of it but if you view it in 1024 x 786 you can see all of t is there anyway to fix this problem? thanks...

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Bar</title>
<style type="text/css">
body {
margin: 0px;
padding: 0px;
overflow: hidden;
}
#page {
margin: 10px;
overflow: auto;
height: 93%;
}
#bottom {
width: 100%;
background: #18f8f8;
text-align: center;
}
</style>
</head>
<body>
<div id="page">
Other stuff on page
</div>
<div id="bottom">Bottom stuff goes here</div>
</body>
</html>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.