aiman.h.kallaf
Active member
Greetings
I've added a menu at the top of my site but it is not functioning as it should be
this is part of the code
how can i fix this problem
I've added a menu at the top of my site but it is not functioning as it should be
this is part of the code
Code:
<!--##############################-->
<link rel='stylesheet' type='text/css' href='http://english4me.net/EnglishCenter/menu_source/styles.css' />
<div style="font-family: tahoma; font-size: medium" id='cssmenu' >
<ul>
<li class='has-sub'><a href='#' target="_top"><span>المراكز</span></a>
<ul>
<li class='has-sub'><a href='http://english4me.net/EnglishCenter/ConsultingCenter/Pages
......
.
.....
....
....
</ul>
</div>
<!--######################################-->
how can i fix this problem