Click here to Skip to main content
15,895,011 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Mailto protocol Pin
Shog94-Oct-08 7:22
sitebuilderShog94-Oct-08 7:22 
QuestionRemote Scripting with out using Ajax in c#.net Pin
AnilJayanti3-Oct-08 0:44
AnilJayanti3-Oct-08 0:44 
QuestionRe: Remote Scripting with out using Ajax in c#.net Pin
led mike3-Oct-08 5:56
led mike3-Oct-08 5:56 
QuestionRe: Remote Scripting with out using Ajax in c#.net Pin
AnilJayanti6-Oct-08 19:20
AnilJayanti6-Oct-08 19:20 
QuestionRe: Remote Scripting with out using Ajax in c#.net Pin
led mike7-Oct-08 5:16
led mike7-Oct-08 5:16 
QuestionRe: Remote Scripting with out using Ajax in c#.net Pin
AnilJayanti7-Oct-08 17:52
AnilJayanti7-Oct-08 17:52 
AnswerRe: Remote Scripting with out using Ajax in c#.net Pin
led mike8-Oct-08 5:47
led mike8-Oct-08 5:47 
QuestionMultilevel menu not working in FireFox Pin
Bardy852-Oct-08 21:20
Bardy852-Oct-08 21:20 
I have a very simple multi level css menu that doesn't work properly in firefor.
The problem is that the when your put your mouse over a menu the sub menu doesn't show.
Heres the Css file.

/*============================================================================================================*/
#nav, #nav ul{
marginBlush | :O ;
paddingBlush | :O ;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
}

#nav a
{
color: #656556;
display: block;
background: url(menu82.gif);
padding: 0px 0 0 20px;
display:block;
}

#nav a:hover
{
color: #474739;
background: url(menu82.gif) 0 -32px;
padding: 0px 0 0 20px;
}
#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:10em;
top:1.5em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}

#nav li ul ul {
left:12.8em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/*====================*/
Questionpassing parameters to web service Pin
mrcooll2-Oct-08 16:55
mrcooll2-Oct-08 16:55 
AnswerRe: passing parameters to web service Pin
mrcooll2-Oct-08 17:17
mrcooll2-Oct-08 17:17 
AnswerRe: passing parameters to web service Pin
Vengatachalapathy Palanivel6-Oct-08 1:41
Vengatachalapathy Palanivel6-Oct-08 1:41 
AnswerRe: passing parameters to web service Pin
Frank Kerrigan8-Oct-08 6:25
Frank Kerrigan8-Oct-08 6:25 
QuestionHow to avoid CAPTCHA ? Pin
Mohammad Dayyan2-Oct-08 11:44
Mohammad Dayyan2-Oct-08 11:44 
AnswerRe: How to avoid CAPTCHA ? Pin
Christian Graus2-Oct-08 11:52
protectorChristian Graus2-Oct-08 11:52 
GeneralRe: How to avoid CAPTCHA ? Pin
NeverHeardOfMe2-Oct-08 12:06
NeverHeardOfMe2-Oct-08 12:06 
GeneralRe: How to avoid CAPTCHA ? Pin
Mark Churchill3-Oct-08 5:19
Mark Churchill3-Oct-08 5:19 
AnswerRe: How to avoid CAPTCHA ? Pin
Perspx2-Oct-08 20:14
Perspx2-Oct-08 20:14 
AnswerRe: How to avoid CAPTCHA ? Pin
Paul Conrad3-Oct-08 6:42
professionalPaul Conrad3-Oct-08 6:42 
AnswerRe: How to avoid CAPTCHA ? Pin
Jaffer Mumtaz4-Oct-08 20:49
Jaffer Mumtaz4-Oct-08 20:49 
QuestionIE7 - drawing lines around an image tag Pin
Christian Graus2-Oct-08 10:42
protectorChristian Graus2-Oct-08 10:42 
AnswerRe: IE7 - drawing lines around an image tag Pin
Mohammad Dayyan2-Oct-08 11:24
Mohammad Dayyan2-Oct-08 11:24 
GeneralRe: IE7 - drawing lines around an image tag Pin
Christian Graus2-Oct-08 11:52
protectorChristian Graus2-Oct-08 11:52 
GeneralRe: IE7 - drawing lines around an image tag Pin
Mohammad Dayyan2-Oct-08 12:14
Mohammad Dayyan2-Oct-08 12:14 
AnswerRe: IE7 - drawing lines around an image tag Pin
NeverHeardOfMe2-Oct-08 11:26
NeverHeardOfMe2-Oct-08 11:26 
GeneralPS Pin
NeverHeardOfMe2-Oct-08 11:39
NeverHeardOfMe2-Oct-08 11:39 

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.