Date: 10/21/07 (Web Development) Keywords: css, html How it looks in Firefox and IE Control PanelLogged in as . Logout? and the css: h1 { text-align: center; background-color: #E7E8D7; padding 4px; } #logout { position: absolute; top: 2px; right: 2px; } I'd like it to look like it does in IE, where the logout div fully overlays the h1. Not sure why FF isn't doing that. Any ideas on how to fix it?
|