- Posts: 14116
- Thank you received: 1639
Enable top panel feature in this template
-
ivan.milic
Support Staff - Moderator
Less
More
13 years 11 months ago #4705
by ivan.milic
Replied by ivan.milic on topic Re: Enable top panel feature in this template
Link please...
Please Log in to join the conversation.
-
simplyme1010
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
13 years 11 months ago - 13 years 11 months ago #4706
by simplyme1010
Replied by simplyme1010 on topic Re: Enable top panel feature in this template
I was told that I can send links privately by clicking on report to moderator.
did u receive it?
Pls remove this post after u view my link as I prefer not to have my link on the forum.
Thanks
did u receive it?
Pls remove this post after u view my link as I prefer not to have my link on the forum.
Thanks
Last edit: 13 years 11 months ago by simplyme1010. Reason: I paid for the platinum account as I do not want to display the copyright message. I do not want to expose my URL on the forum.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #4719
by ivan.milic
Replied by ivan.milic on topic Re: Enable top panel feature in this template
Hi,
I was able to recreate that in IE7 compatibility view.
Try this, add:
#nav li a
{
width:auto;
}
at the end of template_css.css file.
I was able to recreate that in IE7 compatibility view.
Try this, add:
#nav li a
{
width:auto;
}
at the end of template_css.css file.
Please Log in to join the conversation.
-
simplyme1010
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 0
13 years 11 months ago #4813
by simplyme1010
Replied by simplyme1010 on topic Re: Enable top panel feature in this template
What i meant is the the submenu are not displaying at the bottom of the 1st level tab. It appears from the side as seen in the attached image. How to correct this error?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 11 months ago #4818
by ivan.milic
Replied by ivan.milic on topic Re: Enable top panel feature in this template
Using Template Manager -> Edit HTML , put next red code just before "</head>" so it looks like this:
...
<!--[if lt IE 8.0]>
<style type="text/css">
#nav LI:hover UL
{
top:100%;
left:0%;
}
#nav LI:hover UL LI:hover UL
{
top:0%;
left:100%;
}
</style>
<![endif]-->
</head>
<body>...
...
<!--[if lt IE 8.0]>
<style type="text/css">
#nav LI:hover UL
{
top:100%;
left:0%;
}
#nav LI:hover UL LI:hover UL
{
top:0%;
left:100%;
}
</style>
<![endif]-->
</head>
<body>...
Attachments:
Please Log in to join the conversation.
Time to create page: 0.098 seconds