Jump to content

marsibars

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by marsibars

  1. <style>
    body {
    	background: url("http://i.imgur.com/BZuQVUW.jpg");
    	height: 0px;
    	width: 0px;
    	background-repeat: no-repeat;
    	background-attachment: fixed;
    }
    #content {
    	left: 635px;
    	top: 353px;
    	width: 775px;
    	height: 448px;
    	text-align: justify;
    	overflow: hidden;
    	padding-right: 10px;
    }
    #scroll {
    	width: 100% !important;
    	height: 470px;
    	overflow: auto !important;
    	padding-left: 10px;
    	padding-right: 30px !important;
    	padding-bottom: 20px;
    	margin-bottom: 20px;
    }
    #menu {
    	width: 175px;
    	left: 390px;
    	top: 346px;
    	padding: 2px;
    	background: transparent;
    	height: 472px;
    	overflow: hidden;
    	display: block;
    }
    </style>

    I got this far before I realized I screwed up, so I'm not sure if I messed up on this part too. I'm considering going with an image with the same dimensions as this but just a different approach because I don't know if I'm going about this the right way.

  2. I barely know any html/css so bare with me here if I'm missing something.

    I put in that coding but the image did not display, i messed with the height and width and it did not work either. I was thinking that I may need to adjust the size but I haven't a clue what dimensions I should be looking for or how big my image should be.

  3. I have been looking and looking for a solution for this, and I'm starting to wonder if this is an issue with my image size? I need this image to cover the entire page with it's width, and the top of the image just has to be the top of the page. I scaled it down to 1500 pixels in a separate image but it did not seem to help. I have tried...

    body {
    	background-image: url("imageurlgoesinhere") left top no-repeat;
    	background-attachment: fixed;
    }

    which got code blocked and did not show the image...

    html { 
      background: url(http://i.imgur.com/BZuQVUW.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;

    which showed the image but did not provide what i wanted...

    background: url("image") no-repeat center center fixed;
    
    background-size: 100% 100%;
    
    height: 100%;
    
    position: absolute; 
    
    width: 100%;

    which also did not give what i needed.

    http://i.imgur.com/BZuQVUW.jpg is the image that i have been using.

    This topic has been edited by a member of staff (Mouseykins).
    The topic was posted in the wrong area.
    Please check your user inbox to see if you have been contacted regarding this topic.
    Per the reason above, this topic has been MOVED from ‘Neopets Help’ to ‘Computers & Programming’.

×
×
  • Create New...