Hello group,
http://people.umass.edu/btrembla/ (html 4.01/strict)
uses a conventional menu marked up as a list, and css
to enhance their appearance. I added
li a {display: block}
so that the link would extend across the li element. In MSIE
5.0/Win2k, there is extra space below each li, which goes away if I
remove the li a block declaration. That extra space is not there in
Moz 1.3 nor O7. I can certainly hide it from MSIE using the child
selector, but wanted to know if there was anything else I could do to
remove that extra space.
--
Brian
follow the directions in my address to email me
							
						
					http://people.umass.edu/btrembla/ (html 4.01/strict)
uses a conventional menu marked up as a list, and css
to enhance their appearance. I added
li a {display: block}
so that the link would extend across the li element. In MSIE
5.0/Win2k, there is extra space below each li, which goes away if I
remove the li a block declaration. That extra space is not there in
Moz 1.3 nor O7. I can certainly hide it from MSIE using the child
selector, but wanted to know if there was anything else I could do to
remove that extra space.
--
Brian
follow the directions in my address to email me
 
	
Comment