pls help am dieying in joomla menu template

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Sat Jan 01, 2011 7:48 pm
How do i remove this black block in my menu template www.bestofbusinessonline.biz/onlinebiz
it convering other menu item that fall down

pls help am confuse here pls

this is the 1month have been on this menu

pls help me sir
User avatar
Fresh Boarder

GK User
Sat Jan 01, 2011 8:49 pm
Hi

Please open template.css file and find this fragment:

Code: Select all
div#horiz-menu {
   font-size:1em;
   height: 64px;
   background: url('../images/menu_sprite.png') repeat-x 0 -29px;
}

div#horiz-menu li.active { background: #212121 url('../images/menu_sprite.png') repeat-x 0 -93px!important; }
div#horiz-menu li.level1:first-child { border-left: 1px solid #eaeaea; }
div#horiz-menu li li.active { background: none!important; }
div#horiz-menu li:first-child.active { border-left: none; }
div#horiz-menu li a { color: #333; }
div#horiz-menu li li a,
div#horiz-menu li.active a { color: #fff; }
div#horiz-menu li li a:hover { color: #fff; }
div#horiz-menu li.level1,
div#horiz-menu ul ul li { background: url('../images/menu_sprite.png') no-repeat 100% -158px; }
div#horiz-menu ul ul li { background-position: 100% -126px; }


replace it with

Code: Select all
div#horiz-menu {
   font-size:1em;
   height: 32px;
   background: url('../images/menu_sprite.png') repeat-x 0 -29px;
}

div#horiz-menu li.active { background: #212121 url('../images/menu_sprite.png') repeat-x 0 -93px!important; }
div#horiz-menu li.level1:first-child { border-left: 1px solid #eaeaea; }
div#horiz-menu li li.active { background: none!important; }
div#horiz-menu li:first-child.active { border-left: none; }
div#horiz-menu li a { color: #333; }
div#horiz-menu li.active a { color: #fff; }
div#horiz-menu li li a:hover { color: #890000!important; }
div#horiz-menu li.level1,
div#horiz-menu ul ul li { background: url('../images/menu_sprite.png') no-repeat 100% -158px; border-bottom: 1px solid #eaeaea }
div#horiz-menu ul ul li:first-child { border-left: 1px solid #eaeaea; }
div#horiz-menu ul ul li:hover {background-color: #E6E6E6}
div#horiz-menu li li a {color:#333!important}



Please backup first.
You might not like the changes.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Jan 02, 2011 10:48 am
Sir i did noting happen

pls i need your help

Pls how do i create menu above on my logo position pls help me i dont know how to do dis

just like this. http://www.thedailydispatch.net/

Stay-connected |Date|About us|Make us your homepage|Chat|Job-search|
Write us:
Call us:
Email Us:

This are the menu i needed




pls help i beg u alllllllllllllllllllllllll

i have my site online incase u want to help me directly from my server

my site
http://www.bestofbusinessonline.biz/onlinebiz
User avatar
Fresh Boarder

teitbite
Mon Jan 03, 2011 1:28 am
Hi

The best option is to create a ne position on top of the page. Here You will find how to do this: http://www.gavick.com/forum/94-sporter/ ... html#71226

The next thing will be to publish a menu module in this position.
User avatar
Moderator


cron