The LC1 menu template
![LC1 menu template [LC1 menu template]](/images/menuLC1.jpg)
LC1 is a menu template for WordPress Menubar, formerly written for WP Menubar 2.x and now available for WP Menubar 3.x.
LC1, shown in the screenshot with the Kubrick theme, uses a single image, corner.gif, for the rounded top corner of each tab.
LC1 can be customized in several ways, editing or replacing the LC1.css stylesheet. To better suit your site design you can change colors, font, margins, padding and so on; the only thing you can’t change so quickly in LC1.css is the white menu background.
Why? That’s because the corner image, being white, requires a white menu background to remain invisible. To use, say, a pink menu background you also need a pink corner.gif, otherwise the corner image will become visible, ruining the rounded corner effect.
To download the LC1 menu template, please visit the Download page; and for installing and activating a menu template, you can follow the simple instructions in WP Menubar documentation.
Please note that LC1 doesn’t support submenus so, if you have any submenus, they won’t be displayed.
Credits: LC1 is inspired by Internet Broadcast, one of the free XHTML / CSS page templates made available by Solucija.
Are you able to help me with the CSS? The menu I’ve created on http://74.54.176.18/~wellrich/ looks fine in Firefox, but in IE8 the text on the inactive tabs is grey when it should be white.
Hi Janet,
try replacing
.LC1 li a,.LC1 li a:visited {
with
.LC1 li a,.LC1 li a:link,
.LC1 li a:visited {
in LC1.css, line 26.
Thanks; that did the trick!