Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 910915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T17:07:03+00:00 2026-05-15T17:07:03+00:00

Hallo, I’m working on a website which is pretty simple and old. We just

  • 0

Hallo,

I’m working on a website which is pretty simple and old. We just use standard ASP there is no JavaScript framework or something and I can’t really program JavaScript.

I have a cell in a table and in there I want to have between 1 and 7 select’s. If there are seven I don’t have enough space and because our company uses Internet Explorer the select boxes don’t get bigger when you open them.

So I thought i could do some kind of javascript or something to just make one of the select boxes bigger when the mouse is over it.

How would I do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T17:07:04+00:00Added an answer on May 15, 2026 at 5:07 pm

    Have you tried Cialis ? :p

    Seriously now, if the select boxes change size on mouseover they may break layout and depending on conditions make it impossible to select something..

    the way to do it though would be

    <script type="text/javascript">
      var selects = document.getElementsByTagName('select')
      for (var i=0;i<selects.length;i++)
         {
           selects[i].onfocus = function(){ 
                                      this.oldwidth = this.style.width; 
                                      this.style.width = 'auto';
                                }
           selects[i].onblur = function(){
                                      this.style.width = this.oldwidth;
                                }
          }
    </script>
    

    can be seen live at http://www.jsfiddle.net/YN37p/

    update

    also have a look at http://www.jsfiddle.net/YN37p/1/ for use of classes and a workaround to an issue in the previous solution, where you need to click twice to open select box.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hallo, i need to write some javascript that gets the contents of a userfield
Hallo everybody, I'm dealing with a pretty strange situation here. I have developed a
Hallo, I have a dataset with a datatable which is frequently transmitted via WCF
Hallo, i've got a list in a SharePoint-Website (WSS 3.0 SP1) that has a
Hallo, i am using WSS 3.0 and i need to display certain entries of
Hallo i am currently playing around with castle projects ActiveRecord and the remoting facility.
Hallo, Recently I have read a couple of posts on varous sites and blogs
Hallo, i've got some code that imports documents into a SharePoint (WSS 3.0 SP1)
Hallo everybody Recently I've been reading the book: Agile software development, Principles, Patterns and
Hallo, first of all, i am not very familiar when it comes to xml

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.