To make the Dropdown CSS menu with DOCTYPE work in Internet Explorer browser, perform the following steps:
- Edit style of your Page tabs i.e. div id='outerwrapper' by navigating to Setup> Site Builder > Themes.
- Edit the current theme.
- In Addition to head section, add this code:
#outerwrapper {
width: 800px ;
margin-left: auto ;
margin-right: auto ;
}
No comments:
Post a Comment