New messages Members Forum rules Search
  • Page 1 of 1
  • 1
Forum moderator: kostova  
uCoz Support Forum by uCozers » uCoz » Design Customization » How to get menu like on Moviehollic? (sml[answered])
How to get menu like on Moviehollic?
KroneDate: Saturday, 2009 December 19, 0:29 AM | Message # 1
Font size: A | A |
Lieutenant
Group: uCozer
Message: 79
[ ]
Offline
Hey, does anyone know the code to get the menu like on movie hollic?
Sorry if this thread is unappropraite by the way.

jackass if your read his, please reply wether you wont share or you will. Either way I have an offer for you smile


http://www.gamescenterarcade.com/
 
jackassDate: Saturday, 2009 December 19, 4:20 AM | Message # 2
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
Krone, what offer? biggrin

I can make tutorial later wink


 
KroneDate: Saturday, 2009 December 19, 3:33 PM | Message # 3
Font size: A | A |
Lieutenant
Group: uCozer
Message: 79
[ ]
Offline
Quote (jackass)
I can make tutorial later

Ok Thanks biggrin Please make it soon

Quote (jackass)
Krone, what offer?

Well im into software development, and anyway, im working on a new one called ChartPlayer, which is a mini media player for the top charts, and if you would like, I can advertise your site on it. I have a small Advertisement box, and I will advertise your site for a certain period of time smile


http://www.gamescenterarcade.com/
 
PistolDate: Thursday, 2009 December 31, 4:39 AM | Message # 4
Font size: A | A |
Lieutenant
Group: uCozer
Message: 60
[ ]
Offline
Quote (Krone)
Please make it soon

same here the one i made doesn't go with ucoz if i add mine i can't login my website nobody can

 
KroneDate: Thursday, 2009 December 31, 2:57 PM | Message # 5
Font size: A | A |
Lieutenant
Group: uCozer
Message: 79
[ ]
Offline
Quote (Pistol)
same here the one i made doesn't go with ucoz if i add mine i can't login my website nobody can

I think that is actualy everyone's case. It must be a disability of uCoz. When I tried to sign in on Movie Hollic it didn't work, my site didn't work and same with yours (with a vertical flash menu of this topic)


http://www.gamescenterarcade.com/
 
kostovaDate: Thursday, 2009 December 31, 8:45 PM | Message # 6
Font size: A | A |
Colonel
Group: Administrator
Message: 268
[ ]
Offline
Quote (Krone)
I think that is actually everyone's case. It must be a disability of uCoz.
Although the problem resides in confliction between uCoz js library, there are certain methods to making two work on the same site. If you don't know how to, then it will be a problem.
 
PistolDate: Friday, 2010 January 01, 6:46 PM | Message # 7
Font size: A | A |
Lieutenant
Group: uCozer
Message: 60
[ ]
Offline
Quote (kostova)
If you don't know how to, then it will be a problem.

i don't know how tongue

Edited ByPistol - Friday, 2010 January 01, 6:47 PM
 
kostovaDate: Saturday, 2010 January 02, 2:09 AM | Message # 8
Font size: A | A |
Colonel
Group: Administrator
Message: 268
[ ]
Offline
Quote (Pistol)
i don't know how :tongue:

I know how tongue

It was so difficult for me to do it...so I'll leave this alone for a wee bit xD

 
PistolDate: Saturday, 2010 January 02, 4:19 AM | Message # 9
Font size: A | A |
Lieutenant
Group: uCozer
Message: 60
[ ]
Offline
Quote (kostova)
so I'll leave this alone for a wee bit xD

hmm okay sad

 
jackassDate: Saturday, 2010 January 02, 12:05 PM | Message # 10
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
Sorry that my answer was so late biggrin

Code
<style type="text/css">      
.menu2 {margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; align:center; list-style:none; height:35px; background:#585858 url(http://myphoto.nnov.ru/img/cde6ff5de6da5eddbdc9b9d968e918a5.gif); border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}      
.menu2 li {float:center;}      
.menu2 li a {display:block; float:left; height:35px; line-height:35px; color:#aaa; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}      
.menu2 li a b {float:left; display:block; padding:0 16px 0 8px;}      
.menu2 li.current a {color:#fff; background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif);}      
.menu2 li.current a b {background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif) no-repeat right top;}      
.menu2 li a:hover {color:#fff; background:#000 url(http://myphoto.nnov.ru/img/7d80b34d140d09a05f5f394b075a4ccb.gif);}      
.menu2 li a:hover b {background:url(http://myphoto.nnov.ru/img/7d80b34d140d09a05f5f394b075a4ccb.gif) no-repeat right top;}      
.menu2 li.current a:hover {color:#fff; background:#000 url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif); cursor:default;}      
.menu2 li.current a:hover b {background:url(http://myphoto.nnov.ru/img/7fe94a31074ae15fb648a09749b69033.gif) no-repeat right top;}      
</style>
<div align="center">
<ul class="menu2">      
<li><a href="$HOME_PAGE_LINK$"><span style="color:orange; align:center"><b>Sākums</b></span></a></li>      
<li><a href="/forum/"><span style="color:orange"><b>Forums</b></span></a></li>      
<li><a href="/faq/"><span style="color:orange"><b>F.A.Q</b></span></a></li>      
<li><a href="/index/0-6"><span style="color:orange"><b>Noteikumi</b></span></a></li>      
<li><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a href="$PERSONAL_PAGE_LINK$"><?else?><a href="$REGISTER_LINK$"><?endif?><?endif?><span style="color:orange"><b>Reģistrācija / Profils</b></span></a></li>      
<li><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a href="$LOGOUT_LINK$"><?else?><a href="$LOGIN_LINK$"><?endif?><?endif?><span style="color:orange"><b>Ieeja / Izeja</b></a></span></li>      
</ul>
</div>

You can try this one, it was long time ago, so I don't remember witch code it was biggrin

If no, there is my code, from movieholic, but there is many things that you don't need, and log in doesn't work I guess. I don't fix this, because I work on my joomla web smile

Code
<span class="preload1"></span>
<span class="preload2"></span>

<ul id="nav">
<li class="top"><a href="http://movieholic.ucoz.com/" class="top_link"><span>Main Page</span></a></li>
<li class="top"><a href="http://movieholic.ucoz.com/board" id="MDB" class="top_link"><span class="down">Movie Data Base</span></a>
<ul class="sub">
<li><a href="http://movieholic.ucoz.com/board/1" class="mid">Action</a>
</li>
<li class="mid"><a href="http://movieholic.ucoz.com/board/2" class="mid">Adventure</a>
<li><a href="http://movieholic.ucoz.com/board/3">Animation</a></li>
<li><a href="http://movieholic.ucoz.com/board/4">Biography</a></li>
<li><a href="http://movieholic.ucoz.com/board/5">Comedy</a></li>
<li><a href="http://movieholic.ucoz.com/board/6">Crime</a></li>
<li><a href="http://movieholic.ucoz.com/board/7">Documentary</a></li>
<li><a href="http://movieholic.ucoz.com/board/8">Drama</a></li>
<li><a href="http://movieholic.ucoz.com/board/9">Family</a></li>
<li><a href="http://movieholic.ucoz.com/board/10">Fantasy</a></li>
<li><a href="http://movieholic.ucoz.com/board/11">Film-noir</a></li>
<li><a href="http://movieholic.ucoz.com/board/12">History</a></li>
<li><a href="http://movieholic.ucoz.com/board/13">Horror</a></li>
<li><a href="http://movieholic.ucoz.com/board/14">Independent</a></li>
<li><a href="http://movieholic.ucoz.com/board/15">Musical</a></li>
<li><a href="http://movieholic.ucoz.com/board/17">Music</a></li>
<li><a href="http://movieholic.ucoz.com/board/16">Mystery</a></li>
<li><a href="http://movieholic.ucoz.com/board/18">Romance</a></li>
<li><a href="http://movieholic.ucoz.com/board/19">Sci-Fi</a></li>
<li><a href="http://movieholic.ucoz.com/board/20">Short</a></li>
<li><a href="http://movieholic.ucoz.com/board/21">Sport</a></li>
<li><a href="http://movieholic.ucoz.com/board/22">Triller</a></li>
<li><a href="http://movieholic.ucoz.com/board/23">TV Mini Series</a></li>
<li><a href="http://movieholic.ucoz.com/board/24">War</a></li>
<li><a href="http://movieholic.ucoz.com/board/25">Western</a></li>
</ul>
</li>
<li class="top"><a href="http://movieholic.ucoz.com/photo" id="PAlbum" class="top_link"><span class="down">Photo Album</span></a>
<ul class="sub">
<li><a href="http://movieholic.ucoz.com/photo/1">Movie</a></li>
<li><a href="http://movieholic.ucoz.com/photo/14">Celebrity</a></li>
</ul>
</li>
<li class="top"><a href="javascript://" onclick="$('#bio').slideToggle('normal');" id="Biographymenu" class="top_link"><span class="down">Biography</span></a>
<ul class="sub">
<li><a href="http://movieholic.ucoz.com/publ/3" class="mid">Actors</a>
<li><a href="http://movieholic.ucoz.com/publ/4">Actress</a></li>
<li><a href="http://movieholic.ucoz.com/publ/6">Directors</a></li>
</ul>
</li>
<li class="top"><a href="http://movieholic.ucoz.com/index/0-4" id="TOP" class="top_link"><span>TOP</span></a>
</li>
<li class="top"><a href="http://movieholic.ucoz.com/forum" id="Forum" class="top_link"><span class="down">Forum</span></a>
<ul class="sub">
<?if($GROUP_ID$='4' or $GROUP_ID$='3')?>
<li><a href="http://movieholic.ucoz.com/forum/17">Admins / Moders</a>
<?endif?>
<li><a href="http://movieholic.ucoz.com/forum/1">General</a>
<li><a href="http://movieholic.ucoz.com/forum/5">Movies</a>
<li><a href="http://movieholic.ucoz.com/forum/6">Other</a>
</ul>
</li>  
<?if($USER_LOGGED_IN$)?>
<li class="top"><a href="javascript:openLayerA('ID','http://movieholic.ucoz.com/index/8','My profile','800','500','auto')" id="My Profile" class="top_link"><span>My Profile</span></a>
</li>
<?endif?>

<li class="top"><?if(!$USER_LOGGED_IN$)?><a href="#" title="Login" onclick="return popUp();">Login</a>
<div id="signUpBlock">
<div id="darkBack">
<div id="hiddenBlock">
<div id="signUpForm">
<a class="closeWindow" href="#" title="" onclick="return closePopUp();"></a>
<form method="POST" name="loginform" action="/index/sub/">
<br><br><br><br><br><br><br>
<left><b></b><div class="lgmtitle"><b> Login: <input name="user" class="lgn" type="text">
</b><div style="padding: 4px;"> </div>
<left><b><b>Password:<input name="password" id="password" class="lgn" type="password">
</b></b><div style="padding: 4px;"> </div></left>
<div align="center"><button id="but" type="submit" value="ienākt" class="butt"><b><b>Log in</b></b></button>
<div style="padding: 4px;"> </div>
<b><b><input name="login" id="login" value="submit" type="hidden">
<input name="a" value="2" type="hidden"><input name="redirect" value="0" type="hidden">
</b></b>
<script type="text/javascript">document.loginform.redirect.value=window.location.href;</script><b><b>  
<?else?>
<a href="$LOGOUT_LINK$">Log out</a><br>

<?endif?>
</li>

So test it smile Hope it helps smile


 
PistolDate: Sunday, 2010 January 03, 3:31 PM | Message # 11
Font size: A | A |
Lieutenant
Group: uCozer
Message: 60
[ ]
Offline
the first one helps the second is just some text
 
jackassDate: Sunday, 2010 January 03, 5:14 PM | Message # 12
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
Quote (Pistol)
the first one helps the second is just some text

I guess there was some CSS files needed...

http://movieholic.ucoz.com/Stuff/JSmenu/css/Meny.css


 
PistolDate: Wednesday, 2010 January 06, 7:53 PM | Message # 13
Font size: A | A |
Lieutenant
Group: uCozer
Message: 60
[ ]
Offline
thanks a lot it helped

Edited ByPistol - Wednesday, 2010 January 06, 7:58 PM
 
LOKODate: Friday, 2010 June 18, 12:17 PM | Message # 14
Font size: A | A |
Private
Group: User
Message: 4
[ ]
Offline
How did you do the menu on your website krone im actualy quite interested in geting somthing simular for mine.
 
uCoz Support Forum by uCozers » uCoz » Design Customization » How to get menu like on Moviehollic? (sml[answered])
  • Page 1 of 1
  • 1
Search:


Copyrights uCozers 2009 - 2024 To TOP
Refresh Smileys Manager