-
AuthorPosts
-
January 25, 2011 at 4:05 pm #159294
as title
when the mouse over the menu item , it will appear a hint the same with the menu name
how could i remove it ?
January 27, 2011 at 6:35 am #374011<em>@smellychen 217488 wrote:</em><blockquote>as title
when the mouse over the menu item , it will appear a hint the same with the menu name
how could i remove it ?</blockquote>
like the attachement file hint …
January 28, 2011 at 2:27 am #374156edit vi base.class.php
find all block like$data = '<a href="#" '.$active.' '.$id.' '.$title.'>'.$txt.'</a>';
switch to :
// $data = '<a href="#" '.$active.' '.$id.' '.$title.'>'.$txt.'</a>';
$data = '<a href="#" '.$active.' '.$id.' '.'>'.$txt.'</a>';AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 1 voice, and was last updated by smellychen 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to hide hint when mouse over the megamenu item ?
Viewing 3 posts - 1 through 3 (of 3 total)