Click here to Skip to main content
15,885,216 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: changing size of web page Pin
Member 832305618-Oct-11 4:40
Member 832305618-Oct-11 4:40 
GeneralRe: changing size of web page Pin
Dennis E White18-Oct-11 11:53
professionalDennis E White18-Oct-11 11:53 
GeneralRe: changing size of web page Pin
Member 832305619-Oct-11 0:50
Member 832305619-Oct-11 0:50 
GeneralRe: changing size of web page Pin
Dennis E White19-Oct-11 3:42
professionalDennis E White19-Oct-11 3:42 
AnswerRe: changing size of web page Pin
davidshenba17-Oct-11 23:50
davidshenba17-Oct-11 23:50 
AnswerRe: changing size of web page Pin
Morgs Morgan20-Oct-11 21:00
Morgs Morgan20-Oct-11 21:00 
QuestionDisplay Large Image in Small Space Pin
ASPnoob15-Oct-11 13:46
ASPnoob15-Oct-11 13:46 
AnswerRe: Display Large Image in Small Space Pin
AspDotNetDev15-Oct-11 19:54
protectorAspDotNetDev15-Oct-11 19:54 
This is commonly called a "lightbox" or "dialog".

jQuery UI Dialog does this (note that their website seems to be having trouble right now loading CSS and images). I used Firebug to inspect it and they appear to be using the z-index approach. I recommend using Firebug (or a similar tool, such as Developer Tools in IE or Chrome) to inspect the z-index and ensure the other elements on the page do not have greater z-indexes. Also make sure you aren't making silly mistakes, such as putting the z-index in the class attribute rather than the style attribute (I just make that mistake today) or setting the property incorrectly through JavaScript. Firebug should help with that too.

If you are still having troubles, come back here and 1) show some simple sample code to replicate the issue and 2) explain what exactly you mean by "it does not help". Any additional information would be useful (e.g., the browser you are using, some screenshots).
Somebody in an online forum wrote:
INTJs never really joke. They make a point. The joke is just a gift wrapper.

GeneralRe: Display Large Image in Small Space Pin
ASPnoob15-Oct-11 20:29
ASPnoob15-Oct-11 20:29 
QuestionRead from excel and download new file using javascript Pin
Member 769859611-Oct-11 18:24
Member 769859611-Oct-11 18:24 
AnswerRe: Read from excel and download new file using javascript Pin
Dennis E White11-Oct-11 19:58
professionalDennis E White11-Oct-11 19:58 
GeneralRe: Read from excel and download new file using javascript Pin
Member 769859612-Oct-11 0:35
Member 769859612-Oct-11 0:35 
GeneralRe: Read from excel and download new file using javascript Pin
Dennis E White12-Oct-11 8:02
professionalDennis E White12-Oct-11 8:02 
GeneralRe: Read from excel and download new file using javascript Pin
Member 769859612-Oct-11 19:42
Member 769859612-Oct-11 19:42 
AnswerRe: Read from excel and download new file using javascript Pin
Member 769429911-Oct-11 20:27
Member 769429911-Oct-11 20:27 
QuestionHow do I get the value of a drop down list into a javascript based table? Pin
shabbarank511-Oct-11 0:46
shabbarank511-Oct-11 0:46 
AnswerRe: How do I get the value of a drop down list into a javascript based table? Pin
Dennis E White11-Oct-11 19:45
professionalDennis E White11-Oct-11 19:45 
GeneralRe: How do I get the value of a drop down list into a javascript based table? Pin
shabbarank511-Oct-11 22:16
shabbarank511-Oct-11 22:16 
QuestionCreating a Javascript table and populating from php/mysql list Pin
shabbarank57-Oct-11 1:17
shabbarank57-Oct-11 1:17 
AnswerRe: Creating a Javascript table and populating from php/mysql list Pin
Manfred Rudolf Bihy7-Oct-11 2:31
professionalManfred Rudolf Bihy7-Oct-11 2:31 
GeneralRe: Creating a Javascript table and populating from php/mysql list Pin
shabbarank57-Oct-11 2:34
shabbarank57-Oct-11 2:34 
GeneralRe: Creating a Javascript table and populating from php/mysql list Pin
Manfred Rudolf Bihy7-Oct-11 3:06
professionalManfred Rudolf Bihy7-Oct-11 3:06 
AnswerRe: Creating a Javascript table and populating from php/mysql list Pin
Manfred Rudolf Bihy7-Oct-11 3:52
professionalManfred Rudolf Bihy7-Oct-11 3:52 
QuestionTrivial Pursuit Pin
goodideadave3-Oct-11 8:43
goodideadave3-Oct-11 8:43 
AnswerRe: Trivial Pursuit Pin
AspDotNetDev3-Oct-11 9:29
protectorAspDotNetDev3-Oct-11 9:29 

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.