Click here to Skip to main content
15,886,069 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: is it possible to share the web.config across multiple projects in a solution?(ASP.NET) Pin
Shahriar Iqbal Chowdhury/Galib25-Sep-11 11:01
professionalShahriar Iqbal Chowdhury/Galib25-Sep-11 11:01 
Questionproject of webbrowser Pin
Member 823232212-Sep-11 19:30
Member 823232212-Sep-11 19:30 
AnswerRe: project of webbrowser Pin
Richard MacCutchan12-Sep-11 21:34
mveRichard MacCutchan12-Sep-11 21:34 
AnswerRe: project of webbrowser Pin
Dalek Dave15-Sep-11 21:09
professionalDalek Dave15-Sep-11 21:09 
Question2nd Pin
amit_ghosh1812-Sep-11 9:19
amit_ghosh1812-Sep-11 9:19 
AnswerRe: 2nd Pin
Morgs Morgan12-Sep-11 22:34
Morgs Morgan12-Sep-11 22:34 
AnswerRe: 2nd Pin
Pravin Patil, Mumbai20-Sep-11 1:17
Pravin Patil, Mumbai20-Sep-11 1:17 
QuestionStyle Pin
amit_ghosh1812-Sep-11 9:11
amit_ghosh1812-Sep-11 9:11 
StyleSheet.css

CSS
body
{
     font-family: arial,sans-serif;
}
a
{
    text-decoration:none;
}
#heading
{

    top:0px;
    left:0px;
    height: 30px;
    background-color:Black;

}
div#heading a
{
    color:#CCCCCC;
   font-family: arial,sans-serif;
    top:5px;
    font-size:14px;
    text-decoration:none;
}

.setting_image
{
    top:13px;
    right:10px;
    position:absolute;
}

.signin
{
    top:13px;
    right:40px;
    position:absolute;

}

div.signin a
{
    color:#CCCCCC;
   font-family: arial,sans-serif;
   font-size:14px;
   font-weight:bold;
    text-decoration:none;
}


#google_image
{
    padding-top:200px;
    text-align:center;
    background-image:url('Image/google_image_final.png');
    background-repeat:no-repeat;
    background-position:center;

}
#search
{

    text-align:center;
}

div.main_body input
{
    background-color:#F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #666666;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    margin: 11px 6px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
}

div.main_body input:hover
{
    background-color:#F8F8F8;
    border:1px solid #C6C6C6;
    color:#333333;
}

div.language a
{
    color:Blue;
    font-size:small;
    text-decoration:none;
}

div.language
{
    font-size:small;
}

#footer
{
    bottom:10px;
    left:25px;
    position:absolute;
    font-size:small;
    color:Blue;

}

div#footer a
{
    text-decoration:none;
}

#footer1
{
    bottom:10px;
    right:30px;
    position:absolute;
    font-size:small;
}

div#footer1 a
{
    text-decoration:none;
}

/* for 2nd page */

#top_search
{
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom:1px solid #E5E5E5;
    height:80px;
}

#top_search_bar
{
    top:70px;
    left:300px;
    position:absolute;
    height: 24px;
    width: 540px;
}

#top_serch_image
{
    top:62px;
    left:800px;
    position:absolute;
}

#site_link
{
    left:30px;
    width:170px;

}

#site_image
{
    top:140px;
    left:40px;
    width:50px;
    text-align:right;
    height: 123px;
    line-height:25px;
}

#site_text
{
    left:70px;
    width:77px;
    top:140px;
    text-align:left;
    position:absolute;
    line-height:25px;
}

div#site_text a
{
    color:#6A6A6A;
    font-weight:500;

}

div#site_text a:hover
{
    text-decoration:underline;
}

.site_tab a
{
    font-size:small;
    font-weight:300;
    line-height:18px;
    left:60px;
    width:120px;
}

div.site_tab a:hover
{
 text-decoration:underline;
}

#search_result
{
    top:150px;
    left:190px;
    position:absolute;
    width:800px;
}
div.link p
{
    margin-top:0;
    margin-bottom:0;
}
div.link a
{
    text-decoration:underline;
}

#goooogle_image
{
    text-align:center;
}
#footer2
{
    text-align:center;
    bottom:50px;
}
div#footer2 a
{
    font-size:small;
    color:#47A1EB;
}

div#footer2 a:hover
{
    text-decoration:underline;
}

AnswerRe: Style Pin
Morgs Morgan12-Sep-11 22:38
Morgs Morgan12-Sep-11 22:38 
AnswerDesign Google page.. Pin
amit_ghosh1812-Sep-11 9:01
amit_ghosh1812-Sep-11 9:01 
GeneralRe: Design Google page.. Pin
Ali Al Omairi(Abu AlHassan)15-Sep-11 1:08
professionalAli Al Omairi(Abu AlHassan)15-Sep-11 1:08 
GeneralRe: Design Google page.. Pin
Pravin Patil, Mumbai20-Sep-11 1:17
Pravin Patil, Mumbai20-Sep-11 1:17 
GeneralRe: Design Google page.. Pin
Richard MacCutchan20-Sep-11 7:10
mveRichard MacCutchan20-Sep-11 7:10 
Questionwhy wordpress is evil today or "has anyone else encountered this". Pin
CalvinHobbies6-Sep-11 0:03
CalvinHobbies6-Sep-11 0:03 
AnswerNice post Pin
Alberto Tompson15-Sep-11 20:08
Alberto Tompson15-Sep-11 20:08 
GeneralRe: Nice post Pin
CalvinHobbies18-Sep-11 23:37
CalvinHobbies18-Sep-11 23:37 
AnswerRe: why wordpress is evil today or "has anyone else encountered this". Pin
Dalek Dave25-Sep-11 22:09
professionalDalek Dave25-Sep-11 22:09 
QuestionDetermine provide by Message Center Pin
Jassim Rahma5-Sep-11 1:54
Jassim Rahma5-Sep-11 1:54 
AnswerRe: Determine provide by Message Center Pin
Dalek Dave25-Sep-11 22:08
professionalDalek Dave25-Sep-11 22:08 
Questionhow to protect my online database? Pin
Jassim Rahma5-Sep-11 1:49
Jassim Rahma5-Sep-11 1:49 
AnswerRe: how to protect my online database? Pin
Gerben Jongerius5-Sep-11 2:29
Gerben Jongerius5-Sep-11 2:29 
GeneralRe: how to protect my online database? Pin
HaBiX6-Oct-11 23:24
HaBiX6-Oct-11 23:24 
Questionwhatsup Money! Pin
Jassim Rahma5-Sep-11 1:43
Jassim Rahma5-Sep-11 1:43 
AnswerRe: whatsup Money! Pin
Dalek Dave15-Sep-11 21:12
professionalDalek Dave15-Sep-11 21:12 
QuestionDesign Problem in IE6 Pin
Ali Al Omairi(Abu AlHassan)5-Sep-11 1:26
professionalAli Al Omairi(Abu AlHassan)5-Sep-11 1:26 

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.