I have created a horizontal navigation menu based on the HouseMenu skin object (and following advice given in tutorial 12). See the nav bar in action here in
my test environment. I have tested it in Firefox, Opera, IE7 and Safari and it looks consitent enough across those browsers.
However today I got to check it for the first time on IE6 and the behaviour is not at all consistent. Each indivudal link in the menu appears across the full width of the screen (see this
graphic file for a demonstration). I've looked into the skin.css file in an attempt to tweak it but without success (my guess is that it is one of the values set for for #HouseMenuNav li). Below is what I consider is a relevant excerpt from the
skin.css file:
/* =====================================
CSS STYLES FOR HouseMenu SkinObject
=====================================
*/
/* Horizontal Menu */
#HouseMenuNav
{
/*menu wrapper div */
font: bold 100% Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
}
#HouseMenuNav ul
{
border: 0;
margin: 0;
list-style: none;
float: left;
}
#HouseMenuNav li
{
font-size: 90%;
list-style: none;
float: left;
padding: 3px 2px 0 0;
}
Any ideas on how this can be addressed?
Thanks
Eoghano