Web Development Blog

by Ei Sabai Nyo

28 Aug, 2009

Framebar (like diggbar) example in html and css with no javascript    

framebar

This example code shows you how you can have a top branding bar similiar to diggbar in just a few lines of html and css.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>framebar example by Web Development Blog</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
body {
    margin: 0;
    padding: 40px 0 0 0;
    overflow: hidden;
    font: 83%/1.4 Arial, Helvetica, Sans-Serif;
}
#bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    min-width: 900px;
    height: 30px;
    padding: 5px 0;
    line-height: 1;
    background: #333;
    color: #fff;
    text-size: 1.2em;
}
#bar a {
    padding: 0 5px;
    color: #fff;
}
#frame {
    width: 100%;
    height: 100%;
    z-index: 10;
}
</style>
</head>
<body>
<!-- BEGIN: bar -->
<div id="bar">
<a href="http://eisabainyo.net/weblog/" title="Web Development Blog">Web Development Blog</a>
</div>
<!-- END: bar -->
<iframe scrolling="auto" id="frame" src="http://eisabainyo.net/weblog/" frameborder="0"></iframe>
</body>
</html>
Love what you've just read? Subscribe to our newsletter to receive tips, resources and special offers related to web development & design.
Your name:   Your email:  

3 Responses to “Framebar (like diggbar) example in html and css with no javascript”

  1. Poppi says:

    How do you add your “Html” or Java script to this code?
    See my site I want a BAR where people can random surf websites on my blog.

  2. seems to not work in firefox.

  3. Sham Hardy says:

    its working! thank u! :D

Profile PicHello! Welcome to Web development blog! My name is Ei Sabai and on this blog, I write about web development, mobile app development, latest web technologies and the likes. Read more about me or have a look at some of the tips & resources I've written.
Subscribe to our newsletter to receive tips, resources and special offers related to web development & design.
We do NOT spam.
Your name:  
Your email:  

Tips & Resources

Tips & Resources
WordPress Web Hosting
Recommended web hosting providers for WordPress 3.0
iPhone Native App Development
Important steps into iPhone app development for beginners
iPhone Web App Development
Tips for iPhone web app development
Coupons for Web Developers
Get discounts on web hosting, domain names, templates, etc
10 Useful jQuery Snippets
Easy-to-use jQuery snippets for any website
HTML Email Newsletter
Step-by-step tutorial on how to code an HTML email newsletter
  • bluehost Hosting $6.95/month
  • Joomla Templates

Recommended Book

Categories