Search in forum:
Search


Author Message
Post09/07/2008 at 7:59pm (UTC)    
Post subject: navigation bar

can anybody tell me how to create cool and animated navgation bar like many people have done......
Post09/07/2008 at 8:46pm (UTC)    
Post subject:

i hope i understand what u mean
only chang the urls into urs
Code:


<script language="JavaScript">
   var isIE4 = false;
   function CheckBrowser()
   { if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.charAt(0) >= 4) { isIE4 = true; }}
   function mOvr(src,clrOver)
   { if (!src.contains(event.fromElement)) { src.style.cursor = 'hand'; src.bgColor = clrOver; src.children.tags('A')[0].style.color = '#ffffff';}}
   function mOut(src,clrIn)
   { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn;  src.children.tags('A')[0].style.color = '#ffffff';}}
   function mClk(src)
   { if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click();} }
   function mOvrTop(src,clrOver)
   { if (!src.contains(event.fromElement)) { src.style.cursor = 'hand'; src.bgColor = clrOver;}}
   function mOutTop(src,clrIn)
   { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn;}}
</script> 


<! --from MyMahdi-->

<table cellspacing="3" cellpadding="0" border="0" width="420" align="center" bgcolor="#003366">
<tr>
 <td align="center" width="105" onmouseover="mOvr(this,'#9999cc');" onmouseout="mOut(this,'#666699');" onclick="mClk(this);" bgcolor="#666699">
<a style="color: #FFFFFF" href="http://www.yahoo.com/"><font face="Verdana" size="-2">YAHOO</font></a>
</td>
 <td align="center" width="105" onmouseover="mOvr(this,'#9999cc');" onmouseout="mOut(this,'#666699');" onclick="mClk(this);" bgcolor="#666699">
<a style="color: #FFFFFF" href="http://hotmail.com/"><font face="Verdana" size="-2">HOTMAIL</font></a>
</td>
 <td align="center" width="105" onmouseover="mOvr(this,'#9999cc');" onmouseout="mOut(this,'#666699');" onclick="mClk(this);" bgcolor="#666699">
<a style="color: #FFFFFF" href="http://WWW.CNN.com/"><font face="Verdana" size="-2">CNN</font></a>
</td>
 <td align="center" width="105" onmouseover="mOvr(this,'#9999cc');" onmouseout="mOut(this,'#666699');" onclick="mClk(this);" bgcolor="#666699">
<a style="color: #FFFFFF" href="http://www.mymahdi.page.tl/"><font face="Verdana" size="1">MyMahdi</font></a>
</td>
</tr>
</table>

if it's not what u r looking for explain more and sure i'll help u



Websites Programmer
Post09/07/2008 at 9:50pm (UTC)    
Post subject:

no this is not it....

under navigation bar we have sub options like home, guestbook. picuture gallery, etc............. how to make them attractive.....
Post09/07/2008 at 10:55pm (UTC)    
Post subject:

ok
if u know how to use javascript and css and html codes :
Manage Pages => chose a page =>change the title
an example
Code:

<i><b><font color="blue" size ="2" face="Verdana">PAGE NAME</font></b></i>

or
Code:

<div style="width:100%;filter:glow(color=red,strength=4);color:white;font:14pt">
PAGE TITLE
</div>

or
Code:


<div align="center"><center>

<table border="0" width="319"
style="FILTER: GLOW(color='red', strength=#+6)">
<tbody>    <tr>
        <td width="313"><h1 align="center"><font size="5">
        PAGE TITLE</font></h1>
        </td>
    </tr>
</tbody></table>
</center></div>
[/code]


Last edited by mymahdi on Mon Sep 08, 2008 12:11 am; edited 1 time in total
Post09/08/2008 at 4:44pm (UTC)    
Post subject:

i know where to put the script.....

but the column where we have to put the code......... in that we can put limited number of characters....... so the first script u gave works......... and the rest last two are exceeding the no of words......... please tell me what to do........
Post09/08/2008 at 6:54pm (UTC)    
Post subject:

Thanks to flashvortex You can create your menu!
Please check: http://www.flashvortex.com/

Have Fun Razz
______________
- If you love your own-free-website, fight against to spams and spammers! Please support us, let's remove all the spammers together! We don't want to see spams and spammers on OFW board!

- The only language of the board is English / Englisch / Anglaise / Inglés / Inglese / İngilizce / Angielski / Английский / Αγγλικά / 英语 / 英语简体英文. So please write in just English!

Own-free-website.com

Post09/09/2008 at 3:11am (UTC)    
Post subject:

nikunj-jambu wrote:
i know where to put the script.....

but the column where we have to put the code......... in that we can put limited number of characters....... so the first script u gave works......... and the rest last two are exceeding the no of words......... please tell me what to do........


if you have the script of that you must put it to extended settings on the top section..

remember in this service thre are script will appear and gone if you apply to many script
______________
<img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://lovescents.webs.com/apps/profile/profilePage?id=40574415/" target="_blank" class="postlink"><img src="http://lovescents.webs.com/1.gif" border="0"><span style="font-weight: bold;">Lovescents</span> </a><img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://www.homepage-help.page.tl/" target="_blank" class="postlink"><span style="font-weight: bold;">SUPPORT PAGE</span></a> <img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://www.own-free-website.com/forum/search.php" target="_blank" class="postlink"><span style="font-weight: bold;">SEARCH IN FORUM</span></a> <img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://www.own-free-website.com/forum/viewtopic.php?t=5512" target="_blank" class="postlink"><span style="font-weight: bold;">PLEASE READ BEFORE POSTING A NEW TOPIC!!</span></a></span>
Post09/09/2008 at 4:45pm (UTC)    
Post subject:

i dont understand.......


please see these site and see the navigation bar in these site.....

http://animeddl.page.tl/

i want to make something like these.........

how to do it.......
Post09/09/2008 at 6:43pm (UTC)    
Post subject:

the number of the tab foolow the number of your pages
______________
<img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://lovescents.webs.com/apps/profile/profilePage?id=40574415/" target="_blank" class="postlink"><img src="http://lovescents.webs.com/1.gif" border="0"><span style="font-weight: bold;">Lovescents</span> </a><img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://www.homepage-help.page.tl/" target="_blank" class="postlink"><span style="font-weight: bold;">SUPPORT PAGE</span></a> <img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://www.own-free-website.com/forum/search.php" target="_blank" class="postlink"><span style="font-weight: bold;">SEARCH IN FORUM</span></a> <img src="http://lovescents.webs.com/left.gif" border="0"> <a href="http://www.own-free-website.com/forum/viewtopic.php?t=5512" target="_blank" class="postlink"><span style="font-weight: bold;">PLEASE READ BEFORE POSTING A NEW TOPIC!!</span></a></span>
Post09/11/2008 at 12:57am (UTC)    
Post subject:

Hi, You can not edit every layout however you want. Some layouts are edited easily. Some layouts are not. Now you are using Holidays layout.. It is to hard to edit it! I advice that you should try to edit the other layouts such as RED, ICEBLUE, BUTTERFLY. You can edit them however you want!

Please look CSS section.. Some topics may help you there Wink

Have Fun Razz
______________
- If you love your own-free-website, fight against to spams and spammers! Please support us, let's remove all the spammers together! We don't want to see spams and spammers on OFW board!

- The only language of the board is English / Englisch / Anglaise / Inglés / Inglese / İngilizce / Angielski / Английский / Αγγλικά / 英语 / 英语简体英文. So please write in just English!

Own-free-website.com

Display posts from previous:   


Powered by phpBB © 2001, 2005 phpBB Group