Help with CSS Menu not Displaying Correctly in IE
Posted: 28 October 2008 04:59 AM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2008-10-28

Hi Guys

I have been looking for an answer to this problem I am having with IE not displaying menu’s properly.

I have been upgrading a template for a friend to a joomla 1.5 from a joomla 1.0 template

The original site can be viewed here http://www.wemoosh.com.au

The Development site which I have almost completed can be seen here

http://www.mynethost.com.au/dev

As you can see there is an issue with the way the menu’s line up in IE looks fine in Firefox.

The menu code is below if anyone can help out it would be greatly appreciated

Thanks

Jamie

/* Menu J1.5 new menu */
/* level 1 or Top Level*/
div.moduletable_menu  { 
text
-alignleft;
font-familyVerdanaArialHelveticasans-serif;
font-size12px;
font-weightbold;
/*border-right: 10px solid #393939;*/
/*padding: 0 0 0 5px;*/
}

div
.moduletable_ul.menu {
background
-color#F5F5F5; 
list-stylenone;
}
div
.moduletable_menu li a
{
height
1.5em;
line-height1.5em;
displayblock;
border0.1em solid #dcdce9;
text-decorationnone;
text-alignleft;
}

div
.moduletable_menu a{
display
block;
}

div
.moduletable_menu a:hover{
background
-color#D6D6D6;
displayblock;
}
/* end of Level 1 */

/* Level 2 Grey */
div.moduletable_menu ul {
text
-indent3px;
background-colortransparent
list-
stylenone;
padding0px;
}

div
.moduletable_menu ul a{
background
-color#F6F6F6; 
displayblock;
text-indent1em;
}


/* End of Level 2 */

/* Level 3 Black yellow*/
.menu ul ul  {
list-stylenone;
background-colortransparent
}

/*  */
div.moduletable_menu ul ul a {
background
-colortransparent
displayblock;
text-alignleft;
text-indent2em;
}
/*  */
div.moduletable_menu  ul li ul li a:hover{
background
-color#transparent;
}
/* End of Level 3 */


/* Current highlighted link Icon Arrow */
#current li {
 
margin0px;
 
padding0px;
}

#current {
/*    list-style: disc url(../images/mw_readon.png);*/
/* image issue with the rollover need to be add to others href link */
}

/*  */
/* Legacy 
Mainlevel menu */
.mainlevel {}
a
.mainlevel {}
a
.mainlevel:hover {}
/* End Mainlevel menu */
/*  Sub Menu */
.sublevel{}
a
.sublevel{}
a
.sublevel:hover {}
/* End Legacy Sub Menu */

div.moduletable_menu
h3{
/*title*/
FONT-SIZE14px;
padding-left10px;
padding-top5px;
padding-bottom5px;
text-align:left;
background-imageurl(../images/menubar.gif);
Profile
 
 
Posted: 14 November 2008 10:38 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  8
Joined  2008-11-14

Hi Jamie,

Your second link does not seem to be working

Profile
 
 
Posted: 14 November 2008 10:44 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  2
Joined  2008-10-28

Hi CSSpert

I ended up paying someone to fix this for me, I had to get it done quickly.

you can view the finished work at http://www.wemoosh.com.au if you wish the problem was ie didn’t display the menu full width.

Thanks

Jamie.

Profile