Click here to Skip to main content
15,914,820 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: how to perform basic authorization Pin
Araj0127-Jul-07 7:31
Araj0127-Jul-07 7:31 
GeneralRe: how to perform basic authorization Pin
JimmyRopes27-Jul-07 8:08
professionalJimmyRopes27-Jul-07 8:08 
GeneralRe: how to perform basic authorization Pin
Araj0127-Jul-07 10:11
Araj0127-Jul-07 10:11 
QuestionMULTILINE TEXTBOX Pin
hifiger200426-Jul-07 8:04
hifiger200426-Jul-07 8:04 
QuestionHow to close DropDownExtender's Panel manually? Pin
Abbas8226-Jul-07 7:39
Abbas8226-Jul-07 7:39 
QuestionDropdownList Overlapping DHTML DropDown Menu Pin
Kumaran21cen26-Jul-07 1:41
Kumaran21cen26-Jul-07 1:41 
AnswerRe: DropdownList Overlapping DHTML DropDown Menu Pin
Luay.Essa26-Jul-07 2:47
Luay.Essa26-Jul-07 2:47 
GeneralRe: DropdownList Overlapping DHTML DropDown Menu Pin
RichardGrimmer26-Jul-07 5:55
RichardGrimmer26-Jul-07 5:55 
Luay.Essa wrote:
Use Ajax


To do what exactly?

The problem arises since combos aren't rendered as proper HTML elements in IE6 (IE7 doesn't have the problem, so quick fix == upgrade lol!), but are actually rendered as windowed elements - just like IE itself.

The iFrame workaround uses the fact that iFrames are also windowed elements, so appear in front of the combos.

To use, you need to set up a pge with the contents of your popup, and put an iFrame in it's place on the original page. When showing the popup, you then need to set the src of the iFrame to the new page. This isn't a particularly good solution though, but the others aren't much better! (My personal fave is setting the display to none for any windowed elements before showing the popup, but that can SUCK badly dependent on the page)

"Knock me down, I'll get straight back up again, I'll come back stronger than a powered up pacman"
(Lilly Allen / Kaiser Chiefs)

Questioncustmise tool tip in dropdown Pin
jpk42025-Jul-07 22:27
jpk42025-Jul-07 22:27 
QuestionRe: custmise tool tip in dropdown Pin
T.EDY25-Jul-07 23:25
T.EDY25-Jul-07 23:25 
AnswerRe: custmise tool tip in dropdown Pin
Blue_Boy25-Jul-07 23:28
Blue_Boy25-Jul-07 23:28 
GeneralRe: custmise tool tip in dropdown Pin
jpk42026-Jul-07 21:55
jpk42026-Jul-07 21:55 
GeneralRe: custmise tool tip in dropdown Pin
Blue_Boy27-Jul-07 2:57
Blue_Boy27-Jul-07 2:57 
AnswerRe: custmise tool tip in dropdown Pin
Vasudevan Deepak Kumar25-Jul-07 23:36
Vasudevan Deepak Kumar25-Jul-07 23:36 
QuestionHow to prevent multiple login of the same user? [modified] Pin
gurukodlekere25-Jul-07 21:03
gurukodlekere25-Jul-07 21:03 
AnswerRe: How to prevent multiple login of the same user? Pin
Vasudevan Deepak Kumar25-Jul-07 23:34
Vasudevan Deepak Kumar25-Jul-07 23:34 
QuestionHow to solve IIS Problem ? Pin
pubududilena25-Jul-07 17:46
pubududilena25-Jul-07 17:46 
AnswerRe: How to solve IIS Problem ? Pin
Vasudevan Deepak Kumar25-Jul-07 23:35
Vasudevan Deepak Kumar25-Jul-07 23:35 
AnswerRe: How to solve IIS Problem ? Pin
kubben26-Jul-07 1:46
kubben26-Jul-07 1:46 
QuestionFreeware DB App done with Javeline Platform over MySQL Pin
jamesmorr25-Jul-07 14:13
jamesmorr25-Jul-07 14:13 
QuestionDebug object tag failure? Pin
charlieg25-Jul-07 4:19
charlieg25-Jul-07 4:19 
AnswerRe: Debug object tag failure? Pin
Vasudevan Deepak Kumar25-Jul-07 23:37
Vasudevan Deepak Kumar25-Jul-07 23:37 
GeneralRe: Debug object tag failure? Pin
charlieg26-Jul-07 13:24
charlieg26-Jul-07 13:24 
QuestionRegular Expression For Year Pin
Brendan Vogt25-Jul-07 3:55
Brendan Vogt25-Jul-07 3:55 
AnswerRe: Regular Expression For Year Pin
Luay.Essa25-Jul-07 20:19
Luay.Essa25-Jul-07 20:19 

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.