Click here to Skip to main content
15,884,962 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: how to work with different browsers Pin
Pradipta Basu6-Feb-07 8:36
Pradipta Basu6-Feb-07 8:36 
QuestionBasic template :-) Pin
john344-Feb-07 21:45
john344-Feb-07 21:45 
AnswerRe: Basic template :-) Pin
Bradml4-Feb-07 22:13
Bradml4-Feb-07 22:13 
GeneralRe: Basic template :-) Pin
john344-Feb-07 23:08
john344-Feb-07 23:08 
GeneralRe: Basic template :-) Pin
Bradml4-Feb-07 23:10
Bradml4-Feb-07 23:10 
GeneralRe: Basic template :-) Pin
badgrs4-Feb-07 23:50
badgrs4-Feb-07 23:50 
GeneralRe: Basic template :-) Pin
Bradml4-Feb-07 23:54
Bradml4-Feb-07 23:54 
QuestionDoes anyone know why ...? Pin
Rojan Gh.3-Feb-07 10:52
professionalRojan Gh.3-Feb-07 10:52 
Does anyone know why when I run this script on my page for a "TD" tag:
<br />
BackgroundImage = document.getElementById('SomeTD').style.backgroundImage;<br />
                if(BackgroundImage.toLowerCase().indexOf('.png',0) != -1){<br />
                    ImageAddress = BackgroundImage.substr(BackgroundImage.toLowerCase().indexOf('(',0) + 1, BackgroundImage.toLowerCase().indexOf(')',0) - 2);<br />
                    document.getElementById('SomeTD').style.backgroundImage = 'none';<br />
                    document.getElementById('SomeTD').style.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'' + ImageAddress + '\', sizingMethod=\'scale\');';<br />
                }<br />

It does the job perfectly, but it makes all the element(like button and textbox) in this table cell ("TD"), disabled and they are not click able or even the flashing cursor in textbox is not shown and you can not type in it?! OMG | :OMG: WTF | :WTF:

Sojaner!
AnswerRe: Does anyone know why ...? Pin
Guffa3-Feb-07 12:06
Guffa3-Feb-07 12:06 
GeneralRe: Does anyone know why ...? Pin
Rojan Gh.18-Feb-07 0:08
professionalRojan Gh.18-Feb-07 0:08 
AnswerRe: Does anyone know why ...? Pin
Guffa18-Feb-07 2:23
Guffa18-Feb-07 2:23 
QuestionHow can i upload....? Pin
fmlove3-Feb-07 2:53
fmlove3-Feb-07 2:53 
AnswerRe: How can i upload....? Pin
Bradml3-Feb-07 3:02
Bradml3-Feb-07 3:02 
AnswerRe: How can i upload....? Pin
Guffa3-Feb-07 4:07
Guffa3-Feb-07 4:07 
QuestionJavaScript Key Press event (Allow only Numbers in Textbox) Pin
varshavmane3-Feb-07 1:08
varshavmane3-Feb-07 1:08 
AnswerRe: JavaScript Key Press event (Allow only Numbers in Textbox) Pin
Rojan Gh.3-Feb-07 11:09
professionalRojan Gh.3-Feb-07 11:09 
AnswerRe: JavaScript Key Press event (Allow only Numbers in Textbox) Pin
Bradml4-Feb-07 22:15
Bradml4-Feb-07 22:15 
GeneralRe: JavaScript Key Press event (Allow only Numbers in Textbox) Pin
varshavmane4-Feb-07 23:43
varshavmane4-Feb-07 23:43 
GeneralRe: JavaScript Key Press event (Allow only Numbers in Textbox) Pin
Bradml4-Feb-07 23:45
Bradml4-Feb-07 23:45 
QuestionJavaScript Key Press event (Allow only Numbers in Textbox) Pin
varshavmane2-Feb-07 23:37
varshavmane2-Feb-07 23:37 
AnswerRe: JavaScript Key Press event (Allow only Numbers in Textbox) Pin
Bradml2-Feb-07 23:49
Bradml2-Feb-07 23:49 
GeneralRe: JavaScript Key Press event (Allow only Numbers in Textbox) Pin
varshavmane3-Feb-07 0:08
varshavmane3-Feb-07 0:08 
GeneralRe: JavaScript Key Press event (Allow only Numbers in Textbox) Pin
Bradml3-Feb-07 0:10
Bradml3-Feb-07 0:10 
GeneralRe: JavaScript Key Press event (Allow only Numbers in Textbox) Pin
varshavmane3-Feb-07 0:14
varshavmane3-Feb-07 0:14 
GeneralRe: JavaScript Key Press event (Allow only Numbers in Textbox) Pin
Bradml3-Feb-07 0:18
Bradml3-Feb-07 0:18 

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.