dropdown menu problem
4 posters
Page 1 of 1
dropdown menu problem
my dropdown menu before loading complete,will display not parallel
like this:
after loading complete is ok.
like this:
i want to ask how can set tie
log in direct show menu like picture 2 ?
my css:
like this:
after loading complete is ok.
like this:
i want to ask how can set tie
log in direct show menu like picture 2 ?
my css:
- Code:
<head>
<style type="text/css">
/* common styling */
.menu {position:relative; margin:0; font-size:15px; margin:30px 0;display:}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000000;width:102px; height:20px; text-align:center; color:#000000; border:1px solid #000000; background:#CEE9F0; line-height:20px; font-size:14px; overflow:hidden; border-radius:2px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#36f;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#CEE9F0; color:#000;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
</style>
<!--[if lte IE 6]>
<style type="text/css">
.menu ul li a.hide, .menu ul li a:visited.hide {display:none;}
.menu ul li a:hover ul li a.hide {display:none;}
.menu ul li a:hover {color:#fff; background:#36f;}
.menu ul li a:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li a:hover ul li a.sub {background:#6a3; color:#fff;}
.menu ul li a:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li a:hover ul li a ul {visibility:hidden;}
.menu ul li a:hover ul li a:hover {background:#6fc; color:#000;}
.menu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:105px; top:0; color:#000;}
.menu ul li a:hover ul li a:hover ul.left {left:-105px;}
</style>
<![endif]-->
</head>
Last edited by xiaomah01 on Thu 15 Dec 2011 - 19:43; edited 1 time in total
Re: dropdown menu problem
Gassy wrote:What do you mean by "before loading complete"? Which loading?
"loading" i can't find anyway to explain...
just like this:
my problem appears in loading mode~
menu bal is no fix...
then loading is complete,the bal will be fix,ok
or u can go my site see,u will understand
can refresh to see problem(menu bal)
Re: dropdown menu problem
Try to add in your CSS Stylesheet:
- Code:
div.menu, div.menu ul, div.menu ul li{
display: inline !important;
}
Guest- Guest
Re: dropdown menu problem
Gassy wrote:Try to add in your CSS Stylesheet:
- Code:
div.menu, div.menu ul, div.menu ul li{
display: inline !important;
}
become like this:
ps:they have many sub menu
Re: dropdown menu problem
Okay. Delete that and add this:
- Code:
div.menu, div.menu ul{
display: inline !important;
}
- Code:
div.menu{
display: inline !important;
}
Guest- Guest
Re: dropdown menu problem
this is same problemOkay. Delete that and add this:
- Code:
div.menu, div.menu ul{
display: inline !important;
}
- Spoiler:
this nothing to display...
or:
- Code:
div.menu{
display: inline !important;
}
Re: dropdown menu problem
Well the only way to solve the problem is to make less buttons or make them smaller.
The problem you are having is your buttons width's exceed that of which the page with is, also take into account padding/borders.
You can either go and make your buttons smaller by changing the width's/padding or getting rid of some. An alternative method is combining the similar ones into a drop down navbar.
The problem you are having is your buttons width's exceed that of which the page with is, also take into account padding/borders.
You can either go and make your buttons smaller by changing the width's/padding or getting rid of some. An alternative method is combining the similar ones into a drop down navbar.
blindbat1457- Forumember
- Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA
Re: dropdown menu problem
- Code:
.menu ul li a, .menu ul li a:visited {
width: 70px !important;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: dropdown menu problem
Nera. wrote:
- Code:
.menu ul li a, .menu ul li a:visited {
width: 70px !important;
}
i adjust width: 102px
it's is same problem~
before loading complete,will display not parallel
- Spoiler:
after loading complete is ok
- Spoiler:
nevermind i find another way to solved it
thanks nera~
Re: dropdown menu problem
blindbat1457 wrote:Well the only way to solve the problem is to make less buttons or make them smaller.
The problem you are having is your buttons width's exceed that of which the page with is, also take into account padding/borders.
You can either go and make your buttons smaller by changing the width's/padding or getting rid of some. An alternative method is combining the similar ones into a drop down navbar.
ok thanks~maybe i will make less button to solved it~thanks for suggestion
Re: dropdown menu problem
No worries. There are plenty of ways to fix long navigation
blindbat1457- Forumember
- Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA
Re: dropdown menu problem
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Menu Problem
» Dropdown Menu
» dropdown menu problems
» message dropdown menu
» How can I create dropdown menu on options "Mark all topics read / Start Watch this forum"?
» Dropdown Menu
» dropdown menu problems
» message dropdown menu
» How can I create dropdown menu on options "Mark all topics read / Start Watch this forum"?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum