Click here to Skip to main content
15,901,666 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDebugging ISAPI and CGI Code Pin
Bram van Kampen19-Feb-09 12:57
Bram van Kampen19-Feb-09 12:57 
AnswerRe: Debugging ISAPI and CGI Code Pin
led mike20-Feb-09 6:42
led mike20-Feb-09 6:42 
GeneralRe: Debugging ISAPI and CGI Code Pin
Bram van Kampen21-Feb-09 12:49
Bram van Kampen21-Feb-09 12:49 
QuestionSecurity Problem Pin
Meetu Choudhary19-Feb-09 2:13
Meetu Choudhary19-Feb-09 2:13 
QuestionDigital Signatures Pin
Meetu Choudhary19-Feb-09 1:39
Meetu Choudhary19-Feb-09 1:39 
QuestionWebsite Privacy and Terms Text Pin
TechyPol17-Feb-09 22:48
TechyPol17-Feb-09 22:48 
AnswerRe: Website Privacy and Terms Text Pin
Ashfield18-Feb-09 1:34
Ashfield18-Feb-09 1:34 
QuestionNot working in IE6 Pin
NeerajSharp17-Feb-09 22:47
NeerajSharp17-Feb-09 22:47 
Hi All,
There are two divs (See html code below), one having simple html dropdown list and another one having html textbox.
Now what we are doing here is:

We are overlapping the div containing text box over to the div containing dropdown..
Such that a user can enter his values in the text box as well as will be able to select options from dropdown,

Textbox is overlapped to dropdown so that initial value of dropbox cannot be visible to user & he can enter his keyword in text box over it..


Kindly provide me with the solution.. the code is working well in IE 7 & firefox but not in IE6..

<div style="border:1px solid #000; width:250px"><select name="puneet">
<option>puneet</option>
<option>puneet1</option>
<option>puneet sharma</option>
</select></div>
<div style="border:1px solid #ff0000; position:relative; top:-15px; width:200px">
<input type="text" style="width:90px" /></div>



Thanks & regards

Neeraj Rawat
AnswerRe: Not working in IE6 Pin
Aman Bhullar18-Feb-09 5:08
Aman Bhullar18-Feb-09 5:08 
QuestionSQL Server 2005 Notification Services with ASP.NET 2.0 Pin
Senthil_M17-Feb-09 22:32
Senthil_M17-Feb-09 22:32 
Questionwhat do i need to put instead ? Pin
helpmepeople17-Feb-09 22:20
helpmepeople17-Feb-09 22:20 
AnswerRe: what do i need to put instead ? Pin
WoutL19-Feb-09 1:49
WoutL19-Feb-09 1:49 
QuestionResizing the div after i click on someother div Pin
bai_deb17-Feb-09 19:56
bai_deb17-Feb-09 19:56 
QuestionASP.Net Inherits="MyProjectNameSpace._Default" Issue Pin
Harvey Saayman17-Feb-09 10:50
Harvey Saayman17-Feb-09 10:50 
AnswerRe: ASP.Net Inherits="MyProjectNameSpace._Default" Issue Pin
vaghelabhavesh17-Feb-09 11:08
vaghelabhavesh17-Feb-09 11:08 
GeneralRe: ASP.Net Inherits="MyProjectNameSpace._Default" Issue Pin
Harvey Saayman17-Feb-09 11:10
Harvey Saayman17-Feb-09 11:10 
QuestionGlobal Search Pin
Civic0617-Feb-09 2:02
Civic0617-Feb-09 2:02 
Questionself.focus() do not work in IE7 Pin
Aman Bhullar17-Feb-09 1:56
Aman Bhullar17-Feb-09 1:56 
AnswerRe: self.focus() do not work in IE7 Pin
Mohammad Dayyan20-Feb-09 18:10
Mohammad Dayyan20-Feb-09 18:10 
QuestionIs there any way to communicate with usb hid device throw web application [modified] Pin
pincher17-Feb-09 1:24
pincher17-Feb-09 1:24 
QuestionSite Crash Pin
Johndas16-Feb-09 20:06
Johndas16-Feb-09 20:06 
AnswerRe: Site Crash Pin
Aman Bhullar17-Feb-09 1:57
Aman Bhullar17-Feb-09 1:57 
QuestionA FIRE FOX CODING PROBLEMS Pin
helpmepeople16-Feb-09 20:03
helpmepeople16-Feb-09 20:03 
AnswerRe: A FIRE FOX CODING PROBLEMS Pin
SeMartens17-Feb-09 1:42
SeMartens17-Feb-09 1:42 
GeneralRe: A FIRE FOX CODING PROBLEMS Pin
helpmepeople17-Feb-09 2:52
helpmepeople17-Feb-09 2:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.