User Profile

Collapse

Profile Sidebar

Collapse
dharmbhav
dharmbhav
Last Activity: Jul 8 '10, 01:08 AM
Joined: Sep 18 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AutoCompletExtender doesn't allow to move ahead of first item with arrow-key

    Hi,

    I am using an AJAX AutoCompleteExt ender to display a list of suburbs-postcodes after the user presses 3 keys in the given textbox.

    The problem is that on the page, I can't move my selection below the first item (with down arrow key/mouse). However with mouse if I click on any item, it gets selected.

    Code:
    <asp:TextBox ID="txtPostalSuburb" runat="server" CssClass="select_insert_menu_text1"
    ...
    See more | Go to post

  • dharmbhav
    replied to IE7 cuts the overlapping control
    Anyone????????? ??????????
    See more | Go to post

    Leave a comment:


  • dharmbhav
    started a topic IE7 cuts the overlapping control

    IE7 cuts the overlapping control

    Hi,

    I am facing a very typical problem that I would try to explain:

    I have a user control, (built in .NET and that I didn't created it) that has an overlapping textbox (<input type="text"..) over a drop down list (<select ...).

    The textbox has got a css:clip property and absolute-positioning applied to it. This gives an overall effect of a drop down list cum textbox.

    The...
    See more | Go to post

  • Security Best Practice on failed login attempts

    Hi,
    I am designing a login mechanism for a website. Presently, I am blocking the user account for 1 hour if there are 3 failed login attempts with-in 1 hour.
    However, I want to know if there is any best practice that can be followed on failed login attempts.
    Any help would be greatly helpful.
    Thanks,
    Dharmesh
    See more | Go to post

  • dharmbhav
    replied to Menu rollover doesn't work with IE6
    Oh I just solved it:

    CSS:
    Code:
    TABLE.menu-item-table
    {
    	position:absolute;
    	overflow:visible;
    	margin-top:-3px;
    	margin-left:-6px;	
    	border-top:solid 1px #CBD1E0;		
    	-width:200px;
    }
    .submenu-wrap
    {
    	display:none;		
    	-position:absolute;
    }
    .submenu-wrap-show
    {
    	display:block;		
    	width:auto;
    }
    See more | Go to post
    Last edited by numberwhun; Sep 18 '09, 11:39 AM. Reason: Please use code tags!

    Leave a comment:


  • dharmbhav
    started a topic Menu rollover doesn't work with IE6

    Menu rollover doesn't work with IE6

    Hello all,

    I am trying to develop a roll-over menu effect on a page. It works fine with all other browsers except IE6. Can some one please help me?

    HTML:
    Code:
    <div class="menu-item-wrap">
    					<a href="#" class="menu-item-text">
    						Menu1					
    					</a>
    					<div class="menu-item-divider"></div>
    					<div class="clear"></div>
    ...
    See more | Go to post
    Last edited by numberwhun; Sep 18 '09, 11:39 AM. Reason: Please use code tags!
No activity results to display
Show More
Working...