Click here to Skip to main content
15,909,896 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow to trigger the onclick in ASP.Net? Pin
hifiger200418-Jul-07 7:16
hifiger200418-Jul-07 7:16 
AnswerRe: How to trigger the onclick in ASP.Net? Pin
Fayu18-Jul-07 7:30
Fayu18-Jul-07 7:30 
GeneralRe: How to trigger the onclick in ASP.Net? Pin
hifiger200418-Jul-07 7:37
hifiger200418-Jul-07 7:37 
AnswerRe: How to trigger the onclick in ASP.Net? Pin
Fred_Smith18-Jul-07 7:50
Fred_Smith18-Jul-07 7:50 
GeneralRe: How to trigger the onclick in ASP.Net? Pin
hifiger200418-Jul-07 8:11
hifiger200418-Jul-07 8:11 
GeneralRe: How to trigger the onclick in ASP.Net? Pin
Fred_Smith18-Jul-07 9:38
Fred_Smith18-Jul-07 9:38 
QuestionCSS MENU not working on IE6 but works on IE7/FireFox [modified] Pin
Fayu18-Jul-07 5:56
Fayu18-Jul-07 5:56 
AnswerHere is the CSS Pin
Fayu18-Jul-07 6:03
Fayu18-Jul-07 6:03 
.menu
{
padding: 0px;
margin: 0px;
background-image: url(../images/home/nav.gif);
text-align: center;
background-position: left top;
background-repeat: repeat-x;
vertical-align: top;
}
A.menu:hover, A.menu:active
{
background-color: #d09734;
}

.menu li
{
float: left;
margin: 0px;
padding: 0px;
background-repeat: no-repeat;
list-style-type: none;
}
.menu li a
{
background-repeat:no-repeat;
overflow:hidden;
}

/** Menu Link attributes**/
#menu li
{
position: relative;
text-align: center;
padding-left: 5px;
}
ul#menu li a
{
display: block;
overflow: hidden;
margin: 0px;
padding: 0px;
color: #ffffff;
text-align: center;
border-right: #e4c288 1px solid;
text-decoration: none;
font-style: italic;
font-family: Garamond;
}
/**Menu attributes**/
#menu li a:hover, #menu li a:active
{
color: #964b26;
}

/**Subitem attributes **/
#menu li ul a:link, #menu li ul a:visited
{
color: #996600;
font-style: normal;
font-size: 10pt;
font-family: Garamond;
text-align: left;
border-right-style: none;
}
/**End subitem Attributes**/

#menu li ul a:hover, #menu li ul a:active
{
color: #000000;
}

/** Makes subitem visible**/
#menu li:hover ul
{
margin: 0px;
padding: 0px;
display: block;
visibility: visible;
}
/** Makes subitem invisible**/
#menu li ul
{
border-left: #e4c288 1px solid;
border-bottom: #e4c288 1px solid;
border-right: #e4c288 1px solid;
display: none;
z-index: 3;
width: auto;
font-weight: normal;
margin: 0px;
padding: 0px;
color: #ffffff;
background-color: #ffedb7;
filter: alpha(opacity=80);
position: absolute;
left: 0;
border-right-width: 1px;
border-right-color: #e4c288;
top: 19px;
}
#menu li ul li
{
display:block;

}
#menu li ul li a
{
display:block;
}

AnswerHere is the HTML Pin
Fayu18-Jul-07 6:03
Fayu18-Jul-07 6:03 
AnswerRe: CSS MENU not working on IE6 but works on IE7/FireFox Pin
Guffa19-Jul-07 6:00
Guffa19-Jul-07 6:00 
GeneralRe: Here is the HTML Pin
#realJSOP27-Jul-07 3:19
professional#realJSOP27-Jul-07 3:19 
QuestionHOW - Not using Built-in ASP.Net ImageMap control? Pin
hifiger200418-Jul-07 1:47
hifiger200418-Jul-07 1:47 
Questionregistry Pin
V.17-Jul-07 23:42
professionalV.17-Jul-07 23:42 
AnswerRe: registry Pin
WoutL18-Jul-07 3:59
WoutL18-Jul-07 3:59 
GeneralRe: registry Pin
V.18-Jul-07 4:23
professionalV.18-Jul-07 4:23 
GeneralRe: registry Pin
WoutL18-Jul-07 20:03
WoutL18-Jul-07 20:03 
GeneralRe: registry Pin
V.18-Jul-07 20:26
professionalV.18-Jul-07 20:26 
Questionhelp me in creating a web page using asp/vbscript [modified] Pin
Babru17-Jul-07 22:27
Babru17-Jul-07 22:27 
AnswerRe: help me in creating a web page using asp/vbscript Pin
sathesh pandian19-Jul-07 20:51
sathesh pandian19-Jul-07 20:51 
GeneralRe: help me in creating a web page using asp/vbscript Pin
Babru23-Jul-07 0:25
Babru23-Jul-07 0:25 
QuestionFile IO Pin
L Viljoen17-Jul-07 21:22
professionalL Viljoen17-Jul-07 21:22 
AnswerRe: File IO Pin
Guffa17-Jul-07 22:12
Guffa17-Jul-07 22:12 
AnswerRe: File IO Pin
Eduard Keilholz18-Jul-07 1:47
Eduard Keilholz18-Jul-07 1:47 
Questionpage refresh Pin
Tauseef A17-Jul-07 19:59
Tauseef A17-Jul-07 19:59 
AnswerRe: page refresh Pin
SHatchard17-Jul-07 21:38
SHatchard17-Jul-07 21:38 

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.