> How it happened: I added the Wordpress plugin WP Admin Bar Reloaded to  
> my blog, adding a little bit of code to style.css and to header.php,  
> as instructed 
> athttp://onemansblog.com/2007/04/08/wordpress-plugin-wp-admin-bar-reloaded/
> 
> That created the mess. Therefore, I removed the plugin and all code.  
> The admin bar went away, of course, but the menu now overlaps the  
> header image, i.e., the header should be pushed down enough for the  
> menu, but isn't.
> 
> After that, I completely replaced the header.php with the original. No  
> luck. May I send someone those two docs to look at? I'm so lost...
> 
> Gratefully,
> Bambi Vincent
> aka thiefhunter
> 
> P.S. the plugin-pusher at onemansblog.com has not responded,  
> unfortunately.


Hi Bambi. Welcome.

Line 106 in this document:
http://bobarno.com/thiefhunters/wp-content/themes/organic-10/style.css

Missing a "{".
Change this:
.pagenavigation
     text-decoration: underline;
     color: #DB5600;
}
to this:
.pagenavigation {
     text-decoration: underline;
     color: #DB5600;
}

That should fix it for you. Hope it helps.

Bill Brown
TheHolierGrail.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to