Eg Net Solution: Web development

Here in this sites web and software developer can get some essential information.

MY Favorite .Net Question For Interview

This are not tidy. Just for rough. In Sha Allah will make it tiddy soon. 1.  DateTime2 Date range 0001-01-01 through 9999-12-31  vs Date...

Users Countries


Showing posts with label Web development. Show all posts
Showing posts with label Web development. Show all posts

Thursday, June 19, 2014

Change the color of the active anchor (parent tag element) /current URL menu tab text in spry menu bar with JavaScript

June 19, 2014 0
Change the color of the active anchor (parent tag element) /current URL menu tab  text in spry menu bar  with JavaScript

I had tried in many way like active tag, JavaScript etc for changing the color of the active tab menu in spry menu bar or any type of menu bar. At last I had made this code. Also you can find details in my stackoverflow ID  Muhammad Ashikuzzaman by clicking here . Here is a link for prove http://bpmpakhulna.com/index.php or http://www.limt.co.uk/englishexam/math.php

 <ul id="MenuBar1" class="MenuBarHorizontal">
   <li><a href="index.php" class="MenuBarItemSubmenu">Home</a>    </li>
   <li><a class="MenuBarItemSubmenu" href="#">Exam</a>
    <ul>
      <li><a href="english.php">English</a></li>
      <li><a href="math.php">Math</a></li>
      <li><a href="details.php">Details</a></li>
    </ul>
   </li>
   <li><a href="uklife.php" class="MenuBarItemSubmenu">Uk Life</a>
</ul>

Wednesday, June 18, 2014

Adding Multi Level Drop Down Menu For Blogger or Any Html Sites

June 18, 2014 0
Adding Multi Level Drop Down Menu For Blogger or Any Html Sites
For adding multilevel attractive menu bar in your html page or blogger sites see the below insteuctions.
For blogger :
1. Log in blogger dashboard  (with email)> Layout
2. Click on add a gadget (below header), also in many place you can see "Add a Gadget". 
3. Select HTML/JavaScript by scrolling mouse4. Put the below code there and save

For HTML/PHP page :
Just copy and paste the code from the below link.
                                                       
                                                             

Add Choice