Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: header design item positioning changed overnight!


chrishajer
Participant

@chrishajer

Ross, I created a little slice of a navbar up top, and put the link over to the right in it. Here’s how I did it:

style.css:

#navbar {
background: #A9A9A9;
height: 1.5em;
text-align: right;
font-size: 1.2em;
}

 

header.php:

<div id="navbar">
<a href="http://ashb.proofreadercentral.com/" title="Return to the ASHB website home page">ASHB Home</a>&nbsp;
</div>

 

Put that in the header right after the end of the login form and right before the end of the header div. That will give you a little slice up top in which to link to the main website. You can change the color, the height of the bar and the font size.

I don’t know why the button is tucked in so close in IE (not FF), but it seems like the negative positioning thing is probably fraught with problems, so I would avoid it.

You could also put your button to return to the main website in this nav bar, but you’d have to make it taller.

Skip to toolbar