[thelist] Nav bar wacky in IE

ben morrison morrison.ben at gmail.com
Fri Jan 26 04:33:01 CST 2007


On 1/26/07, Max Schwanekamp <lists at neptunewebworks.com> wrote:
> ben morrison wrote:
> > On 1/25/07, Max Schwanekamp <lists at neptunewebworks.com> wrote:
> >> Anyone care to help me with my nav menu on this site?
> >> http://snipurl.com/18cg7
>
> But, this is beside the point.  My main problem is getting the
> background images on the A elements to line up properly so it overlays
> the LI's background correctly.
>
> Any other suggestions?

How about using a negative text indent instead of using overflow:hidden;

ul#nav li a.primary {
	text-decoration: none;
	display: block;
	width: 0;
	height: 0;
	padding: 27px 83px 0 0;
	text-indent:-999em;
}


ben
-- 
Ben Morrison



More information about the thelist mailing list