James Sheriff
Showing posts with label Blogger. Show all posts
Showing posts with label Blogger. Show all posts

Sunday, November 26, 2006

A Quick Post...

Here is the Purple handout if anyone can't bear to wait while we're back in on Wednesday.

Saved as a PDF so it's only a small file.

I've also been tweaking my blog by adding a header image and also making the blogger toolbar invisible when not in use. It is still there though and when you hover over it, it will appear again.

To do it, all you have to do is edit your template and input this code after /* Use this with templates...*/ so it looks like this...

/* Use this with templates/template-twocol.html */

#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}


Then hopefully it should work like mine does. The second line of the CSS tells the browser to make the navbar iFrame go invisible, the second line makes the bar come back when on hover. You can actually delete the second line and it will remain invisible at all times. I do find it handy though so I've decided to keep it.