Go to Google Groups Home    Crawling, indexing, and ranking
Re: An easy way to make your 404 pages useful!

JLH

THANK YOU, that looks much better!

On Aug 20, 3:11 pm, JohnMu wrote:

> Hi JLH
> Firebug helps you to find and try out CSS really easily -- you could
> for instance try the following CSS code (you can place it in the
> stylesheet or just within the widget snippet):

>   #goog-wm #goog-wm-qt { border: 1px solid #999; }
>   #goog-wm #goog-wm-sb { border: 2px outset #d7b9c9; }

> The missing borders are caused by your style.css, line 16:
> * {margin: 0; padding: 0; border: 0; list-style: none;}
> Without "border: 0" it will show the borders properly (though it also
> changes other elements within your design, so I wouldn't remove it
> before making a backup :-)).

> Hope it helps!

> John

> PS The engineers are looking at that IE issue too.