Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Submenus appearing behind body of webpage
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Submenus appearing behind body of webpage
#22937
Submenus appearing behind body of webpage 12 Years, 6 Months ago Karma: 0
Hi. I appologize beforehand if this topic has been discussed elsewhere. I have read several of the other submenu posts, but none seems to relate to my specific problem, nor resolves it.

I am running Joomla 1.7 and the template "cirrus-green" designed by Hurricane Media. The website is located at www.innov8.cc/main

The problem I am facing is this:

The submenus under "Services" goes behind the body of the page. Moreover the menu also shows a scroll bar which shouldn't be there (I suspect it might be a length issue).

Could you kindly advise?

I have limited HTML and PHP knowledge, but no CSS
The administrator has disabled public write access.
 
#22938
Re:Submenus appearing behind body of webpage 12 Years, 6 Months ago Karma: 748
Hello,

What browser do you use? Could you provide a screenshot where we can see problems?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22939
Re:Submenus appearing behind body of webpage 12 Years, 6 Months ago Karma: 0
Thanks for the quick response. I am using Firefox 8.0 on Windows 7, but also Internet Explorer 9.

I have managed to solve my initial problem by adding the following code to CSS styles:

div#topmenu_wrap
{
overflow: visible;
}

I would however now like to see borders (or dividers) around the drop-down menu items

Site address Innov8 [url=http://www.innov8.cc/main[/url]

Image attached
Last Edit: 2011/12/19 10:06 By hibbijibbies.Reason: Image size reduced
The administrator has disabled public write access.
 
#22940
Re:Submenus appearing behind body of webpage 12 Years, 6 Months ago Karma: 748
Add the next CSS rules:

Code:


UL.ux-menu-sub LI A
{
  border-bottom: 2px solid red !important;
}

UL.ux-menu-sub LI A.ux-menu-link-last
{
 border-style: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#22942
Re:Submenus appearing behind body of webpage 12 Years, 6 Months ago Karma: 0
Thx alot,

I tweaked the code a bit and it works great. Thank you for your time.
The administrator has disabled public write access.
 
Go to topPage: 1