Click here to Skip to main content
15,899,124 members
Home / Discussions / Web Development
   

Web Development

 
AnswerWeb site implementation Pin
Member 835317819-Feb-12 21:28
Member 835317819-Feb-12 21:28 
GeneralRe: Web site implementation Pin
Abhinav S19-Feb-12 21:59
Abhinav S19-Feb-12 21:59 
AnswerRe: Web site implementation Pin
AspDotNetDev19-Feb-12 22:03
protectorAspDotNetDev19-Feb-12 22:03 
QuestionHow long does it take to develop a good web app alone? Pin
BupeChombaDerrick13-Feb-12 12:51
BupeChombaDerrick13-Feb-12 12:51 
AnswerRe: How long does it take to develop a good web app alone? Pin
Richard MacCutchan13-Feb-12 22:42
mveRichard MacCutchan13-Feb-12 22:42 
GeneralRe: How long does it take to develop a good web app alone? Pin
BupeChombaDerrick14-Feb-12 2:58
BupeChombaDerrick14-Feb-12 2:58 
QuestionCross domain scripting, jQuery and IE8 Pin
Wjousts13-Feb-12 9:35
Wjousts13-Feb-12 9:35 
QuestionLining up the header Pin
Aaron Howarth12-Feb-12 4:10
Aaron Howarth12-Feb-12 4:10 
Afternoon guys, I'm having some trouble lining up this image, It was cropped down in photoshop and now i'm trying to add it as you can see in my code but if you preview it you will see it is slightly off and I have no idea why!?!?

HTML

XML
<!doctype html>
<head>
    <meta http-equiv="Content-Type" content="text/html"; charset=UTF-8" />
    <title>Awesome Website from CSS-tricks</title>
    <link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>

    <ul id="nav">
        <li></li>
    </ul>

</body>
</html>


CSS
C#
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 62.5%;
    font-family: Helvetica, sans-serif;
    background: url(images/body-bg.png) repeat-x top #f5ecd4;
}

#nav {
    height: 336px;
    width: 800px;
    margin: 0 auto;
    background: url(images/header-bg.jpg) no-repeat;
}


wanted to attach image but not sure how!
AnswerRe: Lining up the header Pin
Mohibur Rashid23-Feb-12 16:52
professionalMohibur Rashid23-Feb-12 16:52 
AnswerRe: Lining up the header Pin
Rojan Gh.24-Feb-12 11:18
professionalRojan Gh.24-Feb-12 11:18 
AnswerRe: Lining up the header Pin
Rojan Gh.24-Feb-12 11:48
professionalRojan Gh.24-Feb-12 11:48 
QuestionSharepoint upload directory to sharepoint library Pin
Member 86179209-Feb-12 21:31
Member 86179209-Feb-12 21:31 
QuestionWhat tool(s) to use Pin
David Crow9-Feb-12 8:42
David Crow9-Feb-12 8:42 
AnswerRe: What tool(s) to use Pin
R. Giskard Reventlov9-Feb-12 9:57
R. Giskard Reventlov9-Feb-12 9:57 
AnswerVisual studio 2010 & MS-SQL 2008 Pin
David Mujica9-Feb-12 10:04
David Mujica9-Feb-12 10:04 
AnswerRe: What tool(s) to use Pin
Bernhard Hiller9-Feb-12 22:08
Bernhard Hiller9-Feb-12 22:08 
QuestionCreate controls in the page dynamically in MVC Pin
meeram3959-Feb-12 1:12
meeram3959-Feb-12 1:12 
QuestionDeny anonymous access to webpages and files Pin
ofirkif7-Feb-12 21:25
ofirkif7-Feb-12 21:25 
AnswerRe: Deny anonymous access to webpages and files Pin
Mohibur Rashid9-Feb-12 3:40
professionalMohibur Rashid9-Feb-12 3:40 
GeneralRe: Deny anonymous access to webpages and files Pin
ofirkif14-Feb-12 23:17
ofirkif14-Feb-12 23:17 
QuestionCSS Hacks Pin
zyck7-Feb-12 20:35
zyck7-Feb-12 20:35 
AnswerRe: CSS Hacks Pin
thatraja8-Feb-12 2:51
professionalthatraja8-Feb-12 2:51 
GeneralRe: CSS Hacks Pin
zyck9-Feb-12 3:18
zyck9-Feb-12 3:18 
AnswerRe: CSS Hacks Pin
aakash_9-Feb-12 18:57
aakash_9-Feb-12 18:57 
QuestionCheckbox list With search capability Pin
suryakant4it6-Feb-12 22:40
suryakant4it6-Feb-12 22:40 

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.