| |
Crawling, indexing, and ranking |
THANK YOU, that looks much better!
On Aug 20, 3:11 pm, JohnMu wrote:
> #goog-wm #goog-wm-qt { border: 1px solid #999; }
> The missing borders are caused by your style.css, line 16:
> Hope it helps!
> John
> PS The engineers are looking at that IE issue too.
> 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-sb { border: 2px outset #d7b9c9; }
> * {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 :-)).