Click here to Skip to main content

Web Development

   

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page  Show 
  Refresh
GeneralRe: Web site implementation PinmvpAbhinav S21:59 19 Feb '12  
AnswerRe: Web site implementation PinprotectorAspDotNetDev22:03 19 Feb '12  
QuestionHow long does it take to develop a good web app alone? PinmemberBupeChombaDerrick12:51 13 Feb '12  
AnswerRe: How long does it take to develop a good web app alone? PinmvpRichard MacCutchan22:42 13 Feb '12  
GeneralRe: How long does it take to develop a good web app alone? PinmemberBupeChombaDerrick2:58 14 Feb '12  
QuestionCross domain scripting, jQuery and IE8 PinmemberWjousts9:35 13 Feb '12  
QuestionLining up the header PinmemberAaron Howarth4:10 12 Feb '12  
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
 
<!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
* {
    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 Pinmemberjohny1015198116:52 23 Feb '12  
AnswerRe: Lining up the header PinmemberSojaner11:18 24 Feb '12  
AnswerRe: Lining up the header PinmemberSojaner11:48 24 Feb '12  
QuestionSharepoint upload directory to sharepoint library PinmemberMember 861792021:31 9 Feb '12  
QuestionWhat tool(s) to use [modified] PinmemberDavidCrow8:42 9 Feb '12  
AnswerRe: What tool(s) to use Pinmembermark merrens9:57 9 Feb '12  
AnswerVisual studio 2010 & MS-SQL 2008 PinmemberDavid Mujica10:04 9 Feb '12  
AnswerRe: What tool(s) to use PinmemberBernhard Hiller22:08 9 Feb '12  
QuestionCreate controls in the page dynamically in MVC Pinmembermeeram3951:12 9 Feb '12  
QuestionDeny anonymous access to webpages and files Pinmemberofirkif21:25 7 Feb '12  
AnswerRe: Deny anonymous access to webpages and files Pinmemberjohny101519813:40 9 Feb '12  
GeneralRe: Deny anonymous access to webpages and files Pinmemberofirkif23:17 14 Feb '12  
QuestionCSS Hacks Pinmemberzyck20:35 7 Feb '12  
AnswerRe: CSS Hacks Pinmvpthatraja2:51 8 Feb '12  
GeneralRe: CSS Hacks Pinmemberzyck3:18 9 Feb '12  
AnswerRe: CSS Hacks Pingroupaakash_18:57 9 Feb '12  
QuestionCheckbox list With search capability Pinmembersuryakant4it22:40 6 Feb '12  
QuestionQuery PinmemberMember 859825319:47 31 Jan '12  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Advertise | Privacy | Mobile
Beta | 2.5.120517.1 | Last Updated 21 May 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid